UNPKG

stylelint-scss

Version:

A collection of SCSS specific rules for stylelint

17 lines (12 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (node) { var result = ""; if (node.raws.before) { result += node.raws.before; } result += node.toString(); return result; };