> bower install cutestrap People still use bower...? Somehow I thought it officially(?) was dead.
What do you suggest to use instead?
Cutestrap: 8k CSS framework
51–57 of 57 posts
Re: Cutestrap: 8k CSS framework
#52Earlier quoted context omitted.
What do you suggest to use instead?
npm.
You could argue that npm is the better package manager, but the average user does care about the underlying semantics.
Re: Cutestrap: 8k CSS framework
#53In 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/
Is it possible to use semantic class names then use a CSS processor to map those into tachyon classes?
Re: Cutestrap: 8k CSS framework
#54What do you think?
Re: Cutestrap: 8k CSS framework
#55Earlier quoted context omitted.
Geez. Those selectors.. " "
It is a bit weird to use at first but I highly recommend giving it a shot. 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…
I don't know which editor you are using, but for TextMate I've written a 20 line-plugin that greps the tachyons.css file and gives me code-completion.
Re: Cutestrap: 8k CSS framework
#56> bower install cutestrap People still use bower...? Somehow I thought it officially(?) was dead.
Re: Cutestrap: 8k CSS framework
#57Earlier quoted context omitted.
Is it possible to use semantic class names then use a CSS processor to map those into tachyon classes?
Why would you do that?