This repository has been archived on 2026-02-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
synthetic-consumer-data/postcss.config.js

7 lines
81 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};