subtree(users/wpcarro): docking briefcase at '24f5a642'
git-subtree-dir: users/wpcarro git-subtree-mainline:464bbcb15cgit-subtree-split:24f5a642afChange-Id: I6105b3762b79126b3488359c95978cadb3efa789
This commit is contained in:
commit
019f8fd211
766 changed files with 175420 additions and 0 deletions
17
users/wpcarro/website/blog/themes/tailwind/package.json
Normal file
17
users/wpcarro/website/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