codyhouse / codyhouse-framework

A lightweight front-end framework for building accessible, bespoke interfaces.
https://codyhouse.co/
MIT License
1.16k stars 173 forks source link

No matching version found for codyhouse-framework@^2.9.1 #97

Closed retroriff closed 3 years ago

retroriff commented 3 years ago

Hello,

before trying CH3 I updated to 2.9.1 but I am getting this message:

No matching version found for codyhouse-framework@^2.9.1

 "codyhouse-framework": "^2.9.1"
claudia-romano commented 3 years ago

Hi there, sorry for the issue! Should be fixed now. Cheers!

retroriff commented 3 years ago

@claudia-romano Now it works, thanks!

I am still havind many warnings with 2.9.1 Should I update my node-sass or sass-loader?

: Using / for division is deprecated and will be removed in Dart Sass 2.0.0. Recommendation: math.div(100% $i 100, $grid-columns) More info and automated migrator: https://sass-lang.com/d/slash-div

claudia-romano commented 3 years ago

CodyFrame 2.9 does not support the new SASS module system; so if you are using dart sass (rather than node-sass), you will get these warnings also after upgrading to CodyFrame 2.9.1. Is using node-sass an option for you? That would fix your issue.

Fyi, we just released CodyFrame 3.0: https://codyhouse.co/blog/post/codyframe-3-0

There are breaking changes so we do not suggest to upgrade from 2.9 to 3.0. But for new projects, you will be able to use dart-sass with CodyFrame 3.0.

Cheers!