stylesheets/flint/functions/lib/_use-syntax.scss in flint-gs-2.0.2 vs stylesheets/flint/functions/lib/_use-syntax.scss in flint-gs-2.0.3
- old
+ new
@@ -4,9 +4,11 @@
* @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 {