SCSS styles from home.scss not visible in my custom tab #1407
Unanswered
patrykpalej
asked this question in
Q&A
Replies: 1 comment
-
I found what's wrong so maybe someone in the future will find it useful. In The only problem is shimmer which is added there even when I remove it from the template. Finally I decided to remove shimmering from the .shimmer class and it solved the problem. Btw. does anyone know what is this shimmer for? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
How did you create the site?
Generated from
chirpy-starter
Description
I moved posts to another tab "Projects" and in the home page I put only some text. In my "Projects" tab I have posts, some of which have images.
The way image previews are styled is defined in home.scss and when I put posts to home page they look fine. However, when I put posts to "Projects" tab, the image preview looks bad.
In browser devtools I found that inside
there is no
which is visible in the demo page.
It looks like styles in home.scss are not visible in
projects.html
.Operations you have already tried
I copied the .scss files and called it
projects.scss
however it still doesn't solve the problem. Can I somehow include styles into specific template?I also copied #post-list styles to common.scss but the div with "preview-img" still isn't rendered.
Anything else?
Beta Was this translation helpful? Give feedback.
All reactions