Configure lookup paths for composes/from
See original GitHub issueI’m still wrapping my head around the standard patterns for how PostCSS plugins consume configuration, but it doesn’t look like there’s currently a way to pass configuration through to postcss-import
to configure the root and search path(s) for composes foo from 'bar'
lookups.
Is this something that it would make sense to add, or am I missing something fundamental? I’m also happy to put together a PR if you have a form factor in mind for how you might want to consume such configuration.
Issue Analytics
- State:
- Created 8 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Configure lookup paths for composes/from · Issue #13 - GitHub
It is looking for the file next to the path of the file that includes the composes, instead of using the path option...
Read more >Common Source Path Lookup - CCS 4.2.3 - TI E2E
"Set “Source Lookup Paths” for CCS to scan when looking for source files: • Set for current debug session • Set for launch...
Read more >Setting Search Paths
If your source code, executable, and object files reside in different directories, set search paths for these directories with the File > Search...
Read more >The Module Search Path - Real Python
In this video, you're going to explore the module search path. So, where can you import a module from? When the interpreter executes...
Read more >The initialization of the sys.path module search path — Python ...
The directory with the extension modules is called exec_prefix . The PYTHONHOME environment variable may be used to set the prefix and exec_prefix...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I see this is an old issue, but since still open. This plugin solved this problem for me https://www.npmjs.com/package/postcss-modules-resolve-path
Added in #126