twbs/bootstrap-sass

Official Sass port of Bootstrap 2 and 3.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 52 minutes ago
Added to GitGenius on September 4th, 2026
Created on September 6th, 2011
Open Issues & Pull Requests: 31 (+0)
GitHub issues: Enabled
Number of forks: 3,446
Total Stargazers: 12,495 (+0)
Total Subscribers: 535 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 13.7 days
Mean response time: 33.5 days
90th percentile: 105.2 days
Tracked items: 5

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,478 days
Stale 30+ days: 3
Stale 90+ days: 3

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

bootstrap-sass is a Sass-powered port of Bootstrap 3 that brings the framework's styles and components into Sass-based projects.

The project solves the problem of integrating Bootstrap into applications that use Sass for stylesheet compilation. Rather than working with pre-compiled CSS, developers can import Bootstrap's Sass files directly, gaining access to the framework's variables and mixins for customization. This approach allows teams to leverage Bootstrap's component library while maintaining control over the final stylesheet output through Sass compilation.

The tool is suited for Rails applications using the asset pipeline, as well as projects using Bower or npm with Node.js build systems. Rails developers can add the gem to their Gemfile and import Bootstrap styles into their application stylesheet, with careful attention to import order and avoiding certain Sprockets directives that prevent access to Bootstrap's mixins. The project explicitly notes that Bootstrap 4 users should use the Bootstrap rubygem for Ruby environments or the main Bootstrap repository otherwise, making clear that this port targets Bootstrap 3 specifically. For Bower users, the package works with node-sass and integrates with asset managers like wiredep. The README provides separate installation paths for Rails, Bower, and npm environments, each with specific configuration requirements.

The project maintains active support across multiple package managers and build systems, with installation guides tailored to Rails versions, Bower workflows, and Node.js environments. The codebase is written in SCSS and remains compatible with various asset pipeline configurations, including Rails 4.x and Bower-based setups with Mincer.