PHP Classes

File: tailwind.config.js

Recommend this page to a friend!
  Classes of Edward Paul   Tower of Hanoi   tailwind.config.js   Download  
File: tailwind.config.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Tower of Hanoi
Implement the Tower of Hanoi game on the Web
Author: By
Last change:
Date: Yesterday
Size: 551 bytes
 

Contents

Class file image Download
import defaultTheme from 'tailwindcss/defaultTheme'; /** @type {import('tailwindcss').Config} */ export default { content: [ './vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php', './storage/framework/views/*.php', './resources/**/*.blade.php', './resources/**/*.js', './resources/**/*.vue', ], theme: { extend: { fontFamily: { sans: ['Figtree', ...defaultTheme.fontFamily.sans], }, }, }, plugins: [], };