PHP Classes

File: frontend/tailwind.config.js

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   PHP App Generator   frontend/tailwind.config.js   Download  
File: frontend/tailwind.config.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP App Generator
Generate Web applications using Laravel
Author: By
Last change: Update of frontend/tailwind.config.js
Date: 1 year ago
Size: 242 bytes
 

Contents

Class file image Download
module.exports = { mode: 'jit', purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'], darkMode: false, // or 'media' or 'class' theme: { extend: {}, }, variants: { extend: {}, }, plugins: [], }