Skip to content

Commit

Permalink
Base V3.1.1
Browse files Browse the repository at this point in the history
- Cleaned up styles.scss
- Removed overflow hidden on pretty select (.select)
- Version bump for style.scss, package.json and bower.json
  • Loading branch information
matthewhartman committed Jun 17, 2016
1 parent d75b635 commit a099ad1
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 18 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "base",
"version": "3.1.0",
"version": "3.1.1",
"homepage": "http://matthewhartman.github.io/base/",
"authors": [
"Matthew Hartman <matthewhartman@gmail.com>"
Expand Down
14 changes: 10 additions & 4 deletions changelog.markdown
@@ -1,19 +1,25 @@
# Base 2 Change Log


## [3.1.0] - 2016-06-27
## [3.1.1] - 2016-06-17
### Base V3.1.1
- Cleaned up styles.scss
- Removed overflow hidden on pretty select (.select)
- Version bump for style.scss, package.json and bower.json


## [3.1.0] - 2016-06-17
### Base V3.1.0
- Cleaned up vendor prefixes on .button
- Removed overflow hidden on pretty select (.select)
- Added variables to custom select (_variables.scss)
- Added variables to custom select
- Cleaned up font-weight variables
- Added flex helpers for medium, large and extra large devices
- Added clearfix for medium, large and extra large devices
- Removed Styleguide
- Minor update in SCSS structure
- Moved _helpers.scss into styles.scss
- Version bump for style.scss, package.json and bower.json
- Updated default jQuery version to 1.12.4
- Version bump for style.scss, package.json and bower.json


## [3.0.2] - 2016-05-21
Expand Down
3 changes: 1 addition & 2 deletions 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.0",
"version": "3.1.1",
"description": "A Rock Solid, Responsive HTML/CSS Framework built to work on all devices big and small.",
"homepage": "http://getbase.org/",
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions 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.0 - Last Updated: June 17, 2016
// Version: 3.1.1 - Last Updated: June 17, 2016
========================================================================== */

Expand Down
1 change: 0 additions & 1 deletion src/scss/base/_helpers.scss
Expand Up @@ -190,7 +190,6 @@

// Pretty Select
.select {
overflow: hidden;
position: relative;
display: block;
&:before {
Expand Down
8 changes: 4 additions & 4 deletions src/scss/styles.scss
Expand Up @@ -3,13 +3,13 @@
// ==========================================================================

// Import Base
@import "base.scss";
@import "base";


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


// Import Base Helpers
Expand Down

0 comments on commit a099ad1

Please sign in to comment.