Skip to content

fix(framework): Fix openui5 css varaibles detection #1933

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

Merged
merged 2 commits into from
Jul 9, 2020

Conversation

ilhan007
Copy link
Member

@ilhan007 ilhan007 commented Jul 9, 2020

Change the regex to detect the openui5 CSS variables properly as from 1.79 the CSS Variables filename has changed to css_variables.css (previously css-varaibles.css with dash).
But, the script will match the old name with "-" dash as well, if we need to support it, otherwise we can leave "_" only to support the latest name.

FIXES: #1932

@ilhan007 ilhan007 requested a review from vladitasev July 9, 2020 07:21
@ilhan007 ilhan007 merged commit bb5b724 into master Jul 9, 2020
@ilhan007 ilhan007 deleted the fix-cssvariables-detection branch July 9, 2020 07:44
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.

OpenUI5/SAPUI5 CSS Variables detection is not working anymore for OpenUI5/SAPUI5 1.79+
2 participants