Tidy up pseudo-element references

This commit is contained in:
Angelos Chalaris
2022-11-05 13:01:58 +02:00
parent 38468678f5
commit 20100fd229
19 changed files with 56 additions and 56 deletions

View File

@ -23,8 +23,8 @@ div {
}
*,
*:before,
*:after {
*::before,
*::after {
box-sizing: inherit;
}