bootstrap-sass icon indicating copy to clipboard operation
bootstrap-sass copied to clipboard

Official Sass port of Bootstrap 2 and 3.

Results 30 bootstrap-sass issues
Sort by recently updated
recently updated
newest added

Upgrading from `3.4.1` to `3.4.2` results in bunch of errors like below during build. ```sh Error: Module build failed (from ../../node_modules/sass-loader/dist/cjs.js): SassError: Invalid CSS after "... floor(math": expected expression (e.g....

In the Lighthouse report the font is causing the following message "Ensure text remains visible during webfont load"

**grunt build** is failing by yielding following error: > error app/styles/directive.scss (Line 369 of > bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_variables.scss: > Invalid CSS after "... floor(math": expected ")", was > ".div($grid-gutt...") **Gruntfile.js** has `compass`...

Follow-up to @stof's suggestion at https://github.com/twbs/bootstrap-sass/issues/1226#issuecomment-1056845983. Adopts the https://github.com/twbs/rfs library to handle division in a forward- and backward- compatible fashion in both libsass and dart-sass. Reverts `devDependency` pin to `node-sass`....

Last stable release available in Packagist is 3.4.2, which contains a bug using Math.div in a wrong place and this prevents compiling any project. 3.4.1 uses older math methods and...

At the company I work for, we have a project that uses NodeJS to compile our assets with gulp. Specifically, gulp-sass 4.1.1. With the release of 3.4.3, we got the...

https://user-images.githubusercontent.com/82227069/138416042-b3ba4490-cb8d-4d52-8243-e7254207014d.mp4 We are using Tooltip.VERSION = '3.3.4' & it's working fine earlier but currently it's failing. RCA - In the library after this line **this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element)** execute...

Punctuation rectification

Table rows/cells background (success, warning, etc.) stopped working since I updated sass.gem to 3.5.7. Current fix has solved the issue for my case.