Sign in
apache
/
nifi-fds
/
gh-pages
/
.
/
node_modules
/
postcss-scss
/
lib
/
scss-syntax.d.ts
blob: 668ad1af22b5bdfe0a79e8105ae5a2063d47fa43 [
file
] [
log
] [
blame
]
import
*
as
postcss
from
'postcss'
;
export
const
parse
:
postcss
.
Parser
<
postcss
.
Root
>;
export
const
stringify
:
postcss
.
Stringifier
;