SCSS Framework

Added modernizr script to image Cover example
Added Aspect Ratio variables
Fixed image->fit aspect ratio to w/h instead of h/w
Added impotrant to width/height in image ->cover

TODO vertical center mixin
This commit is contained in:
2017-05-03 10:00:51 +02:00
parent d720639d65
commit 787bd61ce6
22 changed files with 1515 additions and 27 deletions
+5
View File
@@ -0,0 +1,5 @@
$ASPECT-CINEMASCOPE: 2.35/1;
$ASPECT-SUPERSCOPE: 2/1;
$ASPECT-THIRTYFIVE-MM: 1.35/1;
$ASPECT-THIRTYFIVE-MM-BROAD: 1.85/1;
$ASPECT-SQUARE: 1.85/1;