source:
frontend/node_modules/stylehacks/src/dictionary/postcss.js
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 123 bytes | |
| Line | |
|---|---|
| 1 | 'use strict'; |
| 2 | const ATRULE = 'atrule'; |
| 3 | const DECL = 'decl'; |
| 4 | const RULE = 'rule'; |
| 5 | |
| 6 | module.exports = { ATRULE, DECL, RULE }; |
Note:
See TracBrowser
for help on using the repository browser.
