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
when trying to follow the second step of the tutorial, I faced some issues that seemed to prevent the pages from working correctly. By looking at @Sw0rdiX's files in PR #1429 I was able to sort out the issues.
It appears that some of the snippets that use the .cds prefix weren't working as expected in my local deployment, and had to be substituted with .bx. This happened for example in LandingPage.vue and its related _carbon-overrides.scss.
Additionally, the build would break when adding styles to row two. The prefix carbon-- had to be added to .landing-page__subheading and .landing-page__p as follows:
Hello,
when trying to follow the second step of the tutorial, I faced some issues that seemed to prevent the pages from working correctly. By looking at @Sw0rdiX's files in PR #1429 I was able to sort out the issues.
It appears that some of the snippets that use the
.cds
prefix weren't working as expected in my local deployment, and had to be substituted with.bx
. This happened for example inLandingPage.vue
and its related_carbon-overrides.scss
.Additionally, the build would break when adding styles to row two. The prefix
carbon--
had to be added to.landing-page__subheading
and.landing-page__p
as follows:My branch for step 2 can be found here in case someone wants to have a look at the dependencies I had installed.
I will remain available in case more information is required. Thanks in advance.
The text was updated successfully, but these errors were encountered: