From b9520487dc0755a6eaf96b1adba83cada831addf Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Fri, 17 May 2024 13:11:35 -0400 Subject: [PATCH] fix before/after selector --- src/stylelite.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylelite.css b/src/stylelite.css index 2c9cfdb..83def52 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -28,7 +28,7 @@ * {padding:0;margin:0} -*,*:before,*:after { +*,*::before,*::after { box-sizing: border-box; }