Skip to content

Commit 2109bb1

Browse files
authored
Update debug.css
1 parent 051e356 commit 2109bb1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

debug.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
@charset "UTF-8";
22
/**
3-
* @updated 25.08.12
3+
* @updated 25.08.16
44
*/
5-
[debug] * {
5+
:is([debug="full"], [debug] *),
6+
:is([debug="full"], [debug] *)::before,
7+
:is([debug="full"], [debug] *)::after {
68
--debug-border:0.1rem;
79
--debug-hsl: calc(var(--i,0) * 50) 85% 55%;
810
--debug-color: hsl(var(--debug-hsl) / 0.25);

0 commit comments

Comments
 (0)