From 92ae2e25175fffed3d5a0cfaaa53fc616ffb0bb8 Mon Sep 17 00:00:00 2001 From: Marco Biedermann Date: Thu, 3 Oct 2019 23:31:06 +0200 Subject: [PATCH] fix: pseudo elements Fix pseudo element syntax --- src/parts/_typography.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/parts/_typography.css b/src/parts/_typography.css index 6ccdb03..dcdc2cb 100644 --- a/src/parts/_typography.css +++ b/src/parts/_typography.css @@ -34,11 +34,11 @@ th { font-weight: 600; } -q:before { +q::before { content: none; } -q:after { +q::after { content: none; }