Skip to content

Standardize imports and fix postcss plugins#55

Merged
virginiacc merged 2 commits intomainfrom
imports-cleanup
Apr 16, 2026
Merged

Standardize imports and fix postcss plugins#55
virginiacc merged 2 commits intomainfrom
imports-cleanup

Conversation

@virginiacc
Copy link
Copy Markdown
Contributor

Updates handling of postcss plugins and standardizes import paths.

Changes

  • Move postcss plugins to their own config file and implement autoprefixer
  • Add path aliasing for src and cypress directories and update imports accordingly

Testing

  1. Front end tests should pass in PR checks

Comment thread front-end/tsconfig.node.json Outdated
"isolatedModules": true,
"module": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "Bundler",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Hmm should tsconfig.node.json have "moduleResolution": "Bundler"? Isn't this config specifically for scripts that run in node?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Updated in 4164709.

Comment thread front-end/package.json Outdated
"stylelint": "^17.4.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard-scss": "^17.0.0",
"tsx": "^4.2.1",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Bump to 4.21.0?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Updated in 4164709.

@virginiacc virginiacc marked this pull request as ready for review April 13, 2026 06:50
@virginiacc virginiacc merged commit db18829 into main Apr 16, 2026
3 checks passed
@virginiacc virginiacc deleted the imports-cleanup branch April 16, 2026 15:21
@virginiacc
Copy link
Copy Markdown
Contributor Author

Thanks for reviewing @anselmbradford!

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.

2 participants