Sha256: 252d08d905143500705aa7219816344a36a893c4e1a43541e323ab01639af6fc

Contents?: true

Size: 1.23 KB

Versions: 3

Compression:

Stored size: 1.23 KB

Contents

module.exports = {
  content: {
    relative: true,
    files: [
      "../public/*.html",
      "../app/views/**/*.html.erb",
      "../app/builders/panda/cms/**/*.rb",
      "../app/components/panda/cms/**/*.html.erb",
      "../app/components/panda/cms/**/*.rb",
      "../app/helpers/panda/cms/**/*.rb",
      "../app/javascript/panda/cms/**/*.js",
      "../vendor/javascript/**/*.js",
    ],
  },
  theme: {
    colors: {
      transparent: "transparent",
      current: "currentColor",
      white: "rgb(var(--color-white) / <alpha-value>)",
      black: "rgb(var(--color-black) / <alpha-value>)",
      light: "rgb(var(--color-light) / <alpha-value>)",
      mid: "rgb(var(--color-mid) / <alpha-value>)",
      dark: "rgb(var(--color-dark) / <alpha-value>)",
      highlight: "rgb(var(--color-highlight) / <alpha-value>)",
      active: "rgb(var(--color-active) / <alpha-value>)",
      inactive: "rgb(var(--color-active) / <alpha-value>)",
      warning: "rgb(var(--color-warning) / <alpha-value>)",
      error: "rgb(var(--color-error) / <alpha-value>)",
    },
  },
  plugins: [
    require("@tailwindcss/forms"),
    require("@tailwindcss/aspect-ratio"),
    require("@tailwindcss/typography"),
    require("@tailwindcss/container-queries"),
  ],
};

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
panda-cms-0.7.3 config/tailwind.config.js
panda-cms-0.7.2 config/tailwind.config.js
panda-cms-0.7.0 config/tailwind.config.js