Skip to content
Snippets Groups Projects
Select Git revision
  • c19854255aed9e959600258b5d96cd138badddbc
  • master default protected
  • maj-readme
  • update-budget-msg-2022
  • share-with-metadata
  • explications-resultats-macros-PLF2022
  • plf_fix
  • benoit-cty-master-patch-87290
  • activate-plf-2021
  • stats
  • switch-plf
  • carto
  • adapt-matomo
  • js-to-ts
  • nbre-part-logic
  • add-nbre-part
  • 1.0.0
17 results

postcss.config.js

Blame
  • postcss.config.js 115 B
    module.exports = {
      plugins: [
        [
          "autoprefixer",
          {
            flexbox: true,
          },
        ],
      ],
    };