Look and feel
Everything that decides what a DomUI application looks like: the theme, the stylesheets it is built from, and animation. Icons live with the components that use them, under images, icons and file upload.
- Themes - what a theme is, how one is named and selected, and how its files are found.
- Overriding the theme - giving an application its own colours, fonts and metrics.
- The winter theme - the theme DomUI ships: how
style.scssis put together and where each component is styled. - Styling a component - writing the SCSS for a component of your own, and the class naming that keeps it out of everyone else's way.
- SASS/SCSS support - the stylesheet pipeline, and passing values into a stylesheet from the outside.
- Moving an application to the module system - what changes in an application's stylesheets, file by file.
- Header contributors - putting a stylesheet or a script in the page header.
- Animations - the jQuery effects DomUI exposes.
