PHP Classes

File: tailwind.config.js

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Laravel Markdown Blog   tailwind.config.js   Download  
File: tailwind.config.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Markdown Blog
Publish blog posts with content in Markdown format
Author: By
Last change:
Date: 1 year ago
Size: 343 bytes
 

Contents

Class file image Download
module.exports = { content: [ "./storage/framework/views/*.php", "./resources/**/*.blade.php", "./resources/**/*.js", "./resources/**/*.vue", "./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php" ], theme: { extend: {} }, corePlugins: { preflight: false }, plugins: [] };