Replies: 1 comment 2 replies
-
add the following to angular.json file between "configurations": and "budgets": "optimization": { |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am experiencing an Issue after upgrading from bootstrap
5.2.3
to5.3.0
in an angular16.1.3
project.When running
ng build -c=prod
these warnings appear.I cannot provide more details about the project.
Since we don't use any .form-floating in our code my guess is that the warnings come from the bootstrap file:
bootstrap.css
where on line 2600 as well as on line 2616 there are definitions of.form-floating > label
Does anyone know:
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions