0.0.7 • Published 9 months ago
@astrouxds/tailwind v0.0.7
Astro Tailwind Config
NOTE: This package is experimental and is subject to change.
Installation
- Install
npm i @astrouxds/tailwind
- If you're not using the Astro Web Components, you'll need to Install Astro Design Tokens
npm i @astrouxds/tokens
In your project root:import '@astrouxds/tokens/dist/css/index.css'
- Install Tailwind in your project.
- Add the Astro Tailwind plugin
//tailwind.config.js
...
plugins: [require('@astrouxds/tailwind')]
...
Usage
Reference Demo Site for a list of available colors and utilities.
For more detailed information, see our Design Token Documentation
Recommended Plugins
Tailwind doesn't support shadow parts out of the box so we highly recommend also installing this Tailwind Custom Elements Plugin
0.0.7
9 months ago
0.0.6-beta.1
2 years ago
0.0.5
2 years ago
0.0.6
2 years ago
0.0.4
2 years ago
1.0.0-beta.0
2 years ago
1.0.0-beta.1
2 years ago
0.0.3
3 years ago
0.0.2
3 years ago