📄 postcss.js
/home/palash/git/site/node_modules/stylehacks/src/dictionary/postcss.js
Language: js • Lines: 6
'use strict';
const ATRULE = 'atrule';
const DECL = 'decl';
const RULE = 'rule';

module.exports = { ATRULE, DECL, RULE };