component CSS isolation not woking #1526
-
It appears that Css isolation not supported in oqtane framework. it might related how oqtane load resouse files |
Beta Was this translation helpful? Give feedback.
Answered by
leigh-pointer
Jun 30, 2021
Replies: 1 comment 1 reply
-
@qunshen correct CSS Isolation is not supported. CSS , Js resources are loaded with in the razor module code.
It is worth noting that everytime you change a resource you will need to build the module so that the new resources are copied to the corresponding folders. Running in debug will not pick up any changes. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
qunshen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@qunshen correct CSS Isolation is not supported. CSS , Js resources are loaded with in the razor module code.
It is worth noting that everytime you change a resource you will need to build the module so that the new resources are copied to the corresponding folders. Running in debug will not pick up any changes.