https://github.com/twbs/bootstrap
Raw File
Tip revision: 53b6c82110420253aabd443b7da1e678bac89a1e authored by XhmikosR on 22 March 2024, 20:12:38 UTC
Update responsive-img.html
Tip revision: 53b6c82
.babelrc.js
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: true,
        bugfixes: true,
        modules: false
      }
    ]
  ]
};
back to top