This repo is archived. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
OctoLauncher/postcss.config.cjs
2026-05-08 00:00:00 +00:00

8 lines
122 B
JavaScript

module.exports = {
plugins: {
'tailwindcss/nesting': 'postcss-nested',
'tailwindcss': {},
'autoprefixer': {}
}
};