twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

Home Page:https://getbootstrap.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SASS compiling

lanesCSO opened this issue · comments

Prerequisites

Describe the issue

When running sass compiler on my .scss file https://github.com/CSOIreland/CSOBSTheme/blob/main/dist/app.bootstrap.guideline.scss A few class groups are dissapearing e.g.

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

and

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

I have tried webpack, live sass compiler and dart sass compiler and all give same output.

Any insight into this behavior would be much appreaciated.

Reduced test cases

Have tried three different sass compilers

Webpack, live sass compiler and dart sass compiler

What operating system(s) are you seeing the problem on?

Windows

What browser(s) are you seeing the problem on?

Chrome, Safari, Firefox, Microsoft Edge, Opera

What version of Bootstrap are you using?

5.3.3