Skip to content
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

Merged
merged 5 commits into from
Oct 22, 2024

Conversation

makhnatkin
Copy link
Contributor

@makhnatkin makhnatkin commented Oct 21, 2024

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.

2024-10-21_21-25-57

@makhnatkin makhnatkin requested review from d3m1d0v and 3y3 October 21, 2024 15:31
@makhnatkin makhnatkin changed the title feat(build): export css and js without tabs amd cuts feat(build): export css and js without tabs and cuts Oct 22, 2024
@import 'anchor';
@import 'highlight';
@import 'code';
@import 'term';
Copy link
Member

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

@@ -0,0 +1,10 @@
/**
Note: This file excludes cut and tabs for flexibility,
Copy link
Member

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.

@makhnatkin makhnatkin requested a review from d3m1d0v October 22, 2024 09:53
@makhnatkin makhnatkin changed the title feat(build): export css and js without tabs and cuts feat(dist): export css and js without tabs and cuts Oct 22, 2024
@makhnatkin makhnatkin merged commit 7fa01c7 into master Oct 22, 2024
1 check passed
@makhnatkin makhnatkin deleted the feat-add-base-styles-and-runtimes branch October 22, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants