PHP Classes

File: tailwind.config.js

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Maniruzzaman WordPress Frontend Editor   tailwind.config.js   Download  
File: tailwind.config.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Maniruzzaman WordPress Frontend Editor
WordPress plugin for visual front-end development
Author: By
Last change:
Date: 8 months ago
Size: 673 bytes
 

Contents

Class file image Download
/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./src/**/*.{js,jsx,ts,tsx}'], media: false, theme: { extend: { minWidth: { 36: '9rem', 44: '11rem', 56: '14rem', 60: '15rem', 80: '20rem', }, screens: { xs: '480px', md: '768px', lg: '1024px', xl: '1280px', '2xl': '1536px', } }, variants: { extend: { opacity: ['disabled'], }, }, }, plugins: [], };