Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

typescript not supporting scss

// declaration.d.ts
declare module '*.scss' {
    const content: {[className: string]: string};
    export default content;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #typescript #supporting #scss
ADD COMMENT
Topic
Name
8+5 =