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