windicss / windicss-intellisense

Intelligent WindiCSS tooling for VS Code
https://marketplace.visualstudio.com/items?itemName=voorjaar.windicss-intellisense
MIT License
194 stars 16 forks source link

duplicated prefix in completion #145

Closed alexanderniebuhr closed 3 years ago

alexanderniebuhr commented 3 years ago
module.exports = {
  prefix: "tw-",
  prefixer: true,
  theme: {
    extend: {
      colors: {
        'deep-blush': {
          '50': '#fef8fa',
          '100': '#fdf1f6',
          '200': '#fadce8',
          '300': '#f7c6d9',
          '400': '#f29cbd',
          '500': '#ec71a1',
          '600': '#d46691',
          '700': '#b15579',
          '800': '#8e4461',
          '900': '#74374f'
        }
      },
    },
  },
};

image

voorjaar commented 3 years ago
Screen Shot 2021-05-23 at 17 32 57

Cannot be reproduced

alexanderniebuhr commented 3 years ago

closing.. seems that after I renewed the config file it fixed.. maybe some old cache..