#postcss

[ follow ]
fromCSS-Tricks
1 day ago

Compiling Multiple CSS Files into One | CSS-Tricks

What I like about Stu's stab at this is that it's an ongoing journey rather than a wholesale switch. In fact, he's out with a new post that pokes specifically at compiling multiple CSS files into a single file. Splitting and organizing styles into separate files is definitely the reason I continue to Sass-ify my work. I love being able to find exactly what I need in a specific file and updating it without having to dig through a monolith of style rules.
Web development
Mobile UX
fromMedium
4 months ago

Proportional Scaling for Adaptive Layouts: A Minimal-Effort, High-Impact Approach

Proportional scaling provides a more efficient and consistent way to create responsive UIs compared to traditional media-query-driven design.
[ Load more ]