diff --git a/vendor/ember-phone-input.css b/vendor/ember-phone-input.css index c2f533fd..fc58401d 100644 --- a/vendor/ember-phone-input.css +++ b/vendor/ember-phone-input.css @@ -1,4 +1,5 @@ -.iti__flag { +/* Using `:root` prefix here to increase the specificity to avoid a CSS import order bug when using embroider */ +:root .iti__flag { background-image: url('ember-phone-input/images/flags.png'); } @@ -8,7 +9,7 @@ only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { - .iti__flag { + :root .iti__flag { background-image: url('ember-phone-input/images/flags@2x.png'); } }