cliff-effects
cliff-effects copied to clipboard
Organize CSS through Project
Right now, we have inline styles and a css file. With approval from @knod, we'd like to standardize this to just the css file(s). There are three steps in our CSS journey, each better than the last, but all of which may not be necessary.
- Move all inline styles to a CSS file.
- Compact our myriad inline style blocks in the CSS class to reusable classes so that the CSS file is organized and not a mile long.
- Introduce some sense of modules/scoping/variables (LESS?) or other tools that may help organize the complexity of a large amount of styling. This step is probably not necessary unless the CSS turns out to be unexpectedly gnarly.