Skip to content

Commit

Permalink
postcss.config.mjs in openInStackblitz
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Nov 7, 2024
1 parent 0046426 commit 59ca7cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docs/src/components/OpenInCodeSandbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ createRoot(document.getElementById("root")!).render(
}`,
isBinary: false
},
'postcss.config.mts': {
'postcss.config.mjs': {
content: `export default {
plugins: {
tailwindcss: {},
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/components/OpenInStackblitz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ createRoot(document.getElementById("root")!).render(
--md-sys-color-error-container: 255 218 214;
--md-sys-color-on-error-container: 65 0 2;
}`,
'postcss.config.mts': `export default {
'postcss.config.mjs': `export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
Expand Down

0 comments on commit 59ca7cf

Please sign in to comment.