• Stars
    star
    280
  • Rank 147,492 (Top 3 %)
  • Language
    CSS
  • License
    Other
  • Created almost 13 years ago
  • Updated almost 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

HTML, CSS, and JS toolkit from Twitter – Official Sass port:

DEPRECATION NOTICE

The bootstrap-sass-rails gem is deprecated starting with version 3.1.0.0. There is an official Sass port of Bootstrap now which can be found within the twbs organization on GitHub:

https://github.com/twbs/bootstrap-sass

You are recommended to upgrade your Gemfile to directly use bootstrap-sass from now on. Upgrading should be really simple, the differences between the gems are mostly in the namespacing.

UPGRADING

Remove the twitter/ prefix from all your @import and = require statements:

Before:

  @import "twitter/bootstrap";  
  @import "twitter/bootstrap/modal";  

After:

  @import "bootstrap";  
  @import "bootstrap/modal";  

Before:

  //= require "twitter/bootstrap";
  //= require "twitter/bootstrap/modal";  

After:

  //= require "bootstrap";  
  //= require "bootstrap/modal";  

Thank you for using bootstrap-sass-rails!

More Repositories

1

PrusaSlicer-Profiles

Ellis SuperSlicer Profiles - adapted for use with PrusaSlicer
39
star
2

eap_parrot

Repeats, without thought or understanding, EAP(OL) packets on the wire.
Go
26
star
3

NightOwl

Integrated Dual Spool Filament Switching System
11
star
4

trasto

Translatable columns for Rails 3, directly stored in a postgres hstore in the model table.
Ruby
8
star
5

OrcaSlicer-Profiles

OrcaSlicer Profiles (Printer/Filament/Process)
8
star
6

voron-modular-config

Modular Voron Configuration Template
Python
7
star
7

ergodox_osx_neo2

QMK Firmware layout intended to be used as a git submodule
C
5
star
8

acceleration-control

Klipper GCode Preprocessor for per feature acceleration control
G-code
5
star
9

sidekiq-daemon

Sidekiq process daemonization for JRuby
Ruby
4
star
10

dotfiles

Shell
4
star
11

hideous

Ruby
2
star
12

mojo_sleekgallery

TYPO3 Extension to use SleekGallery with TYPO3 CMS
PHP
2
star
13

useragent_parser

A port of the useragent parser used by browserscope.org to ruby
Ruby
2
star
14

devise_ticketable

mod_auth_tkt support for devise >= 1.1.0
Ruby
2
star
15

MainsailOS-extended

A Raspberry Pi OS based distribution for 3D Printers
Shell
1
star
16

sqlparser

Doctrine Lexer based parser for MySQL CREATE TABLE statements
PHP
1
star
17

chef-typo3-devbox

Chef recipe to set up a TYPO3 CMS Core development box with NGINX, MySQL 5.7 and PHP 5.5/5.6/7.0
HTML
1
star
18

macdive-toolbox

Tool to export dive sites from MacDive in formats that can be used by photo (management) applications
Rust
1
star
19

voron-mods

Voron and 3D printing related stuff
1
star
20

swatchify

Batch generator for filament swatches based on https://www.printables.com/model/27814-filament-swatch
OpenSCAD
1
star
21

voron-nameplate-generator

Voron Nameplate Generator
TypeScript
1
star
22

zsh-customization

Shell
1
star