A curated list of awesome things related to Tailwind CSS
-
Updated
Jun 27, 2020
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.
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