Added sass build and Dockerfile.

This commit is contained in:
Marvin Blum
2019-12-12 22:52:10 +01:00
parent 290aa1e0ea
commit 03839254a6
6 changed files with 1531 additions and 0 deletions
+1467
View File
File diff suppressed because it is too large Load Diff
+14
View File
@@ -0,0 +1,14 @@
{
"name": "schnittfest",
"version": "1.0.0",
"description": "Schnittfest GmbH website styling.",
"main": "index.js",
"scripts": {
"style": "node-sass sass/ -o ../static/ --output-style compressed"
},
"author": "Marvin Blum, Daniel Schramm",
"license": "ISC",
"devDependencies": {
"node-sass": "^4.13.0"
}
}
+3
View File
@@ -0,0 +1,3 @@
html, body {
font-family: sans-serif;
}