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

feature: npm updates #46

Merged
merged 6 commits into from
Jun 24, 2022
Merged

feature: npm updates #46

merged 6 commits into from
Jun 24, 2022

Conversation

zalog
Copy link
Owner

@zalog zalog commented Jun 24, 2022

  • move to npm 8 by rm -rf package-lock.json node_modules and a fresh npm i
  • updates stylelint related and replace some outdated and vulnerable config package

- runs `rm -rf package-lock.json node_modules`
- runs `npm i`
- updates stylelint related
- set IDE to read stylelint version from local project environment
- makes sure js files are ignored
- keyframe name to be kebab-case
- `math.percentage` instead of `percentage`
- adds needed `@use`
- replace `darken` with `color.scale`, see https://sass-lang.com/documentation/modules/color
@zalog zalog merged commit 59e7e15 into develop Jun 24, 2022
@zalog zalog deleted the feature/npm-updates branch June 24, 2022 07:28
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

1 participant