chore: cleaning up some source files
This commit is contained in:
parent
1db857bc8e
commit
0b3414bf86
2 changed files with 2 additions and 2 deletions
2
Justfile
2
Justfile
|
@ -12,7 +12,7 @@ build: colors examples
|
|||
|
||||
# Generate dist/colors.css
|
||||
colors: format
|
||||
node src/cli.mjs css variables -o colors.css
|
||||
node src/cli.mjs css variables --output colors.css --selector :root
|
||||
prettier colors.css --write
|
||||
|
||||
# Generate examples/theme.css
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@priduck-color-theme/priduck-cli",
|
||||
"name": "@priduck-color-theme/cli",
|
||||
"version": "0.1.0",
|
||||
"description": "A color-theme based on a single hue in the LCH colorspace.",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue