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

tailwind.config.js « css « assets - github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f2b890da208e0b876ecb515fa0acf0f3529a8b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports = {
  important: true,
  theme: {
    extend: {
      colors: {
        primary: 'var(--color-primary)',
        secondary: 'var(--color-secondary)',
        tertiary: 'var(--color-tertiary)',
      }
    }
  },
  variants: {},
  plugins: []
}