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

tailwind.config.js « css « assets - github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ebdd818afacb09533d63a6adb32a45a7091bc774 (plain)
1
2
3
4
5
6
7
8
9
10
module.exports = {
  theme: {
    extend: {}
  },
  variants: {},
  plugins: [
    require('tailwindcss-font-inter')(),
    require('@tailwindcss/ui'),
  ]
}