sanjar-notes / frontend

The basics - HTML, CSS, Javascript, browser APIs, performance
3 stars 0 forks source link

Tailwind CSS - utility classes with configurable design system #59

Open sanjarcode opened 1 year ago

sanjarcode commented 1 year ago

Tailwind is really useful:

  1. Shorthands
  2. Accepts arbitrary values in shorthands.
  3. Configurable according to a design palette.
  4. Excellent tooling support in VScode.
  5. Can be used inside CSS files top, using \@apply directive.
  6. String interpolation can be used as a weak form of CSS in JS.
sanjarcode commented 1 year ago

I'm quite familiar with it, since I started at Volopay.

sanjarcode commented 1 year ago

Tailwind + SCSS is an awesome combination.

sanjarcode commented 1 year ago

Learn how to set it up, in:

  1. Browser mode
  2. NPM dev mode
  3. Default mode
  4. Configuration and configured mode
  5. Enabling tooling