drewrygh / ionic-ion-horizontal-scroll-cards

Horizontal scroll cards inspired by the Spotify app.
MIT License
103 stars 20 forks source link

Bug in CSS/SCSS #5

Open hasokeric opened 9 years ago

hasokeric commented 9 years ago

CSS File: https://github.com/drewrygh/ionic-ion-horizontal-scroll-cards/blob/master/example/www/css/hscrollcards.css#L30

The Bug is in the .scss file

More Info: https://github.com/sass/sass/issues/818

I assume the fix would be

height:  calc(#{$hscroller-card-height} - #{$hscroller-image-height});