-
Updated
Oct 6, 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,652 public repositories matching this topic...
-
Updated
Oct 5, 2021 - PHP
-
Updated
Oct 5, 2021 - Elixir
-
Updated
Oct 1, 2021
-
Updated
Oct 4, 2021 - Vue
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Oct 4, 2021 - CSS
-
Updated
Oct 5, 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
Sep 22, 2021 - TypeScript
-
Updated
Oct 5, 2021 - TypeScript
-
Updated
Oct 5, 2021 - TypeScript
add Contributing.md, Code of conduct.md, Issue templates & Pull request template to the repo!
-
Updated
Sep 18, 2021 - TypeScript
-
Updated
Jul 30, 2021 - TypeScript
-
Updated
May 17, 2021 - TypeScript
-
Updated
Sep 27, 2021 - TypeScript
-
Updated
Sep 7, 2021 - TypeScript
-
Updated
Oct 5, 2021 - TypeScript
-
Updated
Jul 28, 2021 - JavaScript
-
Updated
Sep 7, 2021 - PHP
-
Updated
Sep 14, 2021 - HTML
-
Updated
Aug 1, 2021 - Vue
-
Updated
Sep 22, 2021 - TypeScript
-
Updated
Jan 29, 2021 - Blade
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/cssfolder => Output correctlyIt seems that Windicss cli does not generate ou