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 1,819 public repositories matching this topic...
-
Updated
May 19, 2020
Is your feature request related to a problem? Please describe.
When using a proxy in front of the Daemon, the port defined in the Node setting for daemon has to be exposed on the Daemon´s server as the Panel will try to reach the Daemon on the defined port. When set to the proxied port (eg: 443) then the proxy will able to forward the frontend to the backend but as soon as you auto-deploy the
-
Updated
May 21, 2020 - JavaScript
I hate regex too and would rather not use it but my coworker do and it makes code review very hard.
I wonder if there could be a simple way to use your awesome service to improve code review.
My first idea was to document code with a link to your service identifying uniquely the regex in the code.
What do you think about it?
-
Updated
Mar 27, 2020 - CSS
-
Updated
May 15, 2020 - JavaScript
-
Updated
May 21, 2020 - HTML
-
Updated
May 22, 2020 - Elixir
-
Updated
May 12, 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 :)
Expected Behavior
Create a tutorial: how to install Awes.io without pkgkit.
Current Behavior
PackageKit is an optional service for the fast delivery of the applications. BUT for the testing and else we have to show how users can use Awes.io without PackageKit.
System GA
-
Updated
May 20, 2020 - PHP
-
Updated
May 18, 2020 - JavaScript
Thanks for the awesome plugin!
The npx tailwind init is optional if you read the Tailwind CSS docs. It is a bit confusing if you skip that step, install the Tailwind CSS IntelliSense plugin, and autocomplete does not work.
In other words, it took me some time to figure this out.
-
Updated
May 15, 2020 - JavaScript
-
Updated
Apr 30, 2020 - TypeScript
When adding a wrapper-class attribute to the t-select component, the placement of the select element's down arrow (SVG) shifts outside the bounds of the select.
My Vue code:
<div :class="classList.field">
<label for="register_user_type" :class="classList.label">
{{ $t('register.user_type') }}
</label>
<t-select
id="register_user_type"-
Updated
May 3, 2020 - PHP
-
Updated
May 22, 2020 - JavaScript
-
Updated
Apr 21, 2020 - JavaScript
Issue
Create-React-App has a plugin, ModuleScopePlugin, that stops components from accessing files outside /src/. Apparently, when I import tailwind in a component while using a tailwind.config.js in the root of my project, Tailwind can't access it, and I get this error:
./src/App.js
Module not found: You attempted to import ./../tailwind.config.js which falls outside of -
Updated
May 20, 2020 - TypeScript
-
Updated
May 16, 2020 - Vue
-
Updated
Mar 13, 2020 - JavaScript
-
Updated
May 16, 2020 - TypeScript
Created by Adam Wathan, Jonathan Reinink, David Hemphill, Steve Schoger
Released October 2017
- Organization
- tailwindcss
- Website
- tailwindcss.com
Thanks for a great css library.
I spend 2 days for trying to understand why in my vue project leaflet.css file not loaded to my project in test environment while in dev it's OK.
Please add information warning to installation section about purgecss
Also will be good to add note how to add whitelist styles to purgecss