|
|
|
|
|
by ngokevin
1693 days ago
|
|
Yeah, I don't get styled components, the syntax and organization looks like a mess. I love using Stylus with Vue single-file-components, it lets me use a lot of CSS-specific patterns and macros. Using Stylus blocks, I like making things responsive just by defining a media query in a block and then doing like: .container flexRowCenter()
+desktop()
flexColumnCenter()
|
|