brandable_css
A tool for compiling SASS source files into different variants that have
different values for their variables. This can be used, for example, to
provide a high-contrast mode for your styles.
Configuration
---
paths:
public_dir: public
sass_dir: app/stylesheets
all_sass_bundles: './app/stylesheets/**/[^_]*.s[ac]ss'
bundles_with_deps: public/dist/brandable_css/bundles_with_deps.json
file_checksums: tmp/brandable_css_file_checksums.json
output_dir: public/dist/brandable_css
browsers_yml: config/browsers.yml
Changelog
1.0.0
- Re-released under
@instructure/brandable-css
- No longer transpiling (node) code to
lib/
, minimum required Node is now 12 - Updated chokidar dependency
License
MIT