-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add stylus template #164
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yahsan2 thanks for contributing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed and merged
thank you for merging. |
Summary
Proposed changes
This PR brings the following changes:
.styl
(stylus) files;.stly
(stylus) template;.styl
(stylus) file.No dependencies were added or removed
Testing
How to test
npm install
;npm run build && node dist/cli.js './src/__tests__/fixtures/svg-icons/*.svg' -d demo -t styl --normalize --center-horizontally
;0
(success);demo/webfont.styl
file was created.Test configuration
v12.17.0
;6.14.4
.Checklist