Replies: 2 comments 4 replies
-
add the following to angular.json file between "configurations": and "budgets": "optimization": { |
Beta Was this translation helpful? Give feedback.
4 replies
-
Beasties package added a fix for this https://github.com/danielroe/beasties/releases/tag/v0.3.3. If using npm: // package.json
"overrides": {
"beasties": "^0.3.3"
} for pnpm:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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