Closed bloep closed 5 years ago
I didn't check the compilation of SAAS BS 3, only the full BS4.
I guess this is very linked to this commit 01ec539b3bdbf91bc5b78ffb783e42fda4826b24
As it has been improved by 3d3a61a3edd0421e78d6956c79e72e5e33ee67dc i think you should now have only one occurence of .table-bordered th, .table-bordered td
but this is still wrong of course :)
Since v0.8.0 our styles based on bootstrap-sass (https://github.com/twbs/bootstrap-sass) aren't compiled correctly.
To me, it seems to be related to
@at-root
.For example in the compiled css styles (via cli) around line 200 you find these non-valid lines of css.
If I remove the surrounding
@at-root
in https://github.com/twbs/bootstrap-sass/blob/b34765d8a6aa775816c59012b2d6b30c4c66a8e9/assets/stylesheets/bootstrap/_glyphicons.scss#L10-L21, the file looks fine.