Created
June 5, 2015 20:23
-
-
Save drrobotnik/bd920c351154d61f7f46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
Theme Name: Joe & Patience | |
Theme URI: http://underscores.me/ | |
Author: Brandon Lavigne | |
Author URI: http://caavadesign.com | |
Description: Custom Theme developed for Joe & Patience Photography | |
Version: 1.0 | |
License: GNU General Public License | |
License URI: license.txt | |
Tags: | |
!*/ | |
@import "variables"; | |
// Automatically injected Bower dependencies via wiredep (never manually edit this block) | |
// bower:scss | |
@import "../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_variables.scss"; | |
@import "../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_mixins.scss"; | |
@import "../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss"; | |
@import "../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss"; | |
@import "../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss"; | |
@import "../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss"; | |
@import "../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss"; | |
@import "../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss"; | |
@import "../../bower_components/jasny-bootstrap/scss/_variables.scss"; | |
@import "../../bower_components/jasny-bootstrap/scss/_offcanvas.scss"; | |
@import "../../bower_components/jasny-bootstrap/scss/_navmenu.scss"; | |
// endbower | |
@import "mixins"; | |
@import "normalize"; | |
@import "widths"; | |
@import "global"; | |
@import "nav"; | |
@import "content"; | |
@import "comments"; | |
@import "widgets"; | |
@import "brandico"; | |
@import "media"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment