Skip to content

Commit

Permalink
Revert "try a transform?"
Browse files Browse the repository at this point in the history
This reverts commit 0d8a285.
  • Loading branch information
thecristen committed Oct 28, 2024
1 parent 0d8a285 commit 58b6e13
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions documentation/styles/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
const plugin = require('tailwindcss/plugin')
const tailwindConfig = require("../../dist/tailwind.config.cjs");
const nunjucks = require("nunjucks");

module.exports = {
content: {
files: "_includes/**/*.njk",
transform: (string) => {
nunjucks.renderString(string)
}
},
content: [
"_includes/**/*.njk"
],
darkMode: 'media',
variants: {},
theme: {
Expand Down

0 comments on commit 58b6e13

Please sign in to comment.