Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove compass dependency #1292
Comments
aron
added
the
0 - Backlog
label
Jul 9, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
tilgovi
Jul 9, 2014
Contributor
There's also this, a filter for which is included in webassets already: https://github.com/Kronuz/pyScss
From the docs:
95% of Sass 3.2 is supported. If it's not supported, it's a bug! Please file a ticket.
Most of Compass 0.11 is also built in.
|
There's also this, a filter for which is included in webassets already: https://github.com/Kronuz/pyScss From the docs:
|
tilgovi
added
enhancement
labels
Jul 9, 2014
tilgovi
removed
the
0 - Backlog
label
Oct 7, 2014
nickstenning
removed
the
Packaging
label
Jul 21, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
nickstenning
Feb 10, 2016
Contributor
Hi there! I'm going to close this as part of a clean-up of all issues currently open on this repo that represent ideas or features rather than reports of bugs or technical chores.
I want to be clear that this isn't intended to say anything at all about the content of this issue—it certainly doesn't mean we're no longer planning to do the work discussed here—just that we don't want to use GitHub issues to track feature requests or ideas, because the threads can get long and somewhat unwieldy.
If you're interested in what we are working on at the moment, you can check out our Trello board and, for a longer-term view, our roadmap.
And, if you're interested in following up on this issue, please do continue the discussion on our developer community mailing list. You might also want to check out our contributing guide.
|
Hi there! I'm going to close this as part of a clean-up of all issues currently open on this repo that represent ideas or features rather than reports of bugs or technical chores. I want to be clear that this isn't intended to say anything at all about the content of this issue—it certainly doesn't mean we're no longer planning to do the work discussed here—just that we don't want to use GitHub issues to track feature requests or ideas, because the threads can get long and somewhat unwieldy. If you're interested in what we are working on at the moment, you can check out our Trello board and, for a longer-term view, our roadmap. And, if you're interested in following up on this issue, please do continue the discussion on our developer community mailing list. You might also want to check out our contributing guide. |
nickstenning
closed this
Feb 10, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
For what it's worth, we finally managed to do this: #2958. |
aron commentedJul 9, 2014
This is the first step to moving towards using lib libsass[1][2] and removing the ruby dependency in the project. We only use a small (but useful) subset of the compass functions, mainly for polyfilling, so it seems like we can easily include them directly in the project.
I've listed them all out here:
[1] https://github.com/sass/libsass
[2] https://github.com/sass/node-sass