mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 13:18:27 +02:00
Merge Global settings and Stream settings into one dialog
This commit is contained in:
@@ -11,3 +11,8 @@ const generatedCss = await (stylus(cssStr, {})
|
||||
export const renderStylus = () => {
|
||||
return generatedCss;
|
||||
};
|
||||
|
||||
|
||||
export const compressCss = async (css: string) => {
|
||||
return await (stylus(css, {}).set('compress', true)).render();
|
||||
};
|
||||
|
Reference in New Issue
Block a user