Skip to content

Commit ccef4e0

Browse files
committed
JS Grammar Updates
- Fix bug in hex-color that uses invalid token - Generate runtime manifest file to avoid dynamic imports
1 parent 978b731 commit ccef4e0

File tree

9 files changed

+36
-2691
lines changed

9 files changed

+36
-2691
lines changed

css-property-parser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ declare namespace CssPropertyParser {
5050
*/
5151
function getShorthandComputedProperties(
5252
shorthandProperty: string,
53-
recursivelyResolve: boolean
53+
recursivelyResolve?: boolean
5454
): Array<string>;
5555

5656
/**

0 commit comments

Comments
 (0)