Add support for parsing @apply rules.#10
Conversation
Follows the proposed (WIP) spec as it exists today at https://tabatkins.github.io/specs/css-apply-rule/#using Fixes microsoft#8
|
I've signed the Microsoft CLA, and contributed to other Microsoft repos, e.g. microsoft/TypeScript-DOM-lib-generator#151 |
|
Please let me know anything I can do to help this land! I tried to make the change minimal, and follow the conventions of the repo. |
|
@rictic Changes look good. Any reason why |
|
Just trying to follow the conventions. |
|
If you like I could drop |
|
Yay! Thanks @rictic! |
|
Thanks @rictic . I polished the code a bit and simplified it. Removed the endOfAtApply and semicolonPosition, and also took away the test for --. This can better be done by a linter extension. Thanks a lot for the contribution and sorry for the wait. |
Follows the proposed (WIP) spec as it exists today at https://tabatkins.github.io/specs/css-apply-rule/#using
Fixes #8