0.1.0-rc.12 • Published 5 months ago
@ale-run/style v0.1.0-rc.12
@ale-run/style
Ale Workbench’s style guide is designed to maintain consistent and scalable styling across projects. It supports TailwindCSS v3, allowing you to leverage its modern features and utilities seamlessly.
Installation
npm i tailwindcss@3 @ale-run/style --save-dev
Usage
postcss.config.js
module.exports = {
plugins: [
require('tailwindcss/nesting'),
require('tailwindcss'),
require('@ale-run/postcss-optimizer')
...
]
};
tailwind.config.js
module.exports = {
...
presets: [require('@ale-run/style/preset')()]
};
0.1.0-rc.12
5 months ago
0.1.0-rc.11
5 months ago
0.1.0-rc.8
6 months ago
0.1.0-rc.4
6 months ago
0.1.0-rc.2
6 months ago
0.1.0-rc.1
7 months ago
0.1.0-rc.0
7 months ago
0.1.0-beta.38
8 months ago
0.1.0-beta.37
8 months ago
0.1.0-beta.36
8 months ago
0.1.0-beta.35
8 months ago
0.1.0-beta.30
9 months ago
0.1.0-beta.29
9 months ago
0.1.0-beta.0
10 months ago