Динамические классы
module.exports = {
darkMode: "class",
content: [
"./components/**/*.{js,vue,ts}",
"./layouts/**/*.vue",
"./pages/**/*.vue",
"./plugins/**/*.{js,ts}",
"./nuxt.config.{js,ts}",
],
safelist: [
'border-l-2',
'border-blue-500',
{
pattern: /(bg|text|border)-(red|green|blue|purple|yellow)-(100|200|300|400|500)/,
},
{
pattern: /(h|w)-(12|16|24|32|48|64|72|96)/,
},
'absolute',
'-mt-9',
'-ml-9',
'pl-4',
'overflow-scroll'
],}
fulliron