-
Updated
Aug 18, 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,532 public repositories matching this topic...
-
Updated
Aug 18, 2020
-
Updated
Aug 18, 2020 - Elixir
-
Updated
Aug 10, 2020 - Vue
-
Updated
Aug 13, 2020 - JavaScript
-
Updated
Aug 2, 2020 - CSS
-
Updated
May 30, 2020 - JavaScript
-
Updated
Aug 9, 2020 - TypeScript
-
Updated
Aug 6, 2020 - TypeScript
-
Updated
Aug 9, 2020 - HTML
-
Updated
Aug 7, 2020 - PHP
-
Updated
Aug 15, 2020 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
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
Jul 21, 2020 - TypeScript
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Aug 5, 2020 - JavaScript
-
Updated
Aug 9, 2019 - PHP
-
Updated
Aug 14, 2020 - TypeScript
-
Updated
Aug 3, 2020 - PHP
-
Updated
Jul 28, 2020 - JavaScript
-
Updated
Jul 31, 2020 - TypeScript
-
Updated
Mar 4, 2020 - JavaScript
-
Updated
Aug 15, 2020 - Vue
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