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
After creating the application and trying to make changes to the css, the changes are not being reflected.
After some inspection it looks like it's an error related to the app name.
The app name is virtual-assistant and the problem seems to be that the css is preprended with .virtual-assistant but the actual class name is virtualAssistant in the DOM.
The text was updated successfully, but these errors were encountered:
@josejulio the name difference is expected due to some webpack limitation. Usually, this is fixed by adding sassPrefix config to the fec.config.js. In this case, it would be something like
After creating the application and trying to make changes to the css, the changes are not being reflected.
After some inspection it looks like it's an error related to the app name.
The app name is
virtual-assistant
and the problem seems to be that the css is preprended with.virtual-assistant
but the actual class name isvirtualAssistant
in the DOM.The text was updated successfully, but these errors were encountered: