UNPKG

stylelint

Version:
14 lines (11 loc) 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (string) { // SCSS or Less interpolation if (/#{.+?}|@{.+?}|\$\(.+?\)/.test(string)) { return true; } return false; };