@bruhabruh/theme
v4.0.4
Published
BruhaBruh Theme with CLI
Downloads
67
Readme
@bruhabruh/theme
CLI Usage
TailwindCSS
npx @bruhabruh/theme tailwind -o tailwind.json -c bruhabruh.theme.json -s 2CSS
npx @bruhabruh/theme css -o theme.css -s 2Example config
default: light
prefix: pw
content: ./themes/*.theme.yaml
output:
all:
css: ./.generated/theme.css
json: ./.generated/theme.json
themes:
light:
css: ./.generated/theme.light.css
dark:
css: ./.generated/theme.dark.css