Ask HN: Anyone have a really smart way to organize css? 15 years ago
I use a single file for each type of media (screen, print ...). Each file has general styles first (HTML tags), IDs of layout boxes, classes to fine-tune formatting, and overrides at the bottom (if needed). I like to keep spacing for readability (maybe minify the files when I'm finished).