Layout debugging config variable
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user