PHP Classes

File: frontend/postcss.config.mjs

Recommend this page to a friend!
  Classes of Edward Paul   Task List   frontend/postcss.config.mjs   Download  
File: frontend/postcss.config.mjs
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Task List
Manage and share a list of tasks
Author: By
Last change:
Date: 7 days ago
Size: 135 bytes
 

Contents

Class file image Download
/** @type {import('postcss-load-config').Config} */ const config = { plugins: { tailwindcss: {}, }, }; export default config;