diff --git a/src/moonlight-stubs/tailwind.config.js b/src/moonlight-stubs/tailwind.config.js index d40ea58..41b5446 100644 --- a/src/moonlight-stubs/tailwind.config.js +++ b/src/moonlight-stubs/tailwind.config.js @@ -1,15 +1,33 @@ module.exports = { - theme: { - extend: { - screens: { - 'xl': '1140px', - } - }, - container: { - center: true, - padding: '1rem', - } + purge: { + // enabled: true, + content: [ + "app/**/*.php", + "resources/**/*.html", + "resources/**/*.js", + "resources/**/*.jsx", + "resources/**/*.ts", + "resources/**/*.tsx", + "resources/**/*.php", + "resources/**/*.vue", + "resources/**/*.twig", + ], + options: { + // defaultExtractor: (content) => content.match(/[\w-/.:]+(?