stylelint: Enable selector-pseudo-element-colon-notation
Via stylelint --fix Change-Id: I77f14cac83e4422c7962339d1177da9e65b6a28e
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
|
||||
// override grid styles, as we use flexbox here
|
||||
&.row {
|
||||
&:before,
|
||||
&:after {
|
||||
&::before,
|
||||
&::after {
|
||||
content: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user