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:
@@ -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";
|
||||
|
5
scss/utilities/fill-gaps.scss
Normal file
5
scss/utilities/fill-gaps.scss
Normal 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);
|
||||
}
|
@@ -51,7 +51,6 @@
|
||||
height: $size;
|
||||
color: $default-color;
|
||||
box-shadow: unquote($ret);
|
||||
transform: rotate(0.0001deg);
|
||||
|
||||
// firefox only style
|
||||
@supports (-moz-appearance: meterbar) {
|
||||
|
Reference in New Issue
Block a user