mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-04-07 05:37:54 +03:00
7 lines
126 B
TypeScript
7 lines
126 B
TypeScript
export const parser: string;
|
|
export const plugins: {
|
|
'postcss-import': {};
|
|
'postcss-cssnext': {};
|
|
cssnano: {};
|
|
};
|