Skip to content

Commit

Permalink
bug fix for reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
Black Mirror committed May 9, 2018
1 parent af5c1a0 commit 84ff769
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scss/grid-system/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
@include cursor(default);
@include user-select(none);

all: initial;
text-rendering: optimizeLegibility;

&:before,
Expand Down
2 changes: 1 addition & 1 deletion scss/mixins/_box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ $display-modes: array-concat((none, inline, block, inline-block, flex, inline-fl
/// }
/// @access public
/// @param {string} $dm - the display mode
/// @param {string} $auto-reset-inline-block [false] - the display mode
/// @param {boolean} $auto-reset-inline-block [false] - auto resets inline block
@mixin display($dm, $auto-reset-inline-block: false) {
@if is-display-mode($dm) {
display: $dm;
Expand Down

0 comments on commit 84ff769

Please sign in to comment.