feat: Support anchors, use style nesting, use normalize.css

This commit is contained in:
daudix-UFO
2023-11-16 22:46:21 +03:00
parent 685ae98d11
commit 8488d2cbbb
7 changed files with 517 additions and 142 deletions

View File

@ -1,3 +1,5 @@
/*! scanlines.scss | MIT License | https://codepen.io/meduzen/pen/zxbwRV */
// REGULAR SCANLINES SETTINGS
// width of 1 scanline (min.: 1px)
@ -45,7 +47,7 @@ $scan-opacity: 0.75;
} @else {
animation: none;
}
@media (prefers-reduced-motion) {
@media (prefers-reduced-motion) {
animation: none;
}
}