wyrm icon indicating copy to clipboard operation
wyrm copied to clipboard

Please support neat 2.0

Open mitya57 opened this issue 7 years ago • 5 comments

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.

mitya57 avatar Aug 20 '17 16:08 mitya57

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.

Blendify avatar Jan 15 '18 21:01 Blendify

Bootstrap would be super nice, and probably more familiar to potential contributors.

mitya57 avatar Jan 30 '18 08:01 mitya57

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

Blendify avatar Jan 30 '18 14:01 Blendify

media, outer-container and spans colums seems to have been replaced by grid-media grid-outer-conainer and grid-spans-column

bastien-roucaries avatar May 19 '18 21:05 bastien-roucaries

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.

mitya57 avatar Jun 29 '18 12:06 mitya57