-
Notifications
You must be signed in to change notification settings - Fork 86
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
Add scss which is not for variables. #186
Comments
@hackhackhackhack can you provide more details? |
@VaclovasV Thanks for your reply. I can scrape scss file for variables from config.txt. It's perfect. another.scss @import 'core/normalize'; %font-icon-style { .row { .column, I just want to scrape this another.scss for styling. |
I don't understand your question. What do you want to scrape in that file? You can scrape only variables for typography and colors. What are you trying to achieve by that? |
I think @hackhackhackhack just wants those styles to be available to use when creating the snippets. Is that correct @hackhackhackhack ? If so, then you just need to compile the Sass and then link to you CSS files in the template.html file. |
@miezis Thanks for your reply 👍 I thought I want to use sass files to write styles for snipet. @hackhackhackhack Right! Finally, I could do that with customizing gulp task. Thank you! & |
Hello. I'm tring to add scss files( like "Styleguide/templates/scss/main.scss" in this repo ).
But I can't find the way.
Does anyone knows solution?
Thanks.
The text was updated successfully, but these errors were encountered: