stylesheets/flint/functions/lib/_use-syntax.scss in flint-gs-2.3.6 vs stylesheets/flint/functions/lib/_use-syntax.scss in flint-gs-2.3.7

- old
+ new

@@ -1,22 +1,22 @@ -/// -/// 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; - } - } -} +/// +/// 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; + } + } +}