PHP Classes

File: client/tailwind.config.js

Recommend this page to a friend!
  Classes of mohammad anzawi   PHP Wallet API and Application   client/tailwind.config.js   Download  
File: client/tailwind.config.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Wallet API and Application
Application to manage a wallet by calling an API
Author: By
Last change:
Date: 2 years ago
Size: 210 bytes
 

Contents

Class file image Download
module.exports = { purge: ['./src/**/*.{js,jsx,ts,tsx}', './public/index.html'], darkMode: false, // or 'media' or 'class' theme: { extend: {}, }, variants: { extend: {}, }, plugins: [], }