diff --git a/README.md b/README.md index 4e84b8f..7aee3de 100644 --- a/README.md +++ b/README.md @@ -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 - + ``` @@ -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. @@ -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 - diff --git a/package.json b/package.json index ff02baf..649ae98 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/scss/_settings.defaults.scss b/scss/_settings.defaults.scss index fa32092..c5c5eac 100644 --- a/scss/_settings.defaults.scss +++ b/scss/_settings.defaults.scss @@ -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