Skip to content

Instantly share code, notes, and snippets.

@zachharkey
Created November 20, 2012 18:08
Show Gist options
  • Save zachharkey/4119723 to your computer and use it in GitHub Desktop.
Save zachharkey/4119723 to your computer and use it in GitHub Desktop.
Zen Subtheme Compass/SASS/SMACSS Breakdown

ZEN_SUBTHEME/

.jekyll/ // Jekyll source files compile into static/

fonts/ // Local Webfonts

images/ base/ example/ example.jpg

js/ script.js

css/ styles.css // Compiled from SASS source files. (Do not edit)

sass/
_settings.scss _mixins.scss _base.scss _states.scss
_module.scss _theme.scss

module/
  _example.scss

  // 

styles.scss
  // Main, compiled stylesheet. Selectively @imports partials.

static/ // Static HTML pages act as a living styleguide for this theme as well as a version controllable staging area for advanced custom HTML content that will eventually be pasted into blocks, nodes, pages, etc.

config.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment