mirror of
https://github.com/kognise/water.css.git
synced 2025-02-23 13:23:54 +01:00
fix: pseudo elements
Fix pseudo element syntax
This commit is contained in:
parent
6e9b58a913
commit
92ae2e2517
@ -34,11 +34,11 @@ th {
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
q:before {
|
q::before {
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
q:after {
|
q::after {
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user