Files
pig-farm-controller-fe/node_modules/stylehacks/src/dictionary/postcss.js
2025-09-19 14:25:20 +08:00

7 lines
123 B
JavaScript

'use strict';
const ATRULE = 'atrule';
const DECL = 'decl';
const RULE = 'rule';
module.exports = { ATRULE, DECL, RULE };