[go: nahoru, domu]

Skip to content

ephraimduncan/tailwind-dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tailwind-dot

do stuff like bg.red.200 instead of bg-red-200

Installation

Install the plugin from npm:

npm install -D tailwind-dot

Then add the plugin to your tailwind.config.js file:

module.exports = {
    theme: {
        // ...
    },
    plugins: [
        require("tailwind-dot"),
        // ...
    ],
};

About

do stuff like `bg.red.200` instead of `bg-red-200`

Resources

License

Stars

Watchers

Forks

Packages

No packages published