stylelint-scss
Version:
A collection of SCSS specific rules for stylelint
15 lines (10 loc) • 427 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = function (rule) {
return (0, _isStandardSyntaxRule2.default)(rule);
};
var _isStandardSyntaxRule = require("stylelint/lib/utils/isStandardSyntaxRule");
var _isStandardSyntaxRule2 = _interopRequireDefault(_isStandardSyntaxRule);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }