Skip to content

Commit

Permalink
Remove workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Aug 7, 2023
1 parent 58dd4f2 commit 8e3602b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions examples/tailwind/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@ export default defineConfig({
autogenerate: { directory: 'reference' },
},
],
/* TODO: Remove custom CSS once https://github.com/withastro/astro/issues/7563 is fixed. */
customCss: ['./src/tailwind.css'],
}),
/* TODO: Unset `applyBaseStyles` once https://github.com/withastro/astro/issues/7563 is fixed. */
tailwind({ applyBaseStyles: false }),
tailwind(),
],
// Process images with sharp: https://docs.astro.build/en/guides/assets/#using-sharp
image: {
Expand Down
4 changes: 0 additions & 4 deletions examples/tailwind/src/tailwind.css

This file was deleted.

0 comments on commit 8e3602b

Please sign in to comment.