codetriage / CodeTriage

Discover the best way to get started contributing to Open Source projects
https://www.codetriage.com
MIT License
1.41k stars 369 forks source link

Figure out why we cannot upgrade the `neat` gem #1111

Open schneems opened 5 years ago

schneems commented 5 years ago

When you bump the version of neat it causes failures in an inability to find a mixin for @media.

I'm not sure if this was a deprecated or removed mixin. This likely involves asking the neat gem maintainers.

hbontempo-br commented 2 years ago

neat has been archived. =/

schneems commented 2 years ago

IIRC neat is somewhat a collection of mixins. We could theoretically be able to extra them and remove the dependency (or some other way forward).

hbontempo-br commented 1 year ago

I tried tweaking a little bit with this issue without success. I need to study a little bit more before giving any opinion.

(I'm not a front-end person, sass and mixins are new subjects to me)