From 4f1993516f9a10e93db8f0362fcaab0dfdc04cb4 Mon Sep 17 00:00:00 2001 From: Ro Date: Sun, 12 Jul 2020 14:42:18 -0700 Subject: [PATCH] found weird stylus source map error. just turned off source mapping for now --- package.json | 2 +- src/styles/main/_forms.styl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 840fd2f..6e53b21 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dev": "nodemon -r esm init.js --ignore node_modules/ -e js", "debug": "nodemon inspect -r esm init.js --ignore node_modules/ -e js", "prettier-watch": "npx onchange '**/*.js' -- npx prettier --write {{changed}}", - "watch": "stylus -w -m -o public/assets/css src/styles/dash.styl & parcel watch src/com/Start.js --out-dir public/assets/scripts --out-file dash.min.js --public-url /assets/scripts", + "watch": "stylus -w -o public/assets/css src/styles/dash.styl & parcel watch src/com/Start.js --out-dir public/assets/scripts --out-file dash.min.js --public-url /assets/scripts", "build-back-kit": "uglifyjs src/libraries/highlight.pack.js node_modules/sortablejs/Sortable.min.js node_modules/scramble-text/dist/ScrambleText.min.js node_modules/reframe.js/dist/reframe.min.js -c -o public/assets/scripts/dashkit.min.js" }, "engines": { diff --git a/src/styles/main/_forms.styl b/src/styles/main/_forms.styl index a7218a4..0505c2d 100644 --- a/src/styles/main/_forms.styl +++ b/src/styles/main/_forms.styl @@ -14,7 +14,7 @@ textarea border 0 border-radius 3px color $type02 - font 15px $monoType + font 1em $monoType button, input[type=submit] background $highlight