Files
donetick/postcss.config.mjs
Scott Anderson 9478f7d0f5 eslint@9, prettier (#105)
* Update build.yml to allow pushes to any branch

Remove branch restriction for push events, which prevents forked projects from running CI checks prior to creating a PR.

* eslint, prettier config only
2026-08-02 02:43:54 -04:00

7 lines
80 B
JavaScript

export default {
plugins: {
autoprefixer: {},
tailwindcss: {},
},
}