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/hasBlock.js')
-rw-r--r--assets/node_modules/stylelint-scss/dist/utils/hasBlock.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/assets/node_modules/stylelint-scss/dist/utils/hasBlock.js b/assets/node_modules/stylelint-scss/dist/utils/hasBlock.js
deleted file mode 100644
index 1d21418..0000000
--- a/assets/node_modules/stylelint-scss/dist/utils/hasBlock.js
+++ /dev/null
@@ -1,16 +0,0 @@
-"use strict";
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-exports["default"] = _default;
-
-/**
- * Check if a statement has an block (empty or otherwise).
- *
- * @param {Rule|AtRule} statement - postcss rule or at-rule node
- * @return {boolean} True if `statement` has a block (empty or otherwise)
- */
-function _default(statement) {
- return statement.nodes !== undefined;
-} \ No newline at end of file