-
Updated
Aug 18, 2021
Tailwind CSS

Tailwind is an utility-first CSS framework for rapid UI development written in PostCSS and configured through JavaScript, making it highly customizable by design. Tailwind doesn’t have a default theme nor built-in UI components. This means it has no opinion about how your site should look and doesn’t impose design decisions that can be difficult to undo.
Here are 1,533 public repositories matching this topic...
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Aug 18, 2021 - JavaScript
-
Updated
Aug 19, 2021 - Vue
-
Updated
Aug 12, 2021 - TypeScript
-
Updated
Jul 30, 2021 - TypeScript
-
Updated
Aug 18, 2021 - TypeScript
-
Updated
Aug 18, 2021 - TypeScript
-
Updated
Jan 29, 2021 - Blade
-
Updated
Aug 1, 2021 - Vue
-
Updated
Aug 19, 2021 - JavaScript
-
Updated
Feb 16, 2021
When you parse using --components=true
the css file generated works for the most part. The only main problem is that it generates duplicate classes if many elements with the same class exist in the original file.
For example if you have the following:
<div class="alert alert-warning">
some warning alert
</div>
.
some other code
.
<div class="alert alert-danger">
this is a
-
Updated
May 26, 2021 - JavaScript
-
Updated
Aug 18, 2021 - PHP
-
Updated
May 19, 2021 - JavaScript
-
Updated
Jul 20, 2021 - Python
-
Updated
Jul 15, 2021 - JavaScript
-
Updated
Dec 2, 2020 - HTML
-
Updated
Aug 18, 2021 - Vue
-
Updated
Aug 15, 2021 - PHP
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
Aug 12, 2021 - HTML
-
Updated
Mar 14, 2021 - JavaScript
For example the build
and lint
commands from the scripts
section ...
"scripts": {
"build": "npm run build:lib & npm run build:umd",
"build:lib": "tsc --outDir lib --module commonjs",
"build:es": "tsc --outDir es --module es2015",
"build:umd": "npm run build:es && rollup --config && dts-bundle --name dist/bundle --main es --outputAsModuleFolder",
"clean": "rim
Created by Adam Wathan, Jonathan Reinink, David Hemphill, Steve Schoger
Released October 2017
- Organization
- tailwindcss
- Website
- tailwindcss.com