pattern-7-1/sass/pages
Andros Fenollosa b2583b4aa7 First commit
2019-02-26 10:16:32 +01:00
..
_home.scss First commit 2019-02-26 10:16:32 +01:00
README.md First commit 2019-02-26 10:16:32 +01:00

Pages

If you have page-specific styles, it is better to put them in a pages/ folder, in a file named after the page. For instance, its not uncommon to have very specific styles for the home page hence the need for a _home.scss file in pages/.

Note — Depending on your deployment process, these files could be called on their own to avoid merging them with the others in the resulting stylesheet. It is really up to you.

Reference: Sass Guidelines > Architecture > Pages folder