source: Dev/branches/rest-dojo-ui/client/rft/css/LESS/main.less @ 403

Last change on this file since 403 was 403, checked in by tjcschipper, 13 years ago
  • Switched to LESS for stylesheets. Most of the conversion is done, it's only (predictably) the color system that is giving trouble. Plan for next week: get rid of the inherit stuff, just use proper color classes.

-> Use only a minimal .*colorName* .bg/.text class combination that doesn't inherit. Do anything more complicated than that in a page-specific stylesheet.

File size: 271 bytes
Line 
1@import "variables.less";
2@import "mixins.less";
3@import "layout.less";
4@import "colors.less";
5@import "rftIcons.less";
6@import "rftSelector.less";
7@import "rftLineWithActions.less";
8@import "menus.less";
9@import "questionEditor.less";
10@import "rftButtons.less";
Note: See TracBrowser for help on using the repository browser.