Layout debugging config variable

This commit is contained in:
daudix
2024-09-11 20:47:48 +03:00
parent c1afcc274f
commit a94a2f6e52
4 changed files with 27 additions and 16 deletions

View File

@ -1,10 +1,3 @@
// Layout Debugging
// *,
// *::before,
// *::after {
// outline: solid 0.0625rem var(--primary-color);
// }
* {
box-sizing: border-box;
}
@ -78,6 +71,7 @@ body {
}
@media (prefers-reduced-motion) {
*,
*::before,
*::after {