Work on help information for session search and session view
This commit is contained in:
@@ -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',
|
||||
// },
|
||||
// },
|
||||
// };
|
||||
Reference in New Issue
Block a user