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

tailwind.config.js - github.com/ianrodrigues/hugo-tailwind-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3714704df4684442569849af896fd8ebe050618 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module.exports = {
  theme: {
    extend: {
      flex: {
        'l-24': '0 0 6rem'
      },
      fontFamily: {
        serif: ['Arvo'],
        mono: ['Source Code Pro']
      },
      padding: {
        '1/2': '0.125rem'
      }
    }
  },
  variants: {},
  plugins: [],
}