Add Tailwind

This commit is contained in:
Andrej Golovizin 2020-01-31 15:17:32 +01:00
parent 22bf5c835b
commit ec098fa934
6 changed files with 4360 additions and 0 deletions

17
mysite/package.json Normal file
View 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"
}