bootstrap-4-migrate

1.0.1 • Public • Published

Bootstrap 4 Migrate

A small package to work with bootstrap 4 without breaking project build in bootstrap 3

Offical Bootstrap Repository here

Setup

Installation from npm

npm install bootstrap-4-migrate --save

Installation from github

Download Zip and copy css and fonts folder to your working folder.

Add "bootstrap-4-migrate.min.css" to your header, But make sure it is above the bootstrap 4 stylesheet file.

<link rel="stylesheet" type="text/css" href="your_dir/css/bootstrap-4-migrate.min.css">
<!-- Loading bootstrap 4 from CDN -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">

Changes

  • .col-xs-* is back
  • Glyphicons is back
  • .img-responsive, .img-rounded and .img-circle are back
  • Table classes are back
  • Panel is back
  • .pull-left and .pull-right are back
  • .hidden-* is back
  • .img-responsive* is back
  • and more

Links

Website | Github | Bootstrap

Package Sidebar

Install

npm i bootstrap-4-migrate

Weekly Downloads

35

Version

1.0.1

License

ISC

Last publish

Collaborators

  • susonwaiba