The STARTERKIT's README.txt indicates there are supposed to be 13 CSS files, including modular-styles.css, but in the file I unpacked, as far as I can tell, there are only 11 CSS files and no modular-styles.css. I'm new to the SMACSS technique, and this is my 1st try with the STARTERKIT in 5.3 (I've been using 5.1).

Am I supposed to create and populate modular-styles.css myself and then add an @import rule for it in styles.css?

Comments

echoz’s picture

Title: No modular-styles.css file in STARTERKIT » update STARTERKIT/css/README.txt
Version: 7.x-5.3 » 7.x-5.x-dev
Category: support » task

No, that README (it's the one inside the css folder) needs to be updated to reflect the recent file structure and renaming changes. Thanks for bringing this up!

echoz’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

amanire’s picture

Maybe I'm missing something here, but it looks like when you use SASS and compass with 7.x-5.4, you really only end up with a single style sheet in css/ (styles.css) since these other files are now imported partials. Is that not correct? It's a little confusing since sass/README.txt references css/README.txt on the topic of file organization.

amanire’s picture

Status: Closed (fixed) » Active
echoz’s picture

Status: Active » Fixed

Correct about the Sass being compiled into the one styles.css, and that reference in sass/README.txt is from when the css was compiled into multiple css files, so it is obsolete. This has been corrected in commit http://drupalcode.org/project/zen.git/commit/3b32bb4 Thanks @amanire!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.