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