1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-04-21 22:52:42 +02:00
nes.css/scss/utilities/fill-gaps.scss
2019-10-17 16:56:49 +09:00

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);
}