Add 'blog/themes/tailwind/' from commit '2cf446f4ef'
git-subtree-dir: blog/themes/tailwind git-subtree-mainline:d206a2812fgit-subtree-split:2cf446f4ef
This commit is contained in:
commit
6e4c721be5
23 changed files with 377 additions and 0 deletions
17
blog/themes/tailwind/package.json
Normal file
17
blog/themes/tailwind/package.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"scripts": {
|
||||
"watch": "cross-env NODE_ENV=development postcss scss/theme.scss -o static/css/theme.css --watch",
|
||||
"build": "cross-env NODE_ENV=production postcss scss/theme.scss -o static/css/theme.css"
|
||||
},
|
||||
"dependencies": {
|
||||
"autoprefixer": "^9.5.1",
|
||||
"tailwindcss": "^1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fullhuman/postcss-purgecss": "^1.2.0",
|
||||
"concurrently": "^4.1.0",
|
||||
"cross-env": "^5.2.0",
|
||||
"cssnano": "^4.1.10",
|
||||
"postcss-cli": "^6.1.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue