Initial commit, framework/frontend assets setup
This commit is contained in:
commit
9d9858bb37
32 changed files with 4651 additions and 0 deletions
4
global.d.ts
vendored
Normal file
4
global.d.ts
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
declare module '*.scss' {
|
||||
const content: { [className: string]: string };
|
||||
export default content;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue