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

add css/scss modules support, back #1174

Merged
merged 20 commits into from
May 30, 2024
Merged

add css/scss modules support, back #1174

merged 20 commits into from
May 30, 2024

Conversation

delambo
Copy link
Member

@delambo delambo commented Apr 8, 2024

  • adds support for mise and node 20
  • adds support for CSS and SCSS Modules, file names: *.module.scss
  • adds long overdue front page deprecation notice

e2e_tests/tests/starter-kyt.test.js Dismissed Show dismissed Hide dismissed
e2e_tests/tests/starter-kyt.test.js Dismissed Show dismissed Hide dismissed
e2e_tests/tests/starter-kyt.test.js Dismissed Show dismissed Hide dismissed
e2e_tests/tests/starter-kyt.test.js Dismissed Show dismissed Hide dismissed
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [18.x, 20.x]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

18.x?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added support for 20. That includes support for 18. So why not 🤷?

.mise.toml Outdated
yarn = '1.19.0'

[env]
RTX_FETCH_REMOTE_VERSIONS_TIMEOUT="300 s"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a mise alternative for this variable?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think so, but it's not documented very well. I updated -- thanks for pointing that out.

(This timeout is needed because node.org can have excessively slow download times. Not sure if that's fixed at this point.)

Copy link

@lquixada lquixada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added couple of comments. nothing blocking.

@delambo delambo merged commit 21964c1 into main May 30, 2024
4 checks passed
@delambo delambo deleted the scss branch May 30, 2024 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants