In my opinion this is still the best option for CSS, especially in combination with React. http://tachyons.io/ Most importantly it contains a ratio-based scale: http://tachyons.io/docs/layout/spacing/
Cutestrap: 8k CSS framework
31–40 of 57 posts
Re: Cutestrap: 8k CSS framework
#32For me, forms look microsoftish (maybe can be easily customized though) and BEM is hungarian notation of CSS.
How is BEM the Hungarian notation of CSS?
(Not suggesting you're one of them.)
Re: Cutestrap: 8k CSS framework
#33In my opinion this is still the best option for CSS, especially in combination with React. http://tachyons.io/ Most importantly it contains a ratio-based scale: http://tachyons.io/docs/layout/spacing/
Geez. Those selectors.. " "
I've built some complex UI's with the same class name styles (Basscss). 99% of the time I'm reusing classes and I don't have to write anything custom.
Prototyping is great once you memorize the classnames.. Just write HTML, no need to switch to CSS files.
If you're working with global styles this is by far the most scalable CSS methodology as of right now IMO.
Re: Cutestrap: 8k CSS framework
#34Re: Cutestrap: 8k CSS framework
#35Cool, but what does it offer that Pure (4kb doesn't)? http://purecss.io
Re: Cutestrap: 8k CSS framework
#36In my opinion this is still the best option for CSS, especially in combination with React. http://tachyons.io/ Most importantly it contains a ratio-based scale: http://tachyons.io/docs/layout/spacing/
Geez. Those selectors.. " "
This article(written by the creator of Tachyons) helps to explain the issue: http://mrmrs.io/writing/2016/03/24/scalable-css/
Where I work, we're using it on a new project and while it definitely requires a lot of learning(and just generally understanding CSS), it's faster to debug with, easier to take care of edge cases, and the total size for our app is incredibly small.
Re: Cutestrap: 8k CSS framework
#37So far this is my favourite!
Re: Cutestrap: 8k CSS framework
#38In my opinion this is still the best option for CSS, especially in combination with React. http://tachyons.io/ Most importantly it contains a ratio-based scale: http://tachyons.io/docs/layout/spacing/
Re: Cutestrap: 8k CSS framework
#39Just throwing this in here in case anyone is on the look for other frameworks: http://semantic-ui.com/ So far this is my favourite!
Re: Cutestrap: 8k CSS framework
#40Earlier quoted context omitted.
The grids are way nicer in cute. You just have to specify a grid container and the flex takes care of the rest.
Yes, but just one row at a time (it doesn't wrap). And with flexbox it's just 2 lines of CSS code anyway (unprefixed).