UNPKG

stylelint-scss

Version:

A collection of SCSS specific rules for stylelint

15 lines (13 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = _default; /** * Check whether a string has scss interpolation * * @param {string} string */ function _default(string) { return /#{.+?}/.test(string); }