1

say on the about page you have 3 column grid and on the home page you have a four column grid, in which file within the css architecture should these styles be placed to layout these pages, should each page have a layout css?

user1937021
  • 10,151
  • 22
  • 81
  • 143

2 Answers2

0

I, personally, only use one layout file and put whole pages layout styles here, more easier to maintain.

Satrya
  • 1
  • 4
0

Good question. However, adding a specific css file for specific pages would greatly negate the purpose/power of SMACCS. All of your layout structure should be in one 'layout' css file or better yet defined within a custom (or not) mixin which you can call based inside of a module or overall layout.

JordanBarber
  • 2,041
  • 5
  • 34
  • 62