Rewrite selector to help Parcel compiler

This commit is contained in:
Mark Otto 2023-01-25 17:45:20 -08:00 committed by Mark Otto
parent 1299b163c7
commit 03983e5b99
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
.form-floating { .form-floating {
position: relative; position: relative;
&::before:not(.form-control:disabled) { &:not(.form-control:disabled)::before {
position: absolute; position: absolute;
top: $input-border-width; top: $input-border-width;
left: $input-border-width; left: $input-border-width;