stylesheets/flint/functions/lib/_calc-width.scss in flint-gs-1.3.6 vs stylesheets/flint/functions/lib/_calc-width.scss in flint-gs-1.4.0

- old
+ new

@@ -2,11 +2,11 @@ // ------------------------------------------------------------------------------- // @dependence `get-value()` // @dependence `fluid-width()` // ------------------------------------------------------------------------------- // @param $key [string] : key for lookup -// @param $span [integer] : span value of element -// @param $context [integer] : context value of element +// @param $span [number] : span value of element +// @param $context [number] : context value of element // ------------------------------------------------------------------------------- // @return calculated value | false @function calc-width($key, $span, $context: null) { @if get-value("settings", "grid") == "fluid" { \ No newline at end of file