Socket
Socket
Sign inDemoInstall

vue-cli-plugin-tailwind

Package Overview
Dependencies
0
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

6

generator/index.js

@@ -59,2 +59,8 @@ const fs = require('fs');

const configs = {
dependencies: {
'@tailwindcss/postcss7-compat': '^2.0.2',
autoprefixer: '^9',
postcss: '^7',
tailwindcss: 'npm:@tailwindcss/postcss7-compat@^2.0.2',
},
postcss: {

@@ -61,0 +67,0 @@ plugins: {

10

package.json
{
"name": "vue-cli-plugin-tailwind",
"version": "2.0.3",
"version": "2.0.4",
"description": "vue-cli plugin for Tailwind CSS",

@@ -19,9 +19,3 @@ "author": "Jens Eggerstedt <j.eggerstedt@kaibatech.de>",

"purgecss"
],
"dependencies": {
"@tailwindcss/postcss7-compat": "^2.0.2",
"autoprefixer": "^9",
"postcss": "^7",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2"
}
]
}

6

README.md
# vue-cli-plugin-tailwind
[![Tailwind CSS](https://img.shields.io/npm/dependency-version/vue-cli-plugin-tailwind/tailwindcss.svg)](https://tailwindcss.com/)
[![Tailwind CSS](https://img.shields.io/badge/tailwindcss-^2.0.2-blue)](https://tailwindcss.com/)
[![License](https://img.shields.io/npm/l/vue-cli-plugin-tailwind.svg)](https://github.com/forsartis/vue-cli-plugin-tailwind/blob/master/LICENSE)

@@ -44,4 +44,4 @@

```javascript
purge: {
content: ['./public/**/*.html', './src/**/*.vue']
purge: {
content: ['./public/**/*.html', './src/**/*.vue']
},

@@ -48,0 +48,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc