A lot of work to get the LCI Champions able to add a biography and agree to Terms and Conditions.
This commit is contained in:
@@ -8,9 +8,20 @@ import { myCustomTheme } from './osit_ae_theme_3'
|
||||
|
||||
export default {
|
||||
darkMode: 'class',
|
||||
content: ['./src/**/*.{html,js,svelte,ts}', join(require.resolve('@skeletonlabs/skeleton'), '../**/*.{html,js,svelte,ts}')],
|
||||
|
||||
content: [
|
||||
'./src/**/*.{html,js,svelte,ts}',
|
||||
"./node_modules/flowbite-svelte/**/*.{html,js,svelte,ts}",
|
||||
join(require.resolve('@skeletonlabs/skeleton'),
|
||||
'../**/*.{html,js,svelte,ts}')
|
||||
],
|
||||
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
// flowbite-svelte
|
||||
primary: { 50: '#FFF5F2', 100: '#FFF1EE', 200: '#FFE4DE', 300: '#FFD5CC', 400: '#FFBCAD', 500: '#FE795D', 600: '#EF562F', 700: '#EB4F27', 800: '#CC4522', 900: '#A5371B'},
|
||||
},
|
||||
listStyleType: {
|
||||
// none: 'none',
|
||||
// disc: 'disc',
|
||||
@@ -27,7 +38,9 @@ export default {
|
||||
// roman: 'upper-roman',
|
||||
// },
|
||||
},
|
||||
|
||||
plugins: [
|
||||
require('flowbite/plugin'),
|
||||
forms,
|
||||
typography,
|
||||
skeleton({
|
||||
@@ -63,14 +76,4 @@ export default {
|
||||
],
|
||||
} satisfies Config;
|
||||
|
||||
// module.exports = {
|
||||
// theme: {
|
||||
// listStyleType: {
|
||||
// none: 'none',
|
||||
// disc: 'disc',
|
||||
// decimal: 'decimal',
|
||||
// square: 'square',
|
||||
// roman: 'upper-roman',
|
||||
// },
|
||||
// },
|
||||
// };
|
||||
// module.exports = config;
|
||||
|
||||
Reference in New Issue
Block a user