Add Tailwind
This commit is contained in:
parent
22bf5c835b
commit
ec098fa934
6 changed files with 4360 additions and 0 deletions
17
mysite/package.json
Normal file
17
mysite/package.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "pybtex-css",
|
||||
"version": "1.0.0",
|
||||
"description": "Pybtex CSS",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@fullhuman/postcss-purgecss": "^1.2.0",
|
||||
"cssnano": "^4.1.10",
|
||||
"postcss-cli": "^6.1.3",
|
||||
"tailwindcss": "^1.1.2"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "postcss -o static/style.css static-src/style.css"
|
||||
},
|
||||
"author": "Andrey Golovizin",
|
||||
"license": "MIT"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue