tailwind-dot

0.0.1 • Public • Published

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

/tailwind-dot/

    Package Sidebar

    Install

    npm i tailwind-dot

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    2.63 kB

    Total Files

    4

    Last publish

    Collaborators

    • dephraiim