Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Commit

Permalink
v1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
richmccartney committed Feb 11, 2017
1 parent 8f42297 commit 2a8acb6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A extension of [Vanilla framework](https://github.com/ubuntudesign/vanilla-frame
If you just need to include the latest compiled version of the MAAS GUI Framework, use our hosted version and fonts to kick start you project.

``` html
<link href="https://assets.ubuntu.com/v1/0ccafbe2-maas-gui-framework.build-1.1.0.min.css"rel="stylesheet" type="text/css" media="screen">
<link href="https://assets.ubuntu.com/v1/ff49080f-maas-gui-framework.build-1.1.1.min.css"rel="stylesheet" type="text/css" media="screen">
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i" rel="stylesheet">
```

Expand All @@ -36,7 +36,14 @@ You can override any of the settings in [_settings.defaults.scss](scss/_settings

To see the latest changes and updates live please view the [demo page](http://ubuntudesign.github.io/maas-gui-vanilla-theme/)

## Change log (v1.1.0)
## Change log

### v1.1.1

- Uploading missing font assets and giving the ability to turn on or off local assets for fonts in ```_settings.defaults.scss```
- Removing the sass docs gulp requirements, gulp command and scss comments.

### v1.1.0

- Updated all icons and colour set within the framework. This will keep inline with the Vanilla Framework and the new visual update which is going across all products
- Links have changed from black to blue. This keeps MAAS inline with Juju and other Cloud products also improves the visual UX.
Expand All @@ -51,4 +58,3 @@ To see the latest changes and updates live please view the [demo page](http://ub
Code licensed [LGPLv3](http://opensource.org/licenses/lgpl-3.0.html) by [Canonical Ltd](http://www.canonical.com/)

With ♥ from Canonical

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"gulp-rename": "1.2.0",
"gulp-sass": "2.1.1",
"gulp-scss-lint": "0.4.0",
"gulp-util": "3.0.4",
"sassdoc": "2.1.7"
"gulp-util": "3.0.4"
},
"dependencies": {
"cloud-vanilla-theme": "0.0.22"
Expand Down
2 changes: 1 addition & 1 deletion scss/_settings.defaults.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// assets database path
/// usage: background: url(#{$asset-path}images/img/backgrounds/background.jpg) no-repeat 0 0;
/// usage: background: url(#{$asset-path}images/background.jpg) no-repeat 0 0;
$asset-path: '../assets/';

/// MAAS font sizes
Expand Down

0 comments on commit 2a8acb6

Please sign in to comment.