Sha256: 6a218334c1c3281f0c9ed3bb86133949338e13d6825be2b891ac6f7f24c73150
Contents?: true
Size: 719 Bytes
Versions: 262
Compression:
Stored size: 719 Bytes
Contents
// This function is required and used by the background-image mixin. @function radial-gradient($G1, $G2, $G3: null, $G4: null, $G5: null, $G6: null, $G7: null, $G8: null, $G9: null, $G10: null, $pos: null, $shape-size: null) { $data: _radial-arg-parser($G1, $G2, $pos, $shape-size); $G1: nth($data, 1); $G2: nth($data, 2); $pos: nth($data, 3); $shape-size: nth($data, 4); $type: radial; $gradient: $G1, $G2, $G3, $G4, $G5, $G6, $G7, $G8, $G9, $G10; $type-gradient: $type, $shape-size $pos, $gradient; @return $type-gradient; }
Version data entries
262 entries across 256 versions & 3 rubygems