improve theming docs

pull/326/head
dgtlmoon 3 years ago
parent 18987aeb23
commit 20647ea319

@ -4,8 +4,8 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "build": "node-sass styles.scss diff.scss -o .",
"scss": "node-sass --watch styles.scss diff.scss -o ." "watch": "node-sass --watch styles.scss diff.scss -o ."
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",

@ -1,7 +1,10 @@
/* /*
* -- BASE STYLES -- * -- BASE STYLES --
* Most of these are inherited from Base, but I want to change a few. * Most of these are inherited from Base, but I want to change a few.
* npm run scss * nvm use v14.18.1
* npm install
* npm run build
* or npm run watch
*/ */
body { body {
color: #333; color: #333;

Loading…
Cancel
Save