-
Updated
Sep 14, 2020 - CSS
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 2,792 public repositories matching this topic...
-
Updated
Sep 8, 2020
-
Updated
Sep 11, 2020 - Elixir
-
Updated
Aug 30, 2020 - Vue
-
Updated
Sep 13, 2020 - JavaScript
-
Updated
Aug 31, 2020 - CSS
-
Updated
Sep 6, 2020 - TypeScript
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Sep 14, 2020 - TypeScript
-
Updated
Sep 13, 2020 - Blade
-
Updated
Sep 12, 2020 - PHP
-
Updated
Sep 14, 2020 - JavaScript
-
Updated
Sep 11, 2020 - HTML
-
Updated
Sep 13, 2020 - TypeScript
The various popup shown can be placed outside the viewport, making them hard to view/use.
For example, a tooltip can be partially hidden if the activator is in the right of the screen, or a menu can be longer than the viewport height.
Smelte should probably provides utils to position popup on the viewport.
(by the way, thanks for your work, smelte is great :)
-
Updated
Sep 13, 2020 - TypeScript
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Aug 9, 2019 - PHP
-
Updated
Sep 6, 2020 - TypeScript
-
Updated
Aug 3, 2020 - PHP
-
Updated
Sep 3, 2020
-
Updated
Sep 10, 2020 - PHP
-
Updated
Sep 14, 2020 - TypeScript
-
Updated
Sep 7, 2020 - JavaScript
Created by Adam Wathan, Jonathan Reinink, David Hemphill, Steve Schoger
Released October 2017
- Organization
- tailwindcss
- Website
- tailwindcss.com
Currently, eggs are exported in json format. Eggs can contain a lot of multiline strings, which makes it very hard to read them in json format.
YAML has much better support for multiline strings (see here) which would make it much easier to modify eggs as code and see changes in Pull Requests.
In addition YAML is easier to read and we've converted wings to use ya