Skip to content

Commit

Permalink
Base V3.1.2
Browse files Browse the repository at this point in the history
- Updated styles.scss
- Version bump for style.scss, package.json and bower.json
  • Loading branch information
matthewhartman committed Jun 17, 2016
1 parent a099ad1 commit 7723536
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "base",
"version": "3.1.1",
"version": "3.1.2",
"homepage": "http://matthewhartman.github.io/base/",
"authors": [
"Matthew Hartman <matthewhartman@gmail.com>"
Expand Down
6 changes: 6 additions & 0 deletions changelog.markdown
@@ -1,6 +1,12 @@
# Base 2 Change Log


## [3.1.2] - 2016-06-17
### Base V3.1.2
- Updated styles.scss
- Version bump for style.scss, package.json and bower.json


## [3.1.1] - 2016-06-17
### Base V3.1.1
- Cleaned up styles.scss
Expand Down
2 changes: 1 addition & 1 deletion dist/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "getbase",
"version": "3.1.1",
"version": "3.1.2",
"description": "A Rock Solid, Responsive HTML/CSS Framework built to work on all devices big and small.",
"homepage": "http://getbase.org/",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/css/styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/scss/base.scss
Expand Up @@ -2,7 +2,7 @@
// Base Stylesheet - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 3.1.1 - Last Updated: June 17, 2016
// Version: 3.1.2 - Last Updated: June 17, 2016
========================================================================== */

Expand Down
6 changes: 3 additions & 3 deletions src/scss/styles.scss
Expand Up @@ -2,15 +2,15 @@
// Website or App Stylesheet
// ==========================================================================

// Variables and Colors
@import "styles/variables-colors";

// Import Base
@import "base";


// Website / App Styles
@import "styles/variables-colors";
@import "styles/header";
@import "styles/footer";


// Import Base Helpers
@import "base/_helpers";

0 comments on commit 7723536

Please sign in to comment.