July 2018
Intermediate to advanced
420 pages
8h 46m
English
It's pretty simple to validate the style.scss file. Let's read the error messages.
From lines 9 to 44, the errors are about indentation spaces, so let's remove the empty space.
Remove the space between @import and the left-hand side, for all Bootstrap imports.
Now, we have 41 errors. If you are inside VS Code, click on the error link on the bottom panel (on the Problems tab), and open the file right in the error, as shown in the following screenshot:

If you are not using VS Code, the Terminal message after running npm run sass-lint will be the same, as shown in the following ...
Read now
Unlock full access