Home

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