Unverified Commit 86c68652 authored by Vlad Ioffe's avatar Vlad Ioffe Committed by GitHub
Browse files

adding less

1 merge request!12152adding less
Showing with 5 additions and 0 deletions
+5 -0
......@@ -69,3 +69,8 @@ declare module '*.module.sass' {
const classes: { readonly [key: string]: string };
export default classes;
}
declare module '*.module.less' {
const classes: { readonly [key: string]: string };
export default classes;
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment