Here's my personal goto: Find some minimal CSS framework. My preference is Skeleton [0] or Bootstrap [1]. The key is just finding something minimal that works without too much fuss. Personally, I rather have a minimal framework provide 'responsiveness' so I don't have to worry about it but I also want it to get out of the way of anything I do. Use JQuery [2]. Don't rely on CSS for animations or interactivity. In... - Source: Hacker News / 4 months ago
I've used http://getskeleton.com/ in the past. I think it's probably just what you're looking for. - Source: Reddit / 4 months ago
I use an older css library called skeleton. It’s a utility framework that came out before css grid. It has a really nice and easy to use grid system built without css-grid. I had to get rid of the media queries to get it work but it’s been great otherwise! - Source: Reddit / 5 months ago
I use a minified and customised simple boilerplate / grid system based in skeleton (http://getskeleton.com/). It has no mediaqueries predefined, but the rules for each screen resolution are stated. I start making the website for computer screen formats (large resolutions) and end adapting up the design to phone screens. - Source: Reddit / 5 months ago
If all you need is a basic grid and typography you might consider Skeleton (http://getskeleton.com/.). - Source: Hacker News / 8 months ago
I'm not sure what the stats are, but I'm willing to bet that over 50% of websites and webapps started off using a CSS framework. I'm talking about frameworks like Bootstrap, Bulma, Ant, Material UI, Skeleton, and many more. - Source: dev.to / 11 months ago
I think http://getskeleton.com/ can do this for you if you wanted a really lightweight base to work off. - Source: Reddit / about 1 year ago
There is nothing special here, except I used Skeleton CSS for minimalist styling, you can download it here. - Source: dev.to / about 1 year ago
Think it's a little more than a grid but still very minimal: http://getskeleton.com/. - Source: Reddit / about 1 year ago
Skeleton - not as robust as other mentions here, but the best implementation of this idea of a boilerplate, IMO. Similar to Suzy and BourbonSASS. - Source: Reddit / about 1 year ago
Skeleton is one of the ideal lightest CSS frameworks, which has only about 400 lines of code. Still, it manages the features of the grid, typography, forms, media queries, and many more. You can get started quickly with Skeleton with zero compiling or installation. - Source: dev.to / over 1 year ago
The front-end of this app is inspired on this example app that use skeleton css and we will use that framework too. So we will need to serve some static files. - Source: dev.to / over 1 year ago
Check out Skeleton for a basic mobile-friendly CSS template. - Source: Reddit / over 1 year ago
For a basic site, Skeleton is a great simple CSS template that's mobile-friendly. - Source: Reddit / over 1 year ago
See if you can do anything with this: http://getskeleton.com/. - Source: Reddit / almost 2 years ago
When I just want an instant simple site though to display something, I often consider Skeleton. - Source: Reddit / about 2 years ago
Do you know an article comparing Skeleton CSS to other products?
Suggest a link to a post with product alternatives.