i am a newly of sage9, I finally finished the installation of the theme and all the stuff that I need for this.
I started to write some basic css just to test if everything works well.
I run yarn start and I wrote this css in the _pages.scss (a quick and stupid test)
body {
background-color: green;
}
but this given to me this error:
resources/assets/styles/layouts/_pages.scss
3:1 ✖ Unexpected missing end-of-source newline no-missing-end-of-source-newline
i know that I can disable StyleLint plugin in the webpack.config.js, but I would like to keep this so I can learn how I can write a more clean code.
but I don’t understand what I am doing wrong.
any suggestion?
thanks