mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01:00
fix: spelling
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import typography from '@tailwindcss/typography';
|
import typography from '@tailwindcss/typography';
|
||||||
import containerQuries from '@tailwindcss/container-queries';
|
import containerQueries from '@tailwindcss/container-queries';
|
||||||
|
|
||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
export default {
|
export default {
|
||||||
@@ -42,5 +42,5 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
plugins: [typography, containerQuries]
|
plugins: [typography, containerQueries]
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user