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
T
OctoTeam 02bfea8f02
Build check / build (push) Has been cancelled
Initial commit
2026-05-07 19:31:21 -07:00

8 lines
122 B
JavaScript

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