| Current Path : /home/ereika83/public_html/wp-content/plugins/sfwd-lms/src/assets/ |
| Current File : /home/ereika83/public_html/wp-content/plugins/sfwd-lms/src/assets/tailwind.config.js |
module.exports = {
relative: false,
content: ['../../src/admin_views/**/*.php'],
prefix: 'ld-',
theme: {
extend: {},
},
plugins: [],
corePlugins: {
preflight: false,
},
safelist: [
{
pattern: /col-span-([1-9]|1[0-2])/, // For dashboard sections.
variants: ['lg', 'md'],
},
],
};