0.7.0 • Published 2 years ago

tailwindcss-preset-open-props v0.7.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

tailwindcss-preset-open-props

A Tailwind CSS preset that utilitizes Open Props.

Installation

npm install --save-dev tailwindcss-preset-open-props

Then, in tailwind.config.js, add

const openPropsPreset = require('tailwindcss-preset-open-props')

module.exports = {
  content: [
    // ...
  ],
  presets: [
    openPropsPreset,
  ],
}

Usage

If you know Tailwind conventions it should click pretty easily. If you have TailwindCSS Intellisense installed it'll help a lot.

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago