Skip to content

Instantly share code, notes, and snippets.

@TheEskhaton
Created November 29, 2020 18:52
Show Gist options
  • Save TheEskhaton/b41a700fcc2698dd6509f2c792c5e74e to your computer and use it in GitHub Desktop.
Save TheEskhaton/b41a700fcc2698dd6509f2c792c5e74e to your computer and use it in GitHub Desktop.
module.exports = {
purge: {
content: ["./Pages/**/*.razor", "./Shared/**/*.razor"],
},
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment