-
Notifications
You must be signed in to change notification settings - Fork 341
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
Fix/file loading #3019
Fix/file loading #3019
Conversation
For VaInputWrapper need to move variables in VaInput variables or create a way to show only css varialbes in block.api. For example, block.api('VaInputWrapper', { props: false, methods: false, events: false }) |
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.
@rustem-nasyrov, double layout category fixed in 82cbd44 develop |
VaInnerLoading had wrong css variables name, so I changed them. Looks like breaking change, but I believe no one cares about it... |
Fix minified file render in production
Added CSS Variables table to block.api
part of Page config compilation optimization
This breaks hot reload in dev mode (table doesn't refresh after file changed). It will be fixed later.