Sha256: 0df62e69823eb30f0090d10026c9c67c6c21ea360a86a892adff103a802886ff

Contents?: true

Size: 506 Bytes

Versions: 1

Compression:

Stored size: 506 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 call("support-syntax", $flint__support-syntax, $selectors);
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flint-gs-1.6.0 stylesheets/flint/functions/lib/_use-syntax.scss