Work on help information for session search and session view

This commit is contained in:
Scott Idem
2024-06-26 11:38:20 -04:00
parent 6a22f84f23
commit 7faa9d0459
8 changed files with 112 additions and 7 deletions

View File

@@ -8,7 +8,22 @@ export default {
darkMode: 'class',
content: ['./src/**/*.{html,js,svelte,ts}', join(require.resolve('@skeletonlabs/skeleton'), '../**/*.{html,js,svelte,ts}')],
theme: {
extend: {},
extend: {
listStyleType: {
// none: 'none',
// disc: 'disc',
// decimal: 'decimal',
// square: 'square',
// roman: 'upper-roman',
},
},
// listStyleType: {
// none: 'none',
// disc: 'disc',
// decimal: 'decimal',
// square: 'square',
// roman: 'upper-roman',
// },
},
plugins: [
forms,
@@ -42,3 +57,15 @@ export default {
}),
],
} satisfies Config;
// module.exports = {
// theme: {
// listStyleType: {
// none: 'none',
// disc: 'disc',
// decimal: 'decimal',
// square: 'square',
// roman: 'upper-roman',
// },
// },
// };