Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4859f6b

Browse files
authoredJan 1, 2022
standalone cli (#89)
* standalone cli * noop test * some more plugins * cleanup * finish cli * Fixes * make it work * more docs * update labeler
1 parent d38782a commit 4859f6b

File tree

129 files changed

+1455
-480
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+1455
-480
lines changed
 

‎.github/ISSUE_TEMPLATE/css-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ body:
3232
- type: dropdown
3333
id: npx
3434
attributes:
35-
label: Does it happen with `npx <plugin-name> minimal-example.css`?
35+
label: Does it happen with `npx @csstools/csstools-cli <plugin-name> minimal-example.css`?
3636
multiple: false
3737
options:
3838
- "Yes"

‎.github/ISSUE_TEMPLATE/plugin-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ body:
3434
- type: dropdown
3535
id: npx
3636
attributes:
37-
label: Can you reproduce it with `npx <plugin-name> minimal-example.css`?
37+
label: Can you reproduce it with `npx @csstools/csstools-cli <plugin-name> minimal-example.css`?
3838
multiple: false
3939
options:
4040
- "Yes"

0 commit comments

Comments
 (0)
Please sign in to comment.