-
Updated
Dec 12, 2020
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 687 public repositories matching this topic...
-
Updated
Dec 13, 2020 - JavaScript
-
Updated
Dec 13, 2020 - TypeScript
-
Updated
Sep 13, 2020 - Blade
-
Updated
Dec 13, 2020 - TypeScript
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Oct 16, 2020 - JavaScript
-
Updated
Dec 6, 2020 - PHP
-
Updated
Dec 2, 2020 - HTML
-
Updated
Dec 13, 2020 - Vue
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Dec 1, 2020 - PHP
-
Updated
Dec 10, 2020 - PHP
SSIA
It works correctly on tailwind, so the style will be given.
Example
tailwind.config.js
module.exports = {
future: {
// removeDeprecatedGapUtilities: true,
// purgeLayersByDefault: true,
},
purge: ['./components/**/*.tsx', './pages/**/*.tsx'],
theme: {
colors: {
old: {
button: 'rgb(82, 165, 165)',
},
},
extend:
-
Updated
Dec 7, 2020 - Vue
-
Updated
Aug 3, 2020 - JavaScript
-
Updated
Dec 12, 2020 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Dec 13, 2020 - JavaScript
-
Updated
Nov 26, 2020 - TypeScript
-
Updated
Dec 10, 2020 - JavaScript
I hope you know but what's your plan for upgrading to version 2 of tailwindcss? See more here https://tailwindcss.com/docs/upgrading-to-v2#install-tailwind-css-v2-0-and-post-css-8
-
Updated
Aug 2, 2020 - JavaScript
-
Updated
Dec 8, 2020 - JavaScript
Created by Adam Wathan, Jonathan Reinink, David Hemphill, Steve Schoger
Released October 2017
- Organization
- tailwindcss
- Website
- tailwindcss.com