Skip to content

Commit

Permalink
chore(docs): add tailwindcss
Browse files Browse the repository at this point in the history
  • Loading branch information
BayBreezy committed Dec 30, 2023
1 parent 004d39c commit c960ed4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 400 deletions.
3 changes: 2 additions & 1 deletion docs/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
export default defineNuxtConfig({
// https://github.com/nuxt-themes/docus
extends: "@nuxt-themes/docus",
modules: ["@nuxt/devtools", "nuxt-pdfmake"],
modules: ["@nuxt/devtools", "nuxt-pdfmake", "@nuxtjs/tailwindcss"],
tailwindcss: { exposeConfig: true },

css: ["~/assets/main.css"],
app: {
Expand Down
Loading

0 comments on commit c960ed4

Please sign in to comment.