daisy / pipeline-mod-braille

!! NOTE: This project is now part of the pipeline-modules project !! | Braille Production Modules for the DAISY Pipeline 2
1 stars 4 forks source link

Provide CSS modules with common functionality #182

Closed bertfrees closed 5 years ago

bertfrees commented 6 years ago

For example, a module with a basic volume breaking configuration.

It's probably most flexible if these modules are implemented as SCSS partials (these are files that are intended to be imported in a base style sheet, and not compiled separately), so that they can use variables, contain mixins etc. Possibly the partial could be complemented with a standalone style sheet that imports the partial with some default settings (e.g. _volumes.scss + volumes.scss), so that it can also be used as an item in the stylesheet script option.

bertfrees commented 5 years ago

Fixed in 893ba7d7dc8fb87e6d69bbc1147e15cfa7b8acfe and https://github.com/daisy/pipeline-scripts/commit/937559dd7a98486ebf0f0e531d76b0a7e60633bb.