Show HN: Picnic.css, a lightweight Bootstrap alternative
41–50 of 149 posts
Re: Show HN: Picnic.css, a lightweight Bootstrap alternative
#42I've tried to keep it as tiny as possible with just under 3kb when gzipped. What would you change? What would you add? Any feedback or pull request is greatly welcome! MIT Licensed
Re: Show HN: Picnic.css, a lightweight Bootstrap alternative
#43Re: Show HN: Picnic.css, a lightweight Bootstrap alternative
#44Re: Show HN: Picnic.css, a lightweight Bootstrap alternative
#45Re: Show HN: Picnic.css, a lightweight Bootstrap alternative
#46Just a comment about the buttons: It feels weird that they kinda "pre-press" themselves when hovering. I guess ergonomically speaking, a button shouldn't move down while it's not pressed. On the other hand, maybe a glow or a subtle coloring could do the trick?
Re: Show HN: Picnic.css, a lightweight Bootstrap alternative
#47Another lightweight Bootstrap alternative from Yahoo, 4.4KB: http://purecss.io
995 bytes!
Re: Show HN: Picnic.css, a lightweight Bootstrap alternative
#48An even lighter-weight alternative: forgetting about CSS "frameworks" altogether. Aside from propping up prototypes really quickly (an exercise made trivial with these help of these little style collections) I just don't understand why anyone would want them in a real app. I've spent hours upon hours fighting the likes of Bootstrap and its copycats. And to what end?
Re: Show HN: Picnic.css, a lightweight Bootstrap alternative
#49An even lighter-weight alternative: forgetting about CSS "frameworks" altogether. Aside from propping up prototypes really quickly (an exercise made trivial with these help of these little style collections) I just don't understand why anyone would want them in a real app. I've spent hours upon hours fighting the likes of Bootstrap and its copycats. And to what end?
Many websites have a whole lot of overlap in terms of UI patterns (a nav bar, responsive grids, etc). Is it really necessary for every dev to hand-code that nav bar, or fight with CSS's terrifyingly bad grid support? Not really, which is why these frameworks are nice.
Re: Show HN: Picnic.css, a lightweight Bootstrap alternative
#50An even lighter-weight alternative: forgetting about CSS "frameworks" altogether. Aside from propping up prototypes really quickly (an exercise made trivial with these help of these little style collections) I just don't understand why anyone would want them in a real app. I've spent hours upon hours fighting the likes of Bootstrap and its copycats. And to what end?
Would you elaborate what you mean by fighting? Bootstrap is extremely simple to customize and I am no front-end guru.