hugo-tufte/package.json
slashformotion 70c7b91f81
Convert css to scss entirely (#24)
* Convert css to scss entirely
Fixes #15

* tufte css is now a scss file
2021-08-20 23:21:47 +02:00

18 lines
492 B
JSON

{
"name": "hugo-tufte",
"version": "0.1.2",
"description": "Content centric Hugo blogging theme styled with Tufte-Css",
"repository": {
"type": "git",
"url": "git+https://github.com/slashformotion/hugo-tufte.git"
},
"author": "Slashformotion",
"license": "MIT",
"bugs": {
"url": "https://github.com/slashformotion/hugo-tufte/issues"
},
"homepage": "https://github.com/slashformotion/hugo-tufte#readme",
"dependencies": {
"normalize-scss": "^7.0.1"
}
}