A utility-first CSS framework for rapid UI development. https://tailwindcss.com/

Adam Wathan a65bb2c425 WIP 1 year ago
.github a0e6934e2f Update scripts 1 year ago
integrations 42dc39c468 copy `cli` to `oxide/cli` 1 year ago
jest d2fdf9eb09 Allow returning parallel variants from `addVariant` or `matchVariant` callback functions (#8455) 2 years ago
nesting 167668e9cf Ensure to transpile the PostCSS Nesting plugin (tailwindcss/nesting) (#7080) 2 years ago
oxide 76dd3a5aa8 Move TS to ./src/oxide 1 year ago
perf eac11cf57d Performance improvements + memory leak fix (#3032) 3 years ago
scripts cb6e45a3bc Prepare for release (#9605) 1 year ago
src a65bb2c425 WIP 1 year ago
standalone-cli bc3d38b08b Add container queries plugin to standalone CLI (#9865) 1 year ago
stubs 293ee902cf Alphabetize `theme` keys in default config (#9953) 1 year ago
tests a65bb2c425 WIP 1 year ago
types 4f92e2ff5e Improve return value of `resolveConfig`, unwrap `ResolvableTo` (#9972) 1 year ago
.editorconfig 2ef01837a9 Convert new stuff to use ES6 modules 7 years ago
.eslintignore c0ee52060c Generate plugin list file (#4725) 3 years ago
.eslintrc.json 36a02edf11 Remove duplicate prettier.config.js settings from .eslintrc.json (#5087) 3 years ago
.gitignore 8fe6f4868e Don't emit utilities containing invalid theme fn keys (#9319) 2 years ago
.swcrc 1735726299 setup lightningcss 1 year ago
CHANGELOG.md e8b036567d Clip unbalanced closing brackets in arbitrary values (#9973) 1 year ago
LICENSE 8e38bbc85f Update LICENSE 2 years ago
README.md 2faf86fba1 Resolve broken relative logo sources on npmjs (relative → absolute) (#9610) 1 year ago
base.css 291ee6653e Remove preflight CSS export in favor of base 5 years ago
colors.d.ts 407a5c368c Add TypeScript types for the `tailwind.config.js` file (#7891) 2 years ago
colors.js b399e8db90 Add `default` interop to public available functions (#6348) 2 years ago
components.css 055e3eea78 Move CSS files to root for easier imports 6 years ago
defaultConfig.d.ts 407a5c368c Add TypeScript types for the `tailwind.config.js` file (#7891) 2 years ago
defaultConfig.js b399e8db90 Add `default` interop to public available functions (#6348) 2 years ago
defaultTheme.d.ts 62f0791dba Add more explicit types for the default theme (#8780) 2 years ago
defaultTheme.js b399e8db90 Add `default` interop to public available functions (#6348) 2 years ago
package-lock.json 1735726299 setup lightningcss 1 year ago
package.json 1735726299 setup lightningcss 1 year ago
plugin.d.ts 56d9c43539 Make `Config` completely optional for plugins (#9502) 1 year ago
plugin.js b399e8db90 Add `default` interop to public available functions (#6348) 2 years ago
prettier.config.js 4488fc1d0d Add Prettier configuration file (prettier.config.js) (#3713) 3 years ago
resolveConfig.d.ts 4f92e2ff5e Improve return value of `resolveConfig`, unwrap `ResolvableTo` (#9972) 1 year ago
resolveConfig.js b399e8db90 Add `default` interop to public available functions (#6348) 2 years ago
screens.css 2fa8e3b0f5 Add screen.css file for postcss-import convenience 5 years ago
tailwind.css cd63948fa2 Undo accidental changes to CDN build process 4 years ago
utilities.css 055e3eea78 Move CSS files to root for easier imports 6 years ago
variants.css 23da6b6172 JIT: Replace `@tailwind screens` with `@tailwind variants` (#4356) 3 years ago

README.md

Tailwind CSS

A utility-first CSS framework for rapidly building custom user interfaces.

Build Status Total Downloads Latest Release License


Documentation

For full documentation, visit tailwindcss.com.

Community

For help, discussion about best practices, or any other conversation that would benefit from being searchable:

Discuss Tailwind CSS on GitHub

For casual chit-chat with others using the framework:

Join the Tailwind CSS Discord Server

Contributing

If you're interested in contributing to Tailwind CSS, please read our contributing docs before submitting a pull request.