Add commented-out layout debugging style

It's useful to have it here
This commit is contained in:
daudix
2024-08-18 02:35:55 +03:00
parent b1236bcb84
commit dcd22301ff

View File

@ -1,3 +1,10 @@
// Layout Debugging
// *,
// *::before,
// *::after {
// outline: solid 0.0625rem var(--primary-color);
// }
* { * {
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;