-
Updated
Sep 17, 2021 - JavaScript
tailwindcss

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 9,211 public repositories matching this topic...
-
Updated
Sep 17, 2021 - PHP
-
Updated
Sep 17, 2021 - Elixir
-
Updated
Sep 17, 2021
-
Updated
Sep 14, 2021 - Vue
-
Updated
Sep 11, 2021 - JavaScript
-
Updated
Jul 2, 2021 - CSS
-
Updated
Sep 16, 2021 - PHP
Characters like č ć ž š đ use a fallback font instead of the original one. I believe this issue was not present in the v1. Fonts such as Lato or Montserrat definitely support accented characters, so I think this is a bug.
-
Updated
Sep 4, 2021 - Vue
Describe the solution you'd like
A button that opens separate window with server's console.
Additional context
It was a really useful feature for server management. I believe it was just overlooked so this is just a reminder.
-
Updated
Aug 19, 2021 - TypeScript
-
Updated
Aug 12, 2021 - TypeScript
-
Updated
Sep 3, 2021 - TypeScript
-
Updated
Sep 18, 2021 - TypeScript
add Contributing.md, Code of conduct.md, Issue templates & Pull request template to the repo!
-
Updated
Jul 30, 2021 - TypeScript
-
Updated
May 17, 2021 - TypeScript
-
Updated
Aug 20, 2021 - TypeScript
-
Updated
Sep 7, 2021 - TypeScript
-
Updated
Jul 28, 2021 - JavaScript
-
Updated
Sep 17, 2021 - TypeScript
-
Updated
Sep 7, 2021 - PHP
-
Updated
Sep 14, 2021 - HTML
-
Updated
Jan 29, 2021 - Blade
-
Updated
Aug 1, 2021 - Vue
-
Updated
Jul 28, 2021 - Vue
Created by Adam Wathan, Jonathan Reinink, David Hemphill, Steve Schoger
Released October 2017
- Organization
- tailwindcss
- Website
- tailwindcss.com
I have this command on my build files:
windicss './resources/views/**/*.blade.php' -tz -o 'public/css/windi.css' -f './windi.config.ts'
Then here is the output when I run:
public/css
=> No output (I expect it create a folder public/css and windi.css file)public/css
folder => Output correctlyIt seems that Windicss cli does not generate ou