Horje
vue cli tailwind config Code Example
vue cli tailwind config
module.exports = {
  // purge: [],
  purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
  darkMode: false, // or 'media' or 'class'
  theme: {
    extend: {},
  },
  variants: {
    extend: {},
  },
  plugins: [
    require('@tailwindcss/forms'),
  ],
}




Whatever

Related
laravel {{}} not being rendered Code Example laravel {{}} not being rendered Code Example
long haired chihuahua for sale craigslist Code Example long haired chihuahua for sale craigslist Code Example
the argument type 'string?' can't be assigned to the parameter type 'string' Code Example the argument type 'string?' can't be assigned to the parameter type 'string' Code Example
different states on same model odoo Code Example different states on same model odoo Code Example
navigationController? Code Example navigationController? Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8