/home/crealab/riscatto.brainware.com.co/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'],
		},
	],
};