| Server IP : 162.144.4.212 / Your IP : 216.73.216.5 Web Server : Apache System : Linux gator2125.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home4/cozeellc/public_html/wp-content/plugins/wp-plugin-hostgator/ |
Upload File : |
import { TAILWINDCSS_PRESET } from "@newfold/ui-component-library";
module.exports = {
presets: [TAILWINDCSS_PRESET],
content: [
// Include all JS files inside the UI library in your content.
...TAILWINDCSS_PRESET.content,
"./src/**/*.js", // all source files
"./node_modules/@newfold-labs/wp-module-*/build/index.js", // all npm sourced module builds
"./vendor/newfold-labs/wp-module-*/components/**/*.js", // all composer sourced module components
],
theme: {
extend: {
colors: {
primary: {
DEFAULT: "#1F2044",
50: "#EBEBF6",
100: "#C2C3E3",
200: "#7274BE",
300: "#444693",
400: "#31336B",
500: "#1F2044",
600: "#1A1B39",
700: "#16172F",
800: "#0F1021",
900: "#090913",
dark: "#191936",
light: "#2E93EE",
lighter: "#74C1FF",
},
secondary: {
DEFAULT: "#FFCF00",
dark: "#ECA93E",
light: "#FF9144",
lighter: "#FFE885",
},
title: "#1F2044",
body: "#363636",
link: "#2E93EE",
line: "#E2E8F0",
white: "#FFFFFF",
offWhite: "#F5F6F8",
black: "#000000",
canvas: "#F5F6F8",
success: "#348538",
error: "#F16A5E"
},
},
},
plugins: [],
}