Skip to content
#

tailwindcss

tailwind logo

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...

tailwindcss
pumano
pumano commented Apr 3, 2020

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

module.exports = {
  plugins: {
    tailwindcss: {},
    'vue-
panel
adaliszk
adaliszk commented Apr 13, 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

j3rem1e
j3rem1e commented Jan 8, 2020

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 :)

awes-io
yevhenlisovenko
yevhenlisovenko commented May 24, 2019

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

Analytics

kouliavtsev
kouliavtsev commented Oct 2, 2019

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. 😅 It would be great to mention this somewhere in the docs, so that other people would not waste time on this

selfagency
selfagency commented Mar 31, 2020

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"
eldrickb
eldrickb commented Aug 12, 2019

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 

Created by Adam Wathan, Jonathan Reinink, David Hemphill, Steve Schoger

Released October 2017

Organization
tailwindcss
Website
tailwindcss.com

Related Topics

css css-framework framework postcss
You can’t perform that action at this time.