shitcan bootstrap and use flexbox and breakpoints instead

This commit is contained in:
Jonathan Souter
2023-02-24 16:47:41 +10:30
parent 512ff30201
commit 7c955e9809
9 changed files with 421 additions and 161 deletions

View File

@ -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": "",