1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 01:39:50 +02:00

refactor: add fill-gaps utility

This commit is contained in:
BcRikko
2019-10-17 16:56:49 +09:00
parent e323e22ee6
commit 287d52aa63
18 changed files with 21 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
@charset "utf-8";
@import "animations.scss";
@import "fill-gaps.scss";
@import "icon-mixin.scss";
@import "rounded-corners-mixin.scss";
@import "visually-hidden.scss";

View File

@@ -0,0 +1,5 @@
// Fill gaps in pixel art dots
// `transform` property conflict when used for nes-icon
@mixin fill-gaps() {
transform: rotate(0);
}

View File

@@ -51,7 +51,6 @@
height: $size;
color: $default-color;
box-shadow: unquote($ret);
transform: rotate(0.0001deg);
// firefox only style
@supports (-moz-appearance: meterbar) {