Sha256: ddfc4b5145936426c0f59a288bbcf31e014067ef557aae29e4213df7f1c0009f
Contents?: true
Size: 603 Bytes
Versions: 7
Compression:
Stored size: 603 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
7 entries across 7 versions & 1 rubygems