Skip to content

WebDevStudios/StartBox-SASS-Child

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StartBox SASS Child theme

The default StartBox child theme with SASS!

This is a starter child theme for StartBox WordPress theme framework that uses SASS/SCSS for editing the style.

  • Styles are separated into categorical files (and compiled to one stylesheet).
  • Separate files for both variables and mixins/functions. Change the entire look of the theme simply by adjusting these variables!
  • Comes with a config.rb file. Defaults to outputting a compressed stylesheet.

Installation

Important: You'll need the StartBox WordPress theme framework. Please follow the installation instructions there.

This child theme will go in your themes directory adjacent to StartBox.

Usage

To edit the theme, you'll need compass and sass running. You can install it with a terminal command: sudo gem install compass

For more about sass:

All SASS files are in the 'SASS' directory and you can edit any one you like. style.scss is the main stylesheet, and you can see it importing the other sass files near the top. These are not traditional css imports as they will all be imported and compiled together to create your theme's style.css. Your browser will be using style.css as usual.

About

A basic StartBox starter child theme that utilizes SASS. Official website http://wpstartbox.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published