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:
Scott Idem
2024-09-12 18:37:03 -04:00
parent 225dd678a5
commit e3b808a0e0
17 changed files with 744 additions and 80 deletions

View File

@@ -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;