Skip to content

Commit

Permalink
feat(core-components-vars): add breakpoints (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
reme3d2y committed Nov 17, 2020
1 parent 543ca60 commit 9cd5699
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/vars/src/breakpoints.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
:root {
--mobile-s: 320px;
--mobile-m: 375px;
--mobile-l: 412px;
--tablet-s: 600px;
--tablet-m: 768px;
--desktop-s: 1024px;
--desktop-m: 1280px;
--desktop-l: 1440px;
--desktop-xl: 1920px;
}
1 change: 1 addition & 0 deletions packages/vars/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
@import './colors-indigo.css';
@import './shadows-indigo.css';
@import './gaps.css';
@import './breakpoints.css';
@import './typography.css';
@import './mixins.css';

0 comments on commit 9cd5699

Please sign in to comment.