stylelint: Enable selector-pseudo-element-colon-notation

Via stylelint --fix

Change-Id: I77f14cac83e4422c7962339d1177da9e65b6a28e
This commit is contained in:
Umherirrender
2023-03-30 01:03:16 +02:00
parent fcba642756
commit e464c5ab31
4 changed files with 10 additions and 11 deletions

View File

@@ -10,8 +10,8 @@
// override grid styles, as we use flexbox here
&.row {
&:before,
&:after {
&::before,
&::after {
content: none;
}
}