Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 815 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 815 Bytes

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