This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2017-08-04T09:57:06.925Z","extensionVersion":"v2.8.2"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// variables | |
@screen-sm: 768px; | |
@screen-md: 992px; | |
@screen-lg: 1025px; | |
// utility mixin to set value on desired variable | |
// required as LESS doesn't support something like @break-@{var}: @val =( | |
.defineBreak(@var, @val) { | |
.setBreak() when (@var = sm) { |