astro-ghostcms/.pnpm-store/v3/files/36/6c286f5102cb08e514b1e233a0e...

7 lines
213 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import { FormattingState } from '../state';
/** converts scss/css to sass. */
export declare function convertScssOrCss(text: string, STATE: FormattingState): {
lastSelector: string;
text: string;
};