1
0
mirror of https://github.com/kognise/water.css.git synced 2025-02-23 05:12:25 +01:00

fix: pseudo elements

Fix pseudo element syntax
This commit is contained in:
Marco Biedermann 2019-10-03 23:31:06 +02:00
parent 6e9b58a913
commit 92ae2e2517

View File

@ -34,11 +34,11 @@ th {
font-weight: 600;
}
q:before {
q::before {
content: none;
}
q:after {
q::after {
content: none;
}