RSSAmplifier

Posts from Thedro Neely · May 11, 2019

Tailwind CSS and Beyond

0
Sign in to vote or save

Thedro Neely · thedroneely.com

Tailwind CSS Design
Tailwind CSS Design

Recently, this website of mine was redesigned. The concept The inspiration comes from this beautiful website. is a stylistic book and implemented using the Tailwind CSS framework.

Tailwind Now on version 1.0 as of May 13th, 2019. CSS is a tight and compact CSS framework that gives one a myriad of custom design choices.

“Tailwind is different from frameworks like Bootstrap, Foundation, or Bulma in that it’s not a UI kit.” “It doesn’t have a default theme, and there are no built-in UI components.” “On the flip side, it also has no opinion about how your site should look and doesn’t impose design decisions that you have to fight to undo.” Tailwind CSS, Web Page, What is Tailwind?

Tailwind is a utility first framework. It is not utility only. Your HTML will contain many composite This composite and utility-like nature also allows for easier cache busting opportunities. classes that build up into a complete component.

html
<div class="bg-white mx-auto max-w-sm shadow-lg rounded-lg overflow-hidden">

The above looks like bad practice but you’ll get used to its utility-like nature very quickly and may end up writing little If you are skilled at writing and managing CSS then Tailwind might not be that interesting. to no CSS at all. In repetitive situations we can implement abstractions by extracting components.

Read the original on thedroneely.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.