Hacker News new | ask | show | jobs
by swilliamsio 1842 days ago
Haven't heard of this until now. Looks like a cleaner version of Bootstrap?
1 comments

It's kind of like bootstrap except it's more focused on the developer building styles instead of having a number of prebuilt styles.

It also is more based on what css can do instead of having it's own abstraction. Most of the class names in Tailwind are very close to their css key+value equivalents. For example if you wanted to write `float: right` in css you'd use the Tailwind class `float-right`.