Skip to content

Commit

Permalink
REMOVE: only screen on variables
Browse files Browse the repository at this point in the history
  • Loading branch information
depemu committed May 8, 2019
1 parent 275a043 commit 19f75cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/_mixins.sass
@@ -1,5 +1,5 @@
@mixin media($min-width)
@media #{$mq-screen} and (min-width: #{$min-width + 1px})
@media only screen and (min-width: #{$min-width + 1px})
@content


Expand Down
2 changes: 0 additions & 2 deletions src/_variables.sass
@@ -1,5 +1,3 @@
$mq-screen: "only screen"

$mq-xx-small-width: 280 !default
$mq-x-small-width: 320 !default
$mq-small-width: 480 !default
Expand Down

0 comments on commit 19f75cd

Please sign in to comment.