UNPKG

@raminy/css-config

Version:

Tailwind CSS v4 configuration with predefined themes, semantic color tokens, and SCSS utilities for theme customization and generation.

2 lines (1 loc) 491 B
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./theme-names.module.scss.cjs"),i=e.default.variablePrefix,l=e.default.tailwindVariablePrefix,r=e.default.defaultTheme,s=JSON.parse(e.default.themes.match(/^'(.*)'$/)[1]),m=JSON.parse(e.default.themeDetails.match(/^'(.*)'$/)[1]),d=Object.entries(s).map(([t,a])=>({name:t,color:a,details:m[t]}));exports.defaultTheme=r;exports.tailwindVariablePrefix=l;exports.themes=d;exports.variablePrefix=i;