-
Notifications
You must be signed in to change notification settings - Fork 43
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(dist): export css and js without tabs and cuts #540
Conversation
src/scss/base.scss
Outdated
@import 'anchor'; | ||
@import 'highlight'; | ||
@import 'code'; | ||
@import 'term'; |
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.
term
- it is a yfm plugin, it should be in _yfm-only.scss
src/scss/_yfm-only.scss
Outdated
@@ -0,0 +1,10 @@ | |||
/** | |||
Note: This file excludes cut and tabs for flexibility, |
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.
Plz add info about why we are excluding "cut" and "tabs" - because they are separate extensions (packages). "note", "file", and "table" will also be excluded from this file (and moved to yfm.scss
) once they are moved to separate packages.
To connect cuts and tabs, the necessary styles have been separated for import. Additionally, provisions have been made to support the use of only basic styles in the future.