Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I just have some of problem here at my scss files at any parts of my folder wherein it doesn\'t work anymore and I don\'t understand why..I tried to research it but I couldn\'t find the same error tha
Got a search component in ReactJS I\'m working on. Here\'s an example https://codepen.io/illusionfactory/pen/ZERwyxv
I am using Nextjs 13. My global.scss imports my _mixins.scss from the same styles folder. @import "mixins";
.project{ $self=&; .card{ #{$self}__name{ font-weight:bold; } .card__body{ display:flex } }} I want to add classname "card__body" with variable some开发者_如何学Cthing like $self but he
I am new to react/nextjs development. Always thought react component render in server and ready as cached开发者_运维问答 to go.