Skip to content

Commit

Permalink
Base V4.1.2
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 97f48b9 commit ae885c0
Show file tree
Hide file tree
Showing 8 changed files with 334 additions and 6 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.2] - 2018-12-11
### Base V4.1.2
- Minor documentation update
- Minor version bump for index.scss/less and package.json

## [4.1.1] - 2018-12-11
### Base V4.1.1
- Updated entry in package.json
Expand Down
322 changes: 322 additions & 0 deletions index.css

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

1 change: 1 addition & 0 deletions index.css.map

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

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" href="https://unpkg.com/@getbase/base@4.1.0/index.css">
<link rel="stylesheet" href="https://unpkg.com/@getbase/base/index.css">

</head>
<body>
Expand Down
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.1 - Last Updated: December 11, 2018
// Version: 4.1.2 - Last Updated: December 11, 2018
========================================================================== */

Expand Down
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.1",
"version": "4.1.2",
"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 @@ -57,7 +57,7 @@ Once you have Base installed, you can build on top of it by including your own c
#### CSS Import:

```css
@import url("https://unpkg.com/@getbase/base@4.1.0/index.css");
@import url("https://unpkg.com/@getbase/base/index.css");
```

#### SCSS Import:
Expand Down Expand Up @@ -130,7 +130,7 @@ Base includes the latest version of Normalize.css by default and includes a few

## Demo

[View page example](https://unpkg.com/@getbase/base@4.1.0/index.html) with just Base stylesheet applied.
[View page example](https://unpkg.com/@getbase/base/index.html) with just Base stylesheet applied.

* * *

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.1 - Last Updated: December 11, 2018
// Version: 4.1.2 - Last Updated: December 11, 2018
========================================================================== */

Expand Down

0 comments on commit ae885c0

Please sign in to comment.