-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCSS/SASS classnames bug which starts with '$' '-' #538
Comments
Hi could you create a repo with a simple gatsby site reproducing this Also when you say there's a bug and it doesn't work -- what exactly is
|
i just started to use inline-styling, which is more capable why to maintain styling in component envirement. |
Currently I'm developing a website for Restaurant.
for style my components i use one centralize SCSS
./assets/main.scss
and for grid system i use skel
./assets/libs/_skel.scss
and when I use this grid className which is number or letter no issue for example
6u
./components/sections/About.jsx
the modification i did was.
so here somewhere has some issue. but i'm not sure is fault off gatsbys scss compiler or jsx babel's ..
any type of guidence will be great
gatsby version 0.12.12
and i havent touch webpack modules..
The text was updated successfully, but these errors were encountered: