bootstrap-sass
Official Sass port of Bootstrap 2 and 3.
File Explorer
Download Latest Version (.zip)- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- glyphicons-halflings-regular.woff2
- .keep
- affix.js
- alert.js
- button.js
- carousel.js
- collapse.js
- dropdown.js
- modal.js
- popover.js
- scrollspy.js
- tab.js
- tooltip.js
- transition.js
- bootstrap-sprockets.js
- bootstrap.js
- bootstrap.min.js
- _alerts.scss
- _background-variant.scss
- _border-radius.scss
- _buttons.scss
- _center-block.scss
- _clearfix.scss
- _forms.scss
- _gradients.scss
- _grid-framework.scss
- _grid.scss
- _hide-text.scss
- _image.scss
- _labels.scss
- _list-group.scss
- _nav-divider.scss
- _nav-vertical-align.scss
- _opacity.scss
- _pagination.scss
- _panels.scss
- _progress-bar.scss
- _reset-filter.scss
- _reset-text.scss
- _resize.scss
- _responsive-visibility.scss
- _size.scss
- _tab-focus.scss
- _table-row.scss
- _text-emphasis.scss
- _text-overflow.scss
- _vendor-prefixes.scss
- _alerts.scss
- _badges.scss
- _breadcrumbs.scss
- _button-groups.scss
- _buttons.scss
- _carousel.scss
- _close.scss
- _code.scss
- _component-animations.scss
- _dropdowns.scss
- _forms.scss
- _glyphicons.scss
- _grid.scss
- _input-groups.scss
- _jumbotron.scss
- _labels.scss
- _list-group.scss
- _media.scss
- _mixins.scss
- _modals.scss
- _navbar.scss
- _navs.scss
- _normalize.scss
- _pager.scss
- _pagination.scss
- _panels.scss
- _popovers.scss
- _print.scss
- _progress-bars.scss
- _responsive-embed.scss
- _responsive-utilities.scss
- _scaffolding.scss
- _tables.scss
- _theme.scss
- _thumbnails.scss
- _tooltip.scss
- _type.scss
- _utilities.scss
- _variables.scss
- _wells.scss
- _bootstrap-compass.scss
- _bootstrap-mincer.scss
- _bootstrap-sprockets.scss
- _bootstrap.scss
- engine.rb
- version.rb
- bootstrap-sass.rb
- char_string_scanner.rb
- fonts_conversion.rb
- js_conversion.rb
- less_conversion.rb
- logger.rb
- network.rb
- bower.rake
- converter.rb
- _bootstrap-variables.sass
- manifest.rb
- styles.sass
- apple-touch-icon-144-precomposed.png
- application.css.ejs.scss
- manifest.js
- .keep
- application.js
- application.sass
- application_controller.rb
- pages_controller.rb
- application_helper.rb
- application.html.erb
- root.html.slim
- development.rb
- production.rb
- test.rb
- backtrace_silencers.rb
- filter_parameter_logging.rb
- inflections.rb
- mime_types.rb
- secret_token.rb
- session_store.rb
- wrap_parameters.rb
- en.yml
- es.yml
- application.rb
- boot.rb
- environment.rb
- routes.rb
- .keep
- config.ru
- Rakefile
- README.rdoc
- compile.rb
- Gemfile
- import_all.scss
- default.gemfile
- dummy_rails_integration.rb
- reporting.rb
- compilation_test.rb
- node_mincer_test.rb
- node_sass_compile_test.sh
- pages_test.rb
- sass_test.rb
- sprockets_rails_test.rb
- test_helper.rb
- test_helper_rails.rb
- .gitignore
- .travis.yml
- bootstrap-sass.gemspec
- bower.json
- CHANGELOG.md
- composer.json
- CONTRIBUTING.md
- eyeglass-exports.js
- Gemfile
- LICENSE
- package-lock.json
- package.json
- Rakefile
- README.md
- sache.json
# Installation Guide
1. Get the code
git clone https://github.com/twbs/bootstrap-sass
Downloads the entire project code from GitHub to your computer.
cd bootstrap-sass
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install bootstrap-sass
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
3. PHP (Composer)
EasyPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
4. Ruby
EasyPrerequisites
$ bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
