mirror of
https://github.com/Kugelschieber/schnittfest.git
synced 2026-01-18 10:20:27 +00:00
Added sass build and Dockerfile.
This commit is contained in:
1467
style/package-lock.json
generated
Normal file
1467
style/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
14
style/package.json
Normal file
14
style/package.json
Normal 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
style/sass/main.scss
Normal file
3
style/sass/main.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
html, body {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
Reference in New Issue
Block a user