Home

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