Based on our record, Tachyons seems to be a lot more popular than Simple Grid. While we know about 23 links to Tachyons, we've tracked only 2 mentions of Simple Grid. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I chose Tachyons over Tailwind because Tachyons is an atomic CSS framework, similar to Tailwind, however it's much lighter weight. Tailwind tends to be a bit heavier without using post CSS processing so I wanted to stick with something smaller. - Source: dev.to / over 1 year ago
The CSS framework we will use in this project is Tachyons CSS, which we will install by running the command below in the terminal. - Source: dev.to / over 1 year ago
Tachyons is a similar utility class framework, and a lot smaller at somewhere under 20kb, IIRC. https://tachyons.io/. - Source: Hacker News / over 2 years ago
I like using a functional CSS library (tachyons.io, tailwindcss, or SLDS) and setup components separately. The CSS has my colors and units declared (and the aim is to not have 40 different gray colors, it's to limit yourself with a definition list). Then the actual components are setup via a component library. Plenty to choose from: React, VueJS, LWC, AngularJS, or just native web components. Source: over 2 years ago
Therefore, I totally got to buy in for the utility-first approach. In that world, the only thing is worth mentioning is Tachyons. However, although it came way earlier than Tailwind, it is said to be feature-complete, and one cannot expect new features to be added or problems discussed. The latest release is almost five years old, which definitely violates the principle “Bleed Responsibly”. You can also see... - Source: dev.to / over 2 years ago
From my experience with Bootstrap I can tell you the only thing you really need is the grid part of it and there are so many lightweight "frameworks" that have just that and its only 250 lines of css in the example of simple grid: https://simplegrid.io/ Everything else, buttons, modals, sliders, chords are super simple anyway you can just make them yourself or use a way more featurerich separate slider or modal... - Source: Hacker News / over 2 years ago
a lightweight css grid is https://simplegrid.io/. Source: almost 3 years ago
Tailwind CSS - A utility-first CSS framework for rapidly building custom user interfaces.
CSS Gridish - Automatically build your grid design's CSS code ✨
Purecss - A set of small, responsive CSS modules that you can use in every web project.
Flexbox Grid - Grid based on CSS3 flexbox
Bulma - Bulma is an open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.
Bootstrap - Simple and flexible HTML, CSS, and JS for popular UI components and interactions