mirror of
https://github.com/kognise/water.css.git
synced 2026-01-21 12:35:44 +01:00
fix: pseudo elements
Fix pseudo element syntax
This commit is contained in:
parent
6e9b58a913
commit
92ae2e2517
1 changed files with 2 additions and 2 deletions
|
|
@ -34,11 +34,11 @@ th {
|
|||
font-weight: 600;
|
||||
}
|
||||
|
||||
q:before {
|
||||
q::before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
q:after {
|
||||
q::after {
|
||||
content: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue