Skip to content

Latest commit

 

History

History

sass-js-esm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Bootstrap Sass & ESM JS

Include Bootstrap's source Sass and an ES Module version of our JavaScript plugins thanks to guybedford/es-module-shims. Also includes the Autoprefixer for cross-browser CSS, Stylelint for Sass code quality, and Popper, a peer dependency of Bootstrap's JS used to position dropdowns, popovers, and tooltips.

Edit in browser

Open in StackBlitz

How to use

git clone https://github.com/twbs/examples.git
cd examples/sass-js-esm/
npm install
npm start