fix broken pseudo-states (they work more like regular transitions now)
This commit is contained in:
parent
3e192f8e26
commit
43e3b2117c
15 changed files with 1038 additions and 346 deletions
3
global.d.ts
vendored
3
global.d.ts
vendored
|
|
@ -1,4 +1,5 @@
|
|||
// without this TypeScript complains when importing CSS files
|
||||
declare module '*.css';
|
||||
declare module '*.png';
|
||||
declare module '*.ttf';
|
||||
declare module '*.ttf';
|
||||
declare module '*.wav';
|
||||
Loading…
Add table
Add a link
Reference in a new issue