[BS4] Showing 2 icons in select-menu #31140
-
I'm testing a select-menu like:
but it shows 2 icons in my project: The example here only shows only 1 icon: The difference is that the BS example has:
and my project does not seem to have that one. When I add it I only get 1 icon as I would expect out of the box. Diving deeper in the custom-forms.scss source code I see no mention of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, yes it's the postcss task that adds the browser prefix in output css files https://github.com/twbs/bootstrap/blob/v4-dev/package.json#L38 so you won't find prefix in scss file, and you need to add a postcss task in your project if you recompile scss files from source |
Beta Was this translation helpful? Give feedback.
Hello, yes it's the postcss task that adds the browser prefix in output css files https://github.com/twbs/bootstrap/blob/v4-dev/package.json#L38 so you won't find prefix in scss file, and you need to add a postcss task in your project if you recompile scss files from source