Front end CSS issue

Hello, again sorry for the simple question.

When I add the CSS to my new site, it add it in the admin area as well, making my admin area slightly unusable.

This is my first time with Sage and Gulp, so excuse my ignorance!

How do I have my CSS only for the front end?

Thanks so much

Your CSS is not added to the admin area by default. Or do you mean in the WYSIWYG editor?

The file editor-style.less has the line @import "main"; . That imports your main stylesheet and applies its styles to the editor in the admin area. You could try commenting out that line and see how it looks.

Thanks, will give it a shot!