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: 6e75cf0c82872a77cd044b04c6d1412115960d0f (plain)
1
2
3
4
5
6
7
8
9
module.exports = {
  theme: {
    extend: {}
  },
  variants: {},
  plugins: [
    require('@tailwindcss/ui'),
  ]
}