0.0.53 • Published 9 months ago
@bit-ocean/tailwind v0.0.53
@bit-ocean/tailwind
Universal Tailwind CSS configuration.
Installation
pnpm add -D tailwindcss postcss autoprefixer @bit-ocean/tailwind
npx tailwindcss init -pConfiguration
Add the following styles to your src/styles/index.scss or global styles file:
@tailwind base;
@tailwind components;
@tailwind utilities;Then add the following tailwind config presets to your tailwind.config.js:
module.exports = {
presets: [require('@bit-ocean/tailwind')],
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}']
}License
MIT License © 2024 Bit Ocean
0.0.51
9 months ago
0.0.52
9 months ago
0.0.53
9 months ago
0.0.50
1 year ago
0.0.49
1 year ago
0.0.48
1 year ago
0.0.47
1 year ago
0.0.46
1 year ago
0.0.45
1 year ago
0.0.44
1 year ago
0.0.43
1 year ago
0.0.42
1 year ago
0.0.41
1 year ago
0.0.40
1 year ago
0.0.39
1 year ago
0.0.38
1 year ago
0.0.37
1 year ago
0.0.36
1 year ago
0.0.35
1 year ago
0.0.34
1 year ago
0.0.33
1 year ago
0.0.32
1 year ago
0.0.31
2 years ago
0.0.30
2 years ago
0.0.29
2 years ago