UNPKG

ngx-unused-css

Version:
6 lines 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_STYLE_EXTENSION = exports.SELECTORS_TO_IGNORE = void 0; exports.SELECTORS_TO_IGNORE = [':host', '::ng-deep']; exports.DEFAULT_STYLE_EXTENSION = 'scss'; //# sourceMappingURL=constants.js.map