Skip to content

Commit

Permalink
add content.raw
Browse files Browse the repository at this point in the history
  • Loading branch information
fsubal authored Nov 3, 2023
1 parent a26b531 commit c4a8d2b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import postcssSelectorParser from "postcss-selector-parser";
export async function extractClassNames(input, preset) {
const plugin = tailwindcss({
presets: [preset],
content: [{ raw: '', extension: 'html' }],
safelist: [
{
// 一切purgeしない
Expand Down

0 comments on commit c4a8d2b

Please sign in to comment.