Skip to content

Instantly share code, notes, and snippets.

@leonkorteweg
Created June 26, 2015 11:56
Show Gist options
  • Save leonkorteweg/9fa51d741ccf25db6c32 to your computer and use it in GitHub Desktop.
Save leonkorteweg/9fa51d741ccf25db6c32 to your computer and use it in GitHub Desktop.
Basic style.scss (including wp definitions)
/*!
Theme Name:
Theme URI:
Description: Custom responsive WordPress theme
Author: Hayona BV
Author URI: http://www.hayona.nl/
Version: 1.0
Tags:
License:
License URI:
*/
/**
*
* Global styles & settings (apply to entire project)
*
**/
@import 'global/sass-setup.scss'; // Contains variables, mixins etc.
@import 'global/normalize.scss'; // See http://necolas.github.io/normalize.css/
@import 'global/base.scss'; // Contains global styling for common HTML elements
@import 'global/layout.scss'; // Contains the header, footer, etc.
/**
*
* Repeatable modules (i.e. buttons)
*
**/
@import 'modules/buttons.scss'; // Button styles
/**
*
* Templates (styles that are used once)
*
**/
@import 'templates/homepage.scss'; // Homepage specific elements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment