Edit: Full disclosure - I develop Pure (purecss.io)
Show HN: Furatto, a flat and sleek CSS framework
21–30 of 49 posts
Re: Show HN: Furatto, a flat and sleek CSS framework
#22Did a quick browse through the code. A couple of things jumped out: 1. A number of CSS classes have 'furatto' as a prefix ex. '.furrato-block'. This seems a bit counter-productive as the word itself does not add any value to meaning of the class names. 2. I notice that for the responsive design the class is '.row-fluid', but since responsive is now a norm it may make sense to have '.row' be fluid/default and have a '…
Thanks again for the feedback. I'll be working on it! :)
Re: Show HN: Furatto, a flat and sleek CSS framework
#23Maybe explain why it's a better choice than Bootstrap? It's certainly visually different, but still awfully similar to most end users.
I'll continue working to give a better api and built more useful addons
Cheers!
Re: Show HN: Furatto, a flat and sleek CSS framework
#24Re: Show HN: Furatto, a flat and sleek CSS framework
#25Re: Show HN: Furatto, a flat and sleek CSS framework
#26It's 245kb and over 9000lines of CSS :-/ Is there a reason why it's double the size of other CSS Frameworks? Edit: Full disclosure - I develop Pure (purecss.io)
Re: Show HN: Furatto, a flat and sleek CSS framework
#27Maybe explain why it's a better choice than Bootstrap? It's certainly visually different, but still awfully similar to most end users.
You got that right....it uses the same format for naming the classes but it have some other features bootstrap does not.. I just think to choose a framework you have to see if the class names make sense...how easy is to adapt and change...to fill your needs...just my humble opinion... I'll continue working to give a better api and built more useful addons Cheers!
But what's the differences beyond visual changes (which, frankly, aren't important).
Re: Show HN: Furatto, a flat and sleek CSS framework
#28Re: Show HN: Furatto, a flat and sleek CSS framework
#29It's 245kb and over 9000lines of CSS :-/ Is there a reason why it's double the size of other CSS Frameworks? Edit: Full disclosure - I develop Pure (purecss.io)
Re: Show HN: Furatto, a flat and sleek CSS framework
#30It's 245kb and over 9000lines of CSS :-/ Is there a reason why it's double the size of other CSS Frameworks? Edit: Full disclosure - I develop Pure (purecss.io)
First of all I woukd like to say that your framework is one of the ones I like the most when developing mine...
I know it's a big file but it is because it has a lot of comments, I have to work on the sass version to change the comments style...the minified version is close to 133 kb or so...but I definitely have to reduce it and make it lighter...
Any piece of advice?