betagouv/service-national-universel

View on GitHub
knowledge-base-public/postcss.config.js

Summary

Maintainability
A
0 mins
Test Coverage
// If you want to use other PostCSS plugins, see the following:
// https://tailwindcss.com/docs/using-with-preprocessors
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
};