Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecation warning for tachyons-sass #7363

Open
tim-lai opened this issue Jun 22, 2021 · 1 comment · Fixed by #7763
Open

deprecation warning for tachyons-sass #7363

tim-lai opened this issue Jun 22, 2021 · 1 comment · Fixed by #7763
Labels
dependencies Pull requests that update a dependency file

Comments

@tim-lai
Copy link
Contributor

tim-lai commented Jun 22, 2021

Content & configuration

n/a

Is your feature request related to a problem?

First observed in this PR #7362 ... Cypress reports a deprecation warning:

  More info and automated migrator: https://sass-lang.com/d/slash-div

   ╷
98 │   .w-two-thirds-ns { width: (100% / 1.5); }
   │                              ^^^^^^^^^^
   ╵
    node_modules/tachyons-sass/scss/_widths.scss 98:30  @import
    node_modules/tachyons-sass/tachyons.scss 72:10      @import
    src/style/main.scss 3:13                            root stylesheet

DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div(100%, 3)

Describe the solution you'd like

An issue was created here

However, tachyons-sass was last updated Nov 13, 2018, and very possibly is no longer maintained.

Describe alternatives you've considered

Options include forking or replacement with alternative solution.

Additional context

from description
"Don't like postss? Tachyons-sass is a sass port of the entire framework"

@tim-lai tim-lai added the dependencies Pull requests that update a dependency file label Jun 22, 2021
@tim-lai tim-lai reopened this Jan 18, 2022
@tim-lai
Copy link
Contributor Author

tim-lai commented Jan 18, 2022

Re-opening. #7763 updated sass but not tachyons-sass. Waiting on a release from tachyons-sass that incorporated a fix in tachyons-css/tachyons-sass#56.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant