Files
purple-explorer/scripts/sass_theme_reader.sh
T

4 lines
165 B
Bash
Raw Normal View History

2020-12-12 20:21:49 -07:00
#!/bin/bash
echo "\$theme-name: \"$(./node_modules/.bin/strip-json-comments settings.json | ./node_modules/.bin/json theme)\";" > ./public/css/_theme-selector.scss