Sid Gifari File Manager
🏠 Root
/
home1
/
immorth6
/
public_html
/
abeksa
/
ashraq
/
wp-content
/
plugins
/
bluehost-wordpress-plugin
/
Editing: tailwind.config.js
const yoastPreset = require("@yoast/tailwindcss-preset"); /** @type {import('tailwindcss').Config} */ module.exports = { presets: [yoastPreset], content: [ ...yoastPreset.content, "./node_modules/@newfold-labs/wp-module-ecommerce/build/index.js", "./src/**/*.js", ], theme: { extend: { colors: { primary: { DEFAULT: "#196BDE", dark: "#1A4884", light: "#CCDCF4", lighter: "#949FB1", }, secondary: { DEFAULT: "#FCD34D", dark: "#E9B404", light: "#FEF6D9", lighter: "#FEF6D9", }, title: "#0F172A", body: "#4A5567", link: "#2271B1", line: "#E2E8F0", white: "#FFFFFF", offWhite: "#F0F0F5", black: "#000000", canvas: "#F1F5F9", }, }, }, plugins: [], }
Save
Cancel