Sha256: 6d2a727fd4de19b3dae985c8a8f6a856a83939d5d2a75de69254e5d51061edb0
Contents?: true
Size: 617 Bytes
Versions: 1
Compression:
Stored size: 617 Bytes
Contents
// Use global syntax // ------------------------------------------------------------------------------- // @param $selectors [string] : string of selectors to transform // ------------------------------------------------------------------------------- // @return [list] : list of transformed selectors according to syntax @function flint-use-syntax($selectors) { @if $flint__support-syntax { @return flint-support-syntax($flint__support-syntax, $selectors); } @else { @warn "Support syntax is set to #{$flint__support-syntax}. Aborting mission."; @return false; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flint-gs-1.7.1 | stylesheets/flint/functions/lib/_use-syntax.scss |