postcss.js 123 Bytes Raw Blame History Permalink 1 2 3 4 5 6 'use strict'; const ATRULE = 'atrule'; const DECL = 'decl'; const RULE = 'rule'; module.exports = { ATRULE, DECL, RULE };