Answers for "typescript not supporting scss"

0

typescript not supporting scss

// declaration.d.ts
declare module '*.scss' {
    const content: {[className: string]: string};
    export default content;
}
Posted by: Guest on April-27-2020

Code answers related to "typescript not supporting scss"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language