Replies: 1 comment 1 reply
-
Apparently this will be fixed in Bootstrap 5.3.0-alpha2 which should come out in a number of days. Is this really a showstopper? Disappointing that I have to roll back to the 5.2.3 stable version... |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I'm including the latest version of Bootstrap in my 11ty project and noticed the compiling was failing due to a pseudoelement not being a valid selector in the latest version of Bootstrap (5.3.0-alpha1). Supposedly this has been fixed per this thread twbs/bootstrap#37866
I'm not seeing this changed merged in my npm package so I just made the suggested change to Bootstrap's scss file _floating-lables.scss to fix the issue. This works. However when deploying this project to Netlify, Parcel appears to be failing on the exact same issue (see screenshot below). Not sure how this is happening since I changed the npm Bootstrap source... wouldn't this change persist downstream?
Suggestions on how to fix other than changing the version of Bootstrap included in the Parcel build?
Beta Was this translation helpful? Give feedback.
All reactions