This commit is contained in:
Dennis Eichhorn 2020-06-05 18:21:58 +02:00
parent 4f19f91e33
commit d5b171aacb
3 changed files with 1422 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.map
*.scssc
*.cache
*.cache
node_modules

1408
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "css-oms",
"version": "1.0.0",
"description": "",
"directories": {},
"dependencies": {
"node-sass": "^4.14.1"
},
"devDependencies": {},
"scripts": {},
"author": "Dennis Eichhorn"
}