This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
rebuilding-symfony/postcss.config.js
2020-07-08 09:58:54 +01:00

4 lines
86 B
JavaScript

module.exports = {
plugins: [require("tailwindcss"), require("postcss-nested")],
};