[examples/data-literate][s]: upgrade to tailwind v3.

This commit is contained in:
Rufus Pollock
2022-02-28 13:00:38 +01:00
parent 4733ee2edc
commit dc58e8fc3d
3 changed files with 78 additions and 64 deletions

View File

@@ -1,9 +1,8 @@
const defaultTheme = require("tailwindcss/defaultTheme");
module.exports = {
mode: 'jit',
// purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
purge: [
content: [
"./pages/**/*.js",
"./pages/**/*.ts",
"./pages/**/*.jsx",
@@ -24,9 +23,6 @@ module.exports = {
}
},
},
variants: {
extend: {},
},
plugins: [
require('@tailwindcss/typography'),
],