Julieng50

Results 2 issues of Julieng50

Hi ! Using minifyCss : ``` @keyframes bug-example { 0% { ... } 100%{ ... } } ``` is converting to : ``` @keyframes bug-example { 0 { ... }...

Does anyone found a proper way to include @Component (@Controller / @Service) in a plugin ?