mirror of
https://github.com/picocss/pico.git
synced 2025-05-08 00:25:29 -04:00
Finally stopped all the sass compile warnings, changed the tab-size to 2, and added responsive .row, .col-*, and .offset-* classes, using display:gid, the same way bootsrap-5 is set up for the .row, .com-* and .offset* classes.
This commit is contained in:
parent
84ed38efc9
commit
fe78285302
249 changed files with 59188 additions and 594 deletions
|
@ -32,7 +32,7 @@
|
|||
"scripts": {
|
||||
"✨": "run-s build",
|
||||
"build": "run-s start lint \"build:*\" done --silent",
|
||||
"dev": "nodemon -q --watch scss/ --ext scss --exec 'run-s build'",
|
||||
"dev": "nodemon -q --watch scss/ --ext scss --exec \"run-s build\"",
|
||||
"lint": "run-s \"lint:*\" --silent",
|
||||
"lint:prettier": "prettier --write --log-level silent \"scss/**/*.scss\"",
|
||||
"lint:sort-scss": "postcss --config scss ./scss/**/*.scss --replace",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue