Skip to content

Instantly share code, notes, and snippets.

@7studio
Created January 17, 2013 12:31
Show Gist options
  • Save 7studio/4555627 to your computer and use it in GitHub Desktop.
Save 7studio/4555627 to your computer and use it in GitHub Desktop.
A test of BICOCHO structure in WordPress
config/
  _example.scss
  _example.style.scss
  _example.editor-style.scss
core/
  _variables.scss
  _utilities.scss
  _helpers.scss
  modules/
    html.scss
    debug.scss
    font-faces.scss
modules/
  navs.scss
  layouts.scss
themes/
  example/
    style.scss
    editor-style.scss
    componenents/
      _boxes.scss
      _widgets.scss
      _posts.scss
      _comments.scss
    includes/
      _header.scss
      _footer.scss
    views/
      home.scss
      contact.scss
      loop-post.scss
      single-post.scss
build/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment