styleguide: Add WIP message
All checks were successful
/ build (push) Successful in 10s

This commit is contained in:
kritzl 2025-02-17 01:14:41 +01:00
commit 0214631b36
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
10 changed files with 136 additions and 15 deletions

View file

@ -49,4 +49,8 @@ i[data-icon] {
&[data-icon='light']::before {
mask-image: url('../icon/lightbulb.svg');
}
&[data-icon='warning']::before {
mask-image: url('../icon/warning.svg');
}
}