HEX
Server: Apache/2.4.59 (Debian)
System: Linux keymana 4.19.0-21-cloud-amd64 #1 SMP Debian 4.19.249-2 (2022-06-30) x86_64
User: lijunjie (1003)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/dk/wp-content/themes/food/tw-config/food/tailwind.config.js
module.exports = {
  // Enable the next line to turn on Tailwind's JIT compiler
  mode: 'jit',
  purge: [
      '../../page-contact_form.php',
      '../../custom-post-infos.php',
      '../../custom-page.php',
      '../../**/*.php',
      '../../**/*.vue',
      '../../*.php',
      '../../*.vue',
      '../../food-app/components/ranking/*.vue',
      '../../food-app/components/ranking/yq-competition-search-list.vue',
      '../../food-app/components/ranking/yq-competition-index-player-list.vue',
      '../../food-app/components/ranking/yq-competition_player_vote_page_player_list.vue',
      '../../food-app/page-competition_player_vote_page.php',
      '../../food-app/components/yq-login_modal_mmc.vue',
      '../../food-app/components/yq-footer-competition.vue',
      '../../food-app/components/yq-header-competition.vue',
      '../../food-app/components/*.vue',
      '../../food-app/page-competition_index.php',
      '../../page-competition_user_info.php',
      '../../page-creating_competition_item_page.php',
      '../../page-creating_competition_page.php',
      '../../page-competition_legal.php',
      '../../page-create_competition_legal.php',
  ],
  // purge: [
  //   // '../../food-app/**/*.php',
  //   // '../../food-app/**/*.vue',
  //   // '../../food-app/components/**/*.vue',
  //   // '../../food-app/components/yq-footer.vue',
  //   // '../../home.php',
  //   // '../../page-login.php',
  //   // '../../page-register.php',
  //   // '../../page-zone.php',
  //   // '../../page-zone_video.php',
  //   // '../../single-post.php',
  //   // '../../category-47.php',
  //   // '../../category-影視專區.php',
  //   // '../../page-medicine-zone.php',
  //   // '../../page-zone_BizRoadShow.php',
  //   // '../../page-zone_MedicalMediaChannel.php',
  //   // '../../page-contact_form.php',
  //
  //
  // ],
  darkMode: 'media',
  theme: {
    extend: {
      colors: {
        'main-color': '#009B96',
        'main-footer': '#333333',
        'main-black-footer': '#000c17',
        '1E2B5C': '#1E2B5C',
        '333': '#333333',
        '666': '#666666',
        '999': '#999999',
        'CCC': '#CCCCCC',
        'price': '#D4AE71',
        'main': '#0045C1',
        '268AFF': '#268AFF',
        '268AFF39': 'rgba(38,138,255,0.39)',
        'FFAA22': '#FFAA22',
        'e6': '#e6e6e6',
        'f5': '#f5f5f5',
        'F70500': '#F70500',
        'BRS-main-color': '#FF6D00',
        'MMC-main-color': '#1DBAFF',
        'detail-change': 'rgba(245, 245, 245, 0.39)',
        'sub-white': 'rgba(255, 255, 255, 0.39)',
        'modal-mock': 'rgba(0, 0, 0, 0.4)'
      },
      fontFamily: {
        'f-sans': ['Source Han Sans CN'],
        'f-din': ['DIN'],
        'f-arial': ['Arial'],
      },
    },
  },
  variants: {
    extend: {
    },
  },
}