You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2022. It is now read-only.
when I'm running the on-the-fly copmilation of scss files in an OSGi context, then I get a ClassNotFoundException for ScssStylesheet. This is because vaadin-server uses ScssStylesheet, but sass-compiler does not export the package where this class is in (internal).
Either ScssStylesheet should be moved into a public package or you should export the 'internal' package.
Kind regards,
Thomas
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
when I'm running the on-the-fly copmilation of scss files in an OSGi context, then I get a ClassNotFoundException for ScssStylesheet. This is because vaadin-server uses ScssStylesheet, but sass-compiler does not export the package where this class is in (internal).
Either ScssStylesheet should be moved into a public package or you should export the 'internal' package.
Kind regards,
Thomas
The text was updated successfully, but these errors were encountered: