shitcan bootstrap and use flexbox and breakpoints instead
This commit is contained in:
@ -4,12 +4,8 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"watch:eleventy": "eleventy --serve",
|
||||
"build:eleventy": "eleventy",
|
||||
"watch:sass": "sass --watch src/_assets/sass:public/css --style compressed",
|
||||
"build:sass": "sass src/_assets/sass:public/css --style compressed",
|
||||
"start": "npm-run-all build:sass --parallel watch:*",
|
||||
"build": "npm-run-all build:*"
|
||||
"start": "eleventy --serve",
|
||||
"build": "eleventy"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
Reference in New Issue
Block a user