Sha256: 0135e75e9fce5ce666442511aa7291dd753bc02372b7b17af7677ec4163c931b

Contents?: true

Size: 1.23 KB

Versions: 4

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

4 entries across 4 versions & 1 rubygems

Version Path
panda_cms-0.6.3 config/tailwind.config.js
panda_cms-0.6.2 config/tailwind.config.js
panda_cms-0.6.1 config/tailwind.config.js
panda_cms-0.6.0 config/tailwind.config.js