https://github.com/twbs/bootstrap
Revision 8a3540803015cf9e1a9406ad7ffbfb264ac72ec9 authored by Julien Déramond on 04 January 2023, 21:38:45 UTC, committed by GitHub on 04 January 2023, 21:38:45 UTC
* Docs: replace twbs/bootstrap-npm-starter by twbs/examples/tree/main/icons-font

* Revamp starter template to use new .icon-link, fix Bootstrap icon and text at top

* Remove extra CSS file

* Change links to twbs/examples

* Fix icon name

* Adjust icon link offset to more reasonable and scaling distance

Co-authored-by: Mark Otto <markdotto@gmail.com>
1 parent 846d660
Raw File
Tip revision: 8a3540803015cf9e1a9406ad7ffbfb264ac72ec9 authored by Julien Déramond on 04 January 2023, 21:38:45 UTC
Docs: replace `twbs/bootstrap-npm-starter` by `twbs/examples/tree/main/icons-font` (#37671)
Tip revision: 8a35408
.babelrc.js
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: true,
        bugfixes: true,
        modules: false
      }
    ]
  ]
};
back to top