Hi! #### Short description of the problem: If you use the CSS property -webkit-box-orient, it is removed in the build. It worked well in v1.0.x #### What behavior are you expecting? The build should have this property. ``` .three_lines { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } ``` **Which @ionic/app-scripts version are you using?** v1.1.4 The same issue was rejected in ionic repository: https://github.com/driftyco/ionic/issues/10723 Thank you very much!
Hi!
Short description of the problem:
If you use the CSS property -webkit-box-orient, it is removed in the build. It worked well in v1.0.x
What behavior are you expecting?
The build should have this property.
Which @ionic/app-scripts version are you using?
v1.1.4
The same issue was rejected in ionic repository: ionic-team/ionic-framework#10723
Thank you very much!