Merge pull request #8423 from msaelices/master

TypeScript definitions for the css-tree-parser.ts file
This commit is contained in:
Dimitar Topuzov
2020-03-10 16:08:23 +02:00
committed by GitHub

View File

@@ -0,0 +1 @@
export declare function cssTreeParse(css: any, source: any): any;