tailwindcss.com
                                
                                 tailwindcss.com copied to clipboard
                                
                                    tailwindcss.com copied to clipboard
                            
                            
                            
                        The Tailwind CSS documentation website.
I added the Meteor.js framework guide.
In a workspace setup encouraging people to directly path into `node_modules` will result in inconsistent outcomes. Instead rely on the system to properly identify the path of the node module,...
I added a Symfony framework guide similar to the Laravel one. You can find a working repository of this guide [here](https://github.com/AmProsius/symfony-tailwind). I created that repository as a temporary solution and...
## TL;DR Commit #102eb9 introduces a new dependency ('eslint-parse-visit') on line 1 of 'recma/importImages.mjs' BUT leaves the 'package.json' manifest to become stale by not updating it. This simply adds the...
Hi, When you change page using the sidebar in mobile, the scroll doesn't get reset. So if you were at the very bottom of the page, you'll need to scroll...
Gm, https://tailwindcss.com/docs/configuration does not contain much details on how to convert `tailwind.config.js` with plug ins to ecma ```js const defaultTheme = require("tailwindcss/defaultTheme"); const colors = require("tailwindcss/colors"); /** @type {import('tailwindcss').Config} */...
I was helping some high school students on a project. They were trying to set an arbitrary width using `w-{42}` and were insistent that they saw this in the docs...