@@ -6,8 +6,8 @@
/**
* Functions
*/
-@function font-size($size) {
- @return $size / $font-size-default * 100%
+@function font-size($size,$ascendant-font-size: $font-size-default) {
+ @return $size / $ascendant-font-size * 100%
}