feat(CssProcessor): add support for CssTransformers

Closes #860
This commit is contained in:
Victor Berchet
2015-03-03 11:32:19 +01:00
committed by Misko Hevery
parent 9982520a23
commit 03793d0714
15 changed files with 71 additions and 20 deletions

View File

@ -151,7 +151,7 @@ function setup() {
});
reflector.registerType(CssProcessor, {
"factory": () => new CssProcessor(),
"factory": () => new CssProcessor(null),
"parameters": [],
"annotations": []
});