https://github.com/twbs/bootstrap
Raw File
Tip revision: e34250dae2e9e876cec8477d8bac69cbcaf201ff authored by Julien Déramond on 18 October 2022, 20:14:14 UTC
Add callout to inform about the context of the stylized implementation
Tip revision: e34250d
.babelrc.js
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: true,
        bugfixes: true,
        modules: false
      }
    ]
  ]
};
back to top