|
|
|
|
|
by nailer
4206 days ago
|
|
Generally I like to hand-write SCSS: I've used Bootstrap and Pure and they're filled with: - workarounds for browsers I don't care about. Two blocks in SCSS becomes 4 in a framework - styling done using classes, as above. - grid systems that can be replaced with a few characters of SCSS maths |
|