Skip to content

SASS compiling #39924

Answered by julien-deramond
lanesCSO asked this question in Q&A
Apr 24, 2024 · 2 comments · 8 replies
Discussion options

You must be logged in to vote

Hello @lanesCSO
FYI I've transformed your issue into a GH Q&A Discussion first.

I've cloned your project and run:

npm i sass@latest
node_modules/.bin/sass app.bootstrap.guideline.scss > test.css

After analyzing your Sass files and compilation.

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {

For this use case, it's probably because you don't use autoprefixer in your build. On your side, we have our .browserlistrc and a postcss.config.mjs that applies autoprefixer.

If I change our build to drop this config, I'd have for instance:

-.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
-  color: rgba(var(--bs-body-color-rgb), 0.65);
-  transform…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
8 replies
@julien-deramond
Comment options

@lanesCSO
Comment options

@julien-deramond
Comment options

@lanesCSO
Comment options

@julien-deramond
Comment options

Answer selected by lanesCSO
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #39923 on April 24, 2024 18:46.