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

25
package.json.bak Normal file
View File

@ -0,0 +1,25 @@
{
"name": "11ty-neocities",
"version": "1.0.0",
"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": "",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^2.0.0",
"bootstrap": "^5.2.3",
"npm-run-all": "^4.1.5",
"sass": "^1.58.3"
}
}