26 lines
865 B
Plaintext
26 lines
865 B
Plaintext
/*
|
|
DO NOT MAKE CHANGES DIRECTLY TO layout.css.
|
|
Make changes to the appropriate file in /static/less/ and compile with the less app or similar (lesscss.org).
|
|
Changes made directly to layout.css will be overwritten.
|
|
*/
|
|
|
|
@charset "utf-8";
|
|
|
|
@import "variables.less";
|
|
@import "book_list.less";
|
|
@import "book_panel.less";
|
|
@import "sitewide.less";
|
|
@import "registration.less";
|
|
@import "supporter_layout.less";
|
|
@import "book_panel.less";
|
|
|
|
// I am going to need to draw out the page on a white board and get a sense of how this content wants to be structured for reusability.
|
|
// What might I need to look at...
|
|
// rulesets that get reused
|
|
// structure of blocks & nesting
|
|
// sort css file by section or type
|
|
|
|
// what's up with all the font sizes?
|
|
// should I encode grid size stuff into variables?
|
|
|
|
// use extra_head block to minify css better! think about file structure... |