Sha256: deddacfa19428232c3c37cbb1cd3b4c492b4c346ffb998a0d888df1fc8914abc
Contents?: true
Size: 622 Bytes
Versions: 4
Compression:
Stored size: 622 Bytes
Contents
// Use global syntax set through `set-syntax` mixin // ------------------------------------------------------------------------------- // @param $selectors [string] : string of selectors to transform // ------------------------------------------------------------------------------- // @return [list] : list of transformed selectors according to syntax @function use-syntax($selectors) { @if $flint__support-syntax { @return support-syntax($flint__support-syntax, $selectors); } @else { @warn "Support syntax is set to #{$flint__support-syntax}. Aborting mission."; @return false; } }
Version data entries
4 entries across 4 versions & 1 rubygems