Skip to content

Conversation

@thet
Copy link
Member

@thet thet commented May 6, 2025

When using Patternslib in another project the relative node_module at-use rule imports might fail.

This is now fixed as follows:

  • For the css Makefile compile target, define node_modules as load-path.
  • For the webpack compiler, the node_modules directory is already defined as load-path.
  • Change the at-use import in scss files for the defined node_modules import path.

Also: some minor documentation updates.

thet added 4 commits May 6, 2025 17:51
When using Patternslib in another project the relative node_module at-use rule imports might fail.

This is now fixed as follows:

- For the css Makefile compile target, define node_modules as load-path.
- For the webpack compiler, the node_modules directory is already defined as load-path.
- Change the at-use import in scss files for the defined node_modules import path.
@thet thet merged commit 6a95502 into master May 6, 2025
1 check passed
@thet thet deleted the scss-fixes branch May 6, 2025 18:54
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