Home

tailwind-ctp-intellisense @c3f230740a4a445f7634163dd702ad94e7d0c5b1 - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tailwind-ctp-intellisense / packages / tailwindcss-language-server / tests / fixtures / multi-config-content / tailwind.config.one.js
- raw -
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
module.exports = {
  content: ['./one/**/*'],
  theme: {
    extend: {
      colors: {
        foo: 'red',
      },
    },
  },
}