customize node modules #2310
-
i have customize all the cloudscape component to my way but when using in git node module isnt share and after installing it again my node module changed to orignal what to to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, I am not sure I fully understand your question, however it seems to me you are trying to customize the look and feel of the components. We do not support CSS overrides but we have a first party API for this, which you can read more about on the Theming page of our documentation website.
Let me know if that helps! Thank you. |
Beta Was this translation helpful? Give feedback.
Hello,
I am not sure I fully understand your question, however it seems to me you are trying to customize the look and feel of the components. We do not support CSS overrides but we have a first party API for this, which you can read more about on the Theming page of our documentation website.
node_modules
is meant to store dependencies as they are installed fromnpm
, and any changes made directly to these files will be lost when the modules are reinstalled or updated.Let me know if that helps!
Thank you.