mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-04-21 22:52:42 +02:00
6 lines
134 B
SCSS
6 lines
134 B
SCSS
// Fill gaps in pixel art dots
|
|
// `transform` property conflict when used for nes-icon
|
|
@mixin fill-gaps() {
|
|
transform: rotate(0);
|
|
}
|