Revision 20ab8219a0caca784483e93083cde269055d0f3a authored by Mark Otto on 17 January 2023, 02:57:24 UTC, committed by GitHub on 17 January 2023, 02:57:24 UTC
* Add maps

* Redesign scss-docs rendering

* Update other CSS sections

* Fix linter
1 parent eec5015
Raw File
.babelrc.js
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: true,
        bugfixes: true,
        modules: false
      }
    ]
  ]
};
back to top