purgetss 3.1.6 → 3.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/tailwind.tss CHANGED
@@ -1,4 +1,4 @@
1
- // Tailwind CSS v3.0.21: A utility-first CSS framework for rapidly building custom designs. ( https://tailwindcss.com )
1
+ // Tailwind CSS v3.0.22: A utility-first CSS framework for rapidly building custom designs. ( https://tailwindcss.com )
2
2
  // Created by Adam Wathan ( https://twitter.com/adamwathan ).
3
3
 
4
4
  // Custom Styles and Resets
package/index.js CHANGED
@@ -317,7 +317,7 @@ function create(args, options) {
317
317
 
318
318
  fs.writeFileSync(`${workspace}/${args.name}/package.json`, JSON.stringify({ "name": `${args.name.replace(/ /g, '-').toLowerCase()}`, "private": true }));
319
319
 
320
- let installTailwind = `cd ${workspace}/${projectName} && npm init -y && npm i tailwindcss -D && npm i postcss -D && npx tailwindcss init`;
320
+ let installTailwind = `cd ${workspace}/${projectName} && npm init -y && npm i tailwindcss -D && npx tailwindcss init`;
321
321
  exec(installTailwind, (error) => {
322
322
  if (error) return logger.error(error);
323
323
 
@@ -1,2 +1,2 @@
1
- // Tailwind CSS v3.0.21: A utility-first CSS framework for rapidly building custom designs. ( https://tailwindcss.com )
1
+ // Tailwind CSS v3.0.22: A utility-first CSS framework for rapidly building custom designs. ( https://tailwindcss.com )
2
2
  // Created by Adam Wathan ( https://twitter.com/adamwathan ).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purgetss",
3
- "version": "3.1.6",
3
+ "version": "3.1.7",
4
4
  "description": "An extension for Titanium SDK that generates a set of Tailwind-like classes and values to easily and quickly create beautifully designed mobile apps.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -50,8 +50,6 @@
50
50
  "dependencies": {
51
51
  "@fortawesome/fontawesome-free": "^6.0.0",
52
52
  "@tabler/icons": "^1.53.0",
53
- "arg": "^5.0.1",
54
- "autoprefixer": "^10.4.2",
55
53
  "boxicons": "^2.1.1",
56
54
  "caporal": "^1.4.0",
57
55
  "chalk": "^4.1.2",
@@ -64,7 +62,7 @@
64
62
  "path": "^0.12.7",
65
63
  "prompts": "^2.4.2",
66
64
  "read-css": "^0.3.0",
67
- "tailwindcss": "^3.0.21",
65
+ "tailwindcss": "^3.0.22",
68
66
  "traverse": "^0.6.6",
69
67
  "update-notifier": "^5.1.0",
70
68
  "xml-js": "^1.6.11"