aboutsummaryrefslogtreecommitdiff
path: root/apps/extension/tailwind.config.js
blob: 1beb1aca44656bbdb5a99a614a906632060fcf6e (plain) (blame)
1
2
3
4
5
6
7
8
module.exports = {
  content: ['**/*.html', '**/*.tsx'],
  theme: {
    extend: {}
  },
  plugins: []
}
module.exports = require("@repo/tailwind-config/tailwind.config");