swapped to SASS base

removed vanilla css code and changed to
SASS Base and tweaked Code to be way more responsive
This commit is contained in:
2021-01-23 21:24:33 +01:00
parent d5cb0a849e
commit 2285a21721
18 changed files with 17587 additions and 494 deletions

17
package.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "steevcss",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build src/index.html"
},
"author": "steev",
"license": "ISC",
"devDependencies": {
"node-sass": "^5.0.0",
"parcel-bundler": "^1.3.1",
"sass": "^1.32.5"
}
}