scss-syntax.d.ts 118 B

1234
  1. import * as postcss from 'postcss';
  2. export const parse: postcss.Parser;
  3. export const stringify: postcss.Stringifier;