Skip to content

Commit

Permalink
Base V4.1.3
Browse files Browse the repository at this point in the history
- Minor documentation update
- Minor version bump for index.scss/less and package.json
  • Loading branch information
matthewhartman committed Dec 10, 2018
1 parent ae885c0 commit a3bab2b
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 38 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Base Change Log

## [4.1.3] - 2018-12-11
### Base V4.1.3
- Minor documentation update
- Minor version bump for index.scss/less and package.json

## [4.1.2] - 2018-12-11
### Base V4.1.2
- Minor documentation update
Expand Down
2 changes: 1 addition & 1 deletion index.css

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

2 changes: 1 addition & 1 deletion index.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion less/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Base Stylesheet - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 4.1.2 - Last Updated: December 11, 2018
// Version: 4.1.3 - Last Updated: December 11, 2018
========================================================================== */

Expand Down
43 changes: 12 additions & 31 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getbase/base",
"version": "4.1.2",
"version": "4.1.3",
"description": "A Rock Solid, Responsive CSS Framework built to work on all devices big, small and in-between.",
"homepage": "http://getbase.org/",
"author": "Matthew Hartman",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Once you have Base installed, you can build on top of it by including your own c

```scss
/* Import Base */
@import "node_modules/@getbase/base/scss/index";
@import "~@getbase/base/scss/index";
/* Your Other Styles */
@import "main"
```
Expand All @@ -73,7 +73,7 @@ Once you have Base installed, you can build on top of it by including your own c

```less
/* Import Base */
@import "node_modules/@getbase/base/less/index";
@import "~@getbase/base/less/index";
/* Your Other Styles */
@import "main"
```
Expand Down
2 changes: 1 addition & 1 deletion scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Base Stylesheet - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 4.1.2 - Last Updated: December 11, 2018
// Version: 4.1.3 - Last Updated: December 11, 2018
========================================================================== */

Expand Down

0 comments on commit a3bab2b

Please sign in to comment.