Add commented-out layout debugging style
It's useful to have it here
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
// Layout Debugging
|
||||
// *,
|
||||
// *::before,
|
||||
// *::after {
|
||||
// outline: solid 0.0625rem var(--primary-color);
|
||||
// }
|
||||
|
||||
* {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
|
Reference in New Issue
Block a user