Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
v1.70.0 -- Added new variable for z-index (#248)
Browse files Browse the repository at this point in the history
* 1.70.0 -- Added new variable for z-index

* Update CHANGELOG.md
  • Loading branch information
smilburn1990 authored Oct 22, 2019
1 parent 153c0b9 commit d9ecb9b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)


v1.70.0
------------------------------
*October 21, 2019*

### Added
- New `z-index` size.


v1.69.0
------------------------------
*October 21, 2019*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@justeat/fozzie",
"title": "Fozzie – Just Eat UI Web Framework",
"description": "UI Web Framework for the Just Eat Global Platform",
"version": "1.69.0",
"version": "1.70.0",
"main": "dist/js/index.js",
"files": [
"dist/js",
Expand Down
3 changes: 2 additions & 1 deletion src/scss/settings/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ $zIndex: (
low : 1,
mid : 100,
belowHighest: 8999,
high : 9000
high : 9000,
aboveHighest: 9999
) !default;

// Path vars
Expand Down

0 comments on commit d9ecb9b

Please sign in to comment.