mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
fix: spelling
This commit is contained in:
parent
051b6daa82
commit
fcd3c7a10f
1 changed files with 2 additions and 2 deletions
|
|
@ -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]
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue