We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pyScss claims to support image-url, but doesn't really provide a way to configure the images directory the Compass image-url docs refer to:
image-url
image-url($path, $only-path, $cache-buster) Generates a path to an asset found relative to the project's images directory.
image-url($path, $only-path, $cache-buster)
pyScss only provides the STATIC_ROOT setting, but not the specific images_dir or images_path configuration properties present in Compass.
STATIC_ROOT
images_dir
images_path
NOTE: this same issue happens with font-url and stylesheet-url.
font-url
stylesheet-url
The text was updated successfully, but these errors were encountered:
+1
Also will be great if you can send a path for the config.rb file
config.rb
Sorry, something went wrong.
i'm added font_root, font_url, images_root, images_url in my fork... https://github.com/funvit/pyScss/tree/issue_114
No branches or pull requests
pyScss claims to support image-url, but doesn't really provide a way to configure the images directory the Compass
image-url
docs refer to:pyScss only provides the
STATIC_ROOT
setting, but not the specificimages_dir
orimages_path
configuration properties present in Compass.NOTE: this same issue happens with
font-url
andstylesheet-url
.The text was updated successfully, but these errors were encountered: