File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# vue-cli-plugin-tailwind
2- [ ![ Tailwind CSS] ( https://img.shields.io/npm/dependency-version/vue-cli-plugin-tailwind/ tailwindcss.svg )] ( https://tailwindcss.com/ )
2+ [ ![ Tailwind CSS] ( https://img.shields.io/badge/ tailwindcss-^2.0.2-blue )] ( https://tailwindcss.com/ )
33[ ![ License] ( https://img.shields.io/npm/l/vue-cli-plugin-tailwind.svg )] ( https://github.com/forsartis/vue-cli-plugin-tailwind/blob/master/LICENSE )
44
55A plugin that adds Tailwind CSS to your vue-cli project.
@@ -41,8 +41,8 @@ module.exports = {
4141### Configure PurgeCSS
4242By default PurgeCSS will look for css selectors in your ` .html ` files inside the ` ./public ` directory and ` .vue ` files inside the ` ./src ` directory.
4343``` javascript
44- purge: {
45- content: [' ./public/**/*.html' , ' ./src/**/*.vue' ]
44+ purge: {
45+ content: [' ./public/**/*.html' , ' ./src/**/*.vue' ]
4646},
4747```
4848Check [ https://tailwindcss.com/docs/optimizing-for-production ] ( https://tailwindcss.com/docs/optimizing-for-production ) for more info.
You can’t perform that action at this time.
0 commit comments