Closed x6ax6b closed 1 year ago
When using with tailwindcss, if a class has a decimal point, the generated type has an unnecessary property.
source:
.test { @apply px-1.5; }
d.ts:
declare const classNames: { readonly test: 'test'; readonly '5': '5'; }; export = classNames;
@x6ax6b
Thank you. We have responded and released the following version.
vite-plugin-sass-dts: 1.3.4
When using with tailwindcss, if a class has a decimal point, the generated type has an unnecessary property.
source:
d.ts: