Sha256: 5c2b93706fd8d002a5dbe07e9f1acf4d3900f8b7c4946635c7ae25a55f829b78
Contents?: true
Size: 190 Bytes
Versions: 24
Compression:
Stored size: 190 Bytes
Contents
'use strict'; /** * Check whether a string has postcss-simple-vars interpolation * * @param {string} string */ module.exports = function (string) { return /\$\(.+?\)/.test(string); };
Version data entries
24 entries across 24 versions & 1 rubygems