1.2.1 • Published 2 years ago

magefront-plugin-tailwindcss v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

magefront-plugin-tailwindcss

Generates CSS with TailwindCSS from your template files.

Install

npm i magefront-plugin-tailwindcss

Usage

import tailwindcss from 'magefront-plugin-tailwindcss'

export default {
    plugins: [
        tailwindcss({
            src: 'web/css/tailwind.css'
        })
    ]
}

See the documentation for more information.

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago