canvas-lms/config/brandable_css.yml

23 lines
841 B
YAML

paths:
public_dir: public
sass_dir: app/stylesheets
all_sass_bundles: 'app/stylesheets/{,plugins/*/}**/[^_]*.s[ac]ss'
all_sass_files: 'app/stylesheets/{,plugins/*/}**/*.s[ac]ss'
brandable_variables_json: app/stylesheets/brandable_variables.json
bundles_with_deps: public/dist/brandable_css/brandable_css_bundles_with_deps.json
file_checksums: public/dist/brandable_css/brandable_css_file_checksums.json
output_dir: public/dist/brandable_css
browsers_yml: config/browsers.yml
manifest_key_seperator: $$$$$$$$$$$
variants:
new_styles_normal_contrast: {}
new_styles_high_contrast: {}
responsive_layout_normal_contrast: {}
responsive_layout_high_contrast: {}
new_styles_normal_contrast_rtl: {}
new_styles_high_contrast_rtl: {}
responsive_layout_normal_contrast_rtl: {}
responsive_layout_high_contrast_rtl: {}