Merge branch 'master' of github.com:edx/edx-platform into feature/cdodge/autoprovision-forums-master
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
}
|
||||
|
||||
// mixins - line height
|
||||
@mixin lh($fontSize: auto){
|
||||
@mixin line-height($fontSize: auto){
|
||||
line-height: ($fontSize*1.48) + px;
|
||||
line-height: (($fontSize/10)*1.48) + rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user