-
Notifications
You must be signed in to change notification settings - Fork 80
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
Import of another scss is not working #52
Comments
It seems that it is supported in scss-to-json library (which is used in this project) as "dependencies" parameter: |
@nettiopsu hi! we're you able to solve this issue? i hope you could share your solution |
any update on this ? |
I followed this https://dailyjsx.com/antd-rescript-sass-boilerplate -- and address my problem in nadunindunil/antd-rescripts-boilerplate#1 |
Same problem here 🙋🏻♂️ Any solution? |
Hello!
I am trying to import another scss file with partials into theme.scss. It seems this is not supported?
Use case: There are multiple websites under the same brand. They share same logo, fonts and so on. However, parameters like website colors can vary from site to site, since they have different content
I would like to have a theme file with same basics: fonts, sizes, line heights and so on, which differ from standard
I want to be able to extend this theme with other colors and some other parameters.
This plugin returns me this errors for import at the moment:
theme.scss:
Is there some workaround for it?
The text was updated successfully, but these errors were encountered: