Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/stylelint-scss/dist/utils/hasLessInterpolation.js')
-rw-r--r--assets/node_modules/stylelint-scss/dist/utils/hasLessInterpolation.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/assets/node_modules/stylelint-scss/dist/utils/hasLessInterpolation.js b/assets/node_modules/stylelint-scss/dist/utils/hasLessInterpolation.js
deleted file mode 100644
index 32dabbf..0000000
--- a/assets/node_modules/stylelint-scss/dist/utils/hasLessInterpolation.js
+++ /dev/null
@@ -1,16 +0,0 @@
-"use strict";
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-exports["default"] = _default;
-
-/**
- * Check whether a string has less interpolation
- *
- * @param {string} string
- * @return {boolean} If `true`, a string has less interpolation
- */
-function _default(string) {
- return /@{.+?}/.test(string);
-} \ No newline at end of file