antonybudianto / angular-starter

:star: Gulp Angular Starter using TypeScript (Updated to 4.4.3)
https://antonybudianto.github.io/angular-starter/
MIT License
521 stars 147 forks source link

fix #172 #173

Closed ovione closed 8 years ago

ovione commented 8 years ago

I have noted that when issuing a gulp build and minifying the css with the gulp-cssnano plugin the z-index where modified sometimes. In my case from 5 to 2. To avpid modifications of the z-index I provided this solution.

cheers

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling bab5f4cccaf37376039c5f3a8de8fc9715252be3 on ovione:master into f0ba3bce42d9fd00a971541f7cd87a43800c37e9 on antonybudianto:master.

antonybudianto commented 8 years ago

Thank you for the PR! 🎉 @ovione