Skip to content

Commit

Permalink
added new breakpoint (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmelo authored Apr 18, 2017
1 parent 0f3e5a2 commit 2becfa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniq",
"version": "2.3.0",
"version": "2.3.1",
"description": "Internal CSS Framework/Toolkit used @ Uniplaces",
"main": [
"src/styles/**/*",
Expand Down
1 change: 1 addition & 0 deletions src/styles/_common/_media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $breakpoints: (
"x-small" : 400px,
"small" : 600px,
"medium" : 900px,
'x-medium': 1100px
"large": 2560px,
"x-large": 3440px
);
Expand Down

0 comments on commit 2becfa4

Please sign in to comment.