Skip to content

Instantly share code, notes, and snippets.

@nerdfiles
Created February 8, 2013 21:42
Show Gist options
  • Save nerdfiles/4742169 to your computer and use it in GitHub Desktop.
Save nerdfiles/4742169 to your computer and use it in GitHub Desktop.
Standardizing a Style Guide. Essentially the names drafted for this framework are issued to the Style Guide, instead of a primer on CSS. So a dependency is on metaprogramming CSS with preprocessors; then the use of frameworks or package managers (!) for deploying CSS fragments/modules along with the Hypermedia API.
// @import "theme-front";
/* UI System
*
* #note hoisting
*/
.#{$ui} {
background: transparent;
.columns {
// What did the Front have to say?
}
}
/* Design Implementation
*
* @implements bones
* @note hoisting
*/
.#{$theme} {
background: url('http://placeanything.com/pics/150/150/') center top;
// @import "theme-header";
// @import "theme-footer";
// @import "theme-bones";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment