removed vanilla css code and changed to SASS Base and tweaked Code to be way more responsive
18 lines
339 B
JSON
18 lines
339 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|