Closed Cerdic closed 5 years ago
This is now really fixin #644 as I checked the whole compilation of BS4 and fixed each bug in the output css.
The compilation with scssphp now only differs from the dist css file on the following points:
BlinkMacSystemFont, Segoe UI, Roboto
BlinkMacSystemFont, "Segoe UI", Roboto
.3333333333
0.5rem
.5rem
input-group >...
#ffe7a0
#ffe8a1
and also of course the prefixed properties, selectors and values that are in the dist bootstrap.css
I think we can say it's an acceptable result :)
This is now really fixin #644 as I checked the whole compilation of BS4 and fixed each bug in the output css.
The compilation with scssphp now only differs from the dist css file on the following points:
BlinkMacSystemFont, Segoe UI, Roboto
vsBlinkMacSystemFont, "Segoe UI", Roboto
.3333333333
0.5rem
vs.5rem
input-group >...
)#ffe7a0
vs#ffe8a1
and also of course the prefixed properties, selectors and values that are in the dist bootstrap.css
I think we can say it's an acceptable result :)