Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
stylehacks
/
src
/
dictionary
/
postcss.js
blob: 1c547247d960b39a4f029cbf7633d00167565c0f [
file
] [
log
] [
blame
]
'use strict'
;
const
ATRULE
=
'atrule'
;
const
DECL
=
'decl'
;
const
RULE
=
'rule'
;
module
.
exports
=
{
ATRULE
,
DECL
,
RULE
};