@trevorgreenleaf/denali
Advanced tools
Comparing version 3.0.0-alpha.1 to 3.0.0-alpha.2
{ | ||
"name": "@trevorgreenleaf/denali", | ||
"version": "3.0.0-alpha.1", | ||
"version": "3.0.0-alpha.2", | ||
"description": "Denali CSS UI", | ||
@@ -12,4 +12,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"concurrently": "^7.0.0", | ||
"postcss-import": "^15.1.0" | ||
"concurrently": "^7.0.0" | ||
}, | ||
@@ -41,2 +40,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@tailwindcss/forms": "^0.5.4", | ||
"@tailwindcss/typography": "^0.5.9", | ||
"autoprefixer": "^10.4.14", | ||
@@ -46,7 +47,8 @@ "npm-run-all": "^4.1.5", | ||
"postcss-cli": "^10.1.0", | ||
"postcss-import": "^15.1.0", | ||
"postcss-nesting": "^12.0.1", | ||
"tailwindcss": "^3.3.3", | ||
"prettier": "^3.0.1", | ||
"prettier-plugin-tailwindcss": "^0.4.1" | ||
"prettier-plugin-tailwindcss": "^0.4.1", | ||
"tailwindcss": "^3.3.3" | ||
} | ||
} |
@@ -6,3 +6,7 @@ /** @type {import('tailwindcss').Config} */ | ||
darkMode: "class", | ||
content: ["./public/*.html"], // turn off after testing | ||
// content: ["./public/*.html"], // turn off after testing | ||
plugins: [ | ||
require('@tailwindcss/typography'), | ||
require('@tailwindcss/forms'), | ||
], | ||
theme: { | ||
@@ -9,0 +13,0 @@ extend: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1
3006
94040
11
- Removedpostcss-import@^15.1.0
- Removedfunction-bind@1.1.2(transitive)
- Removedhasown@2.0.2(transitive)
- Removedis-core-module@2.16.1(transitive)
- Removednanoid@3.3.8(transitive)
- Removedpath-parse@1.0.7(transitive)
- Removedpicocolors@1.1.1(transitive)
- Removedpify@2.3.0(transitive)
- Removedpostcss@8.5.3(transitive)
- Removedpostcss-import@15.1.0(transitive)
- Removedpostcss-value-parser@4.2.0(transitive)
- Removedread-cache@1.0.0(transitive)
- Removedresolve@1.22.10(transitive)
- Removedsource-map-js@1.2.1(transitive)
- Removedsupports-preserve-symlinks-flag@1.0.0(transitive)