Git Product home page Git Product logo

bs4-utilities-for-bs3's Introduction

Bootstrap 4's Utility Classes for Bootstrap 3

Backports Bootstrap 4's awesome utility/helper classes for use in your Bootstrap 3 project.

Using

  • Install with npm: npm install bs4-utilities-for-bs3
  • CSS only
    • <link rel="stylesheet" href="dist/css/bs4-utilities-for-bs3.css">
  • Import SASS
    • @import 'node_modules/bs4-utilities-for-bs3/src/bs4-utilities-for-bs3'
    • Tip: Avoid specifying "node_modules/" in the path by using the includePaths option.

Reference

Spacing

BS4 size BS3 size Notes
1 xs Ex: .mt-1 for margin-top: $padding-xs-vertical;
2 sm Ex: .ml-2 for margin-left: $padding-sm-horizontal;
3 default Ex: .pt-3 for padding-top: $padding-base-vertical;
4 lg Ex: .pl-4 for padding-left: $padding-lg-horizontal;
5 NA BS3 doesn't have an equivalent size.

Utilities deprecated/removed in BS4

BS3 Class Notes
.caret Not available in BS4
.center-block Same as .mx-auto
.show Same as .d-(inline|block|etc)
.hide Same as .d-none
.pull-left Same as .float-left
.pull-right Same as .float-right
.visible-*, .hidden-* Replaced by .d-* utilities

bs4-utilities-for-bs3's People

Contributors

jbarreiros avatar myriacl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.