Giter VIP home page Giter VIP 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

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

bs4-utilities-for-bs3's Issues

Incorrect spacing sizes and units in /dist files

Hi there, nice back port! Finding it very useful on a couple of projects that are stuck in BS3.

I noticed that both /dist/bs4-utilities-for-bs3.css and /dist/bs4-utilities-for-bs3.css.min have some odd spacing.

*-1 = 5px
*-2 = 10px
*-3 = 12px
*-4 = 16px

According to the docs: https://getbootstrap.com/docs/4.0/utilities/spacing/ the default should be:

*-1 = 0.25rem
*-2 = 0.5rem
*-3 = 1rem
*-4 = 1.5rem
*-5 = 3rem

Your variables.less file seems to be correct, with @spacer-default: 1rem

Are the odd spacing sizes and use of pixel units somehow intentional?

Thanks, Cam

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.