I see a lot of these "CSS frameworks" pop up, but which ones do people actually use day to day? Not criticizing the author—this looks cool and I'll give it a try, but I see a lot of these pop up and at work I've only ever used Bootstrap/Material/Semantic UI and for my own work I use Tachyons. Anyone use something a bit more obscure?
Show HN: Mobi.css – A lightweight, flexible CSS framework that focuses on mobile
11–20 of 34 posts
Re: Show HN: Mobi.css – A lightweight, flexible CSS framework that focuses on mobile
#12Are there any CSS frameworks nowadays that use flexbox instead of the float-grid model?
There's also this: http://flexboxgrid.com
I just use whatever I want and use LostGrid in flexbox mode for my grids.
Re: Show HN: Mobi.css – A lightweight, flexible CSS framework that focuses on mobile
#13What's the norm if you need a desktop and mobile version of a webpage, to have one separate code base for each one(can be on the same repo) or all the code together with the appropriate screen size detections?
Re: Show HN: Mobi.css – A lightweight, flexible CSS framework that focuses on mobile
#14Are there any CSS frameworks nowadays that use flexbox instead of the float-grid model?
Re: Show HN: Mobi.css – A lightweight, flexible CSS framework that focuses on mobile
#15Also, the `container-side` thing is baffling. Why is that part of the framework? It seems like such a narrow focus. What kind of content is never visible on mobile? Why does it have to be on the side?
Re: Show HN: Mobi.css – A lightweight, flexible CSS framework that focuses on mobile
#16QR Code on that web page... "Scan to view on mobile". Because typing getmobicss.com on your mobile is too difficult?
https://www.reddit.com/r/television/comments/511qv7/mythbust...
Re: Show HN: Mobi.css – A lightweight, flexible CSS framework that focuses on mobile
#17I see a lot of these "CSS frameworks" pop up, but which ones do people actually use day to day? Not criticizing the author—this looks cool and I'll give it a try, but I see a lot of these pop up and at work I've only ever used Bootstrap/Material/Semantic UI and for my own work I use Tachyons. Anyone use something a bit more obscure?
Skeleton is perfect. https://github.com/dhg/Skeleton/blob/master/css/skeleton.css It's tiny, simple, and so easy that if you read it and understand it, you could write it again yourself. It's meant to be tooled and modified to suit your needs. Bootstrap is just gigantic, it's a big unwieldily blunt instrument that eventually needs to be removed from the project. The framework in OP bothers me because of the way it ha…
You can try it on your iPhone http://getskeleton.com
As I tried, scrolling in a scroll-view (the overflow:auto section) is not smooth, element is ugly, and the
even not working (although it might be the website's problem, not the framework's, it proved that they didn't tested on mobile)Skeleton has another major issue, it overrides the default styles of s and s, making it very hard to set it back. This is not friendly to third-party libraries. As far as I can see, no other frameworks did this.
Re: Show HN: Mobi.css – A lightweight, flexible CSS framework that focuses on mobile
#18Now that flexbox is widely supported, I don't really see a huge reason to bother with a framework like this. Bootstrap and other frameworks had a reason to exist several years ago; now I just don't get it. The main draw for me and my team was the consistent row and column layouts. Also, the `container-side` thing is baffling. Why is that part of the framework? It seems like such a narrow focus. What kind of content i…
Actually Bootstrap v4 provides an opinion to use flex box instead of the traditional grid. http://v4-alpha.getbootstrap.com/getting-started/flexbox/
I would say your suggestion is good. I don't have a convincing reason that `container-side` being a part of the framework. I'll consider to remove it.
What kind of content is never visible on mobile? `Scan the QRCode to view on mobile` and `Go to top` is a kind of this content.
Why does it have to be on the side? I think it's a good design to guide people to view on mobile. Or where do you think it can be?
Thanks!
Re: Show HN: Mobi.css – A lightweight, flexible CSS framework that focuses on mobile
#19I see a lot of these "CSS frameworks" pop up, but which ones do people actually use day to day? Not criticizing the author—this looks cool and I'll give it a try, but I see a lot of these pop up and at work I've only ever used Bootstrap/Material/Semantic UI and for my own work I use Tachyons. Anyone use something a bit more obscure?
And most importantly it gives you a REM-relative scale for your spaces: http://tachyons.io/docs/layout/spacing/ and for typography: http://tachyons.io/docs/typography/scale/.
So everything is responsive and I don't ever have to think about pixel-values again.
I even ported it for React Native: https://github.com/tachyons-css/react-native-style-tachyons