mirror of
https://github.com/kognise/water.css.git
synced 2025-08-09 06:37:05 +02:00
fix: pseudo elements
Fix pseudo element syntax
This commit is contained in:
@@ -34,11 +34,11 @@ th {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
q:before {
|
||||
q::before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
q:after {
|
||||
q::after {
|
||||
content: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user