Sha256: b50ad05eb0ba9847cb3b4a653179e92f022e5ea609b91584c359e84cfbb4e72b
Contents?: true
Size: 553 Bytes
Versions: 4
Compression:
Stored size: 553 Bytes
Contents
/** * Use global syntax * * @access private * * @param {List} $selectors - string of selectors to parse * * @return {List} - parsed list of selectors * * @group Internal Functions */ @function flint-use-syntax($selectors) { @if $flint__support-syntax { @return flint-support-syntax($flint__support-syntax, $selectors); } @else { @if not $flint__development-mode { @error "Support syntax is set to #{$flint__support-syntax}. Aborting mission."; } @else { @return false; } } }
Version data entries
4 entries across 4 versions & 1 rubygems