Hi There,
I have noticed that using the default config to create a bundle with Gulp, the size (and file size) of style.bundle.css is twice that of the original.
Taking a closer look, it seems that the style is duplicated starting at line 942.
#Line 942
.g-0,
.gx-0 {
--bs-gutter-x: 0rem;
}
....
#Line 49019
.g-0,
.gx-0 {
--bs-gutter-x: 0rem;
}
....
#Line 99112 END OF THE FILE