We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your suggestion related to an experience ? Please describe.
We have linked an empty stylesheet in some components and it is rendering a redundant style block in the browsers.
Empty Stylesheet: https://github.com/wso2/oxygen-ui/blob/v1.5.0/packages/react/src/components/Select/select.scss#L19
Import: https://github.com/wso2/oxygen-ui/blob/v1.5.0/packages/react/src/components/Select/Select.tsx#L26
Describe the improvement
Remove the empty stylesheets along with their respective imports.
The text was updated successfully, but these errors were encountered:
Select
No branches or pull requests
Is your suggestion related to an experience ? Please describe.
We have linked an empty stylesheet in some components and it is rendering a redundant style block in the browsers.
Empty Stylesheet: https://github.com/wso2/oxygen-ui/blob/v1.5.0/packages/react/src/components/Select/select.scss#L19
Import: https://github.com/wso2/oxygen-ui/blob/v1.5.0/packages/react/src/components/Select/Select.tsx#L26
Describe the improvement
Remove the empty stylesheets along with their respective imports.
The text was updated successfully, but these errors were encountered: