wyrm
wyrm copied to clipboard
Please support neat 2.0
I was looking at packaging Wyrm and sphinx-rtd-theme for Debian, and tested build with neat 2.0 (to avoid packaging the old 1.x version). There are some problems:
-
neat-helpers
is no longer available (see thoughtbot/neat@bf871e1b806db79c). You need to change@import "neat-helpers"
to@import "neat"
. - some mixins used by wyrm no longer exist:
media
,outer-container
,span-columns
.
See also the changelog for 2.0 release.
I started on this a while ago on #8 but didn't get a chance to finish. For RTD we maybe should move to a different base sass project to one that is in active development eg bootstrap or something.
Bootstrap would be super nice, and probably more familiar to potential contributors.
If you feel like this is something we should do post a comment on this task: https://github.com/rtfd/sphinx_rtd_theme/issues/544
media, outer-container and spans colums seems to have been replaced by grid-media grid-outer-conainer and grid-spans-column
Maybe you can update Neat at least to 1.8 or 1.9? Starting with version 1.8, it no longer requires Bourbon so it should be a bit easier for us to deal with.