/var/www/flurhymez/node_modules/stylehacks/dist/dictionary
NameSizeModeActions
browsers.js4470644editdlrm
identifiers.js3950644editdlrm
postcss.js2680644editdlrm
tags.js2010644editdlrm
Edit: /var/www/flurhymez/node_modules/stylehacks/dist/dictionary/postcss.js (268B)
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RULE = exports.DECL = exports.ATRULE = void 0; const ATRULE = 'atrule'; exports.ATRULE = ATRULE; const DECL = 'decl'; exports.DECL = DECL; const RULE = 'rule'; exports.RULE = RULE;