fix before/after selector

This commit is contained in:
Geoff Doty 2024-05-17 13:11:35 -04:00
parent e4b07ea4e4
commit b9520487dc
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
* {padding:0;margin:0}
*,*:before,*:after {
*,*::before,*::after {
box-sizing: border-box;
}