0.1.1 • Published 3 years ago

@lightspeed/flame-tailwind v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Flame Tailwind

Plugins and themes for Tailwind using the Flame design system.

Why

Tailwind is an excellent "lingua franca" when it comes to css.

The Tailwind compiler is extensible and can output utility classes, css classes and provide a common dialect to generate react components.

Essentially, all "core" components of Flame are implemented in Tailwind. From there, we can:

  • Create a single flame.css file containing only components and a tight subset of utility classes
    • Easy and highly optimized "1 line" setup for classic server side apps or client side apps
  • Offer tons of component plugins
    • Integrate Tailwind + PostCSS in your front-end framework of choice for maximum flexibility
  • Supply a "universal" component configuration
    • Styles are good old javascript objects, perfect medium for css-in-js react frameworks