-
Notifications
You must be signed in to change notification settings - Fork 465
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
Should libsass have a compact function? #585
Comments
Yeah, I think we needed it for Bourbon support at one point ... not really necessary now that variadic functions are natively supported. |
IMO this is closely related to #489 |
I agree. This feature however would seem to have less adoption, and there a pure sass implementation is trivial. I'm ok with merging #588 to remove this. |
|
I'm confused by this, isn't 'compact' documented here: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style Why wouldn't all of these options get included? |
@davidangel that's the compact output style. This is in regards to a native |
@xzyfer so is there support for the compact output style currently? I've been trying to use it with gulp-sass/nose-sass without much luck... |
No there is not. We only support nested and compressed. Feel free to open an issue to support that output style. For the moment it's a low priority. We recommend using PostCSS is you want to manipulate the output styles. |
I've noticed libsass defines a
compact($values...)
function. Ruby sass doesn't appear to now or ever had this function. Since we're aiming for 3.4 parity this should probably go.The text was updated successfully, but these errors were encountered: