Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tailwind.config.js - github.com/apvarun/showcase-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f2af7f8862bee0b4d6678bde583da76be5c2ee18 (plain)
1
2
3
4
5
6
7
8
9
10
11
module.exports = {
  purge: ['layouts/**/*.html', 'themes/showcase/layouts/**/*.html'],
  darkMode: 'class',
  theme: {
    extend: {},
  },
  variants: {
    extend: {},
  },
  plugins: [],
}