0.0.1 • Published 1 year ago

tailwind-dot v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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"),
        // ...
    ],
};
0.0.1

1 year ago