Skip to content

Commit

Permalink
feat: typesafe postcss config
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jun 23, 2024
1 parent 12583eb commit a91ef31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/marketing/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
Expand Down
1 change: 1 addition & 0 deletions apps/web/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
Expand Down
1 change: 1 addition & 0 deletions packages/ui/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
Expand Down

0 comments on commit a91ef31

Please sign in to comment.