Meteor-Community-Packages / Meteor-Community-Packages/meteor-scss
ability to set include paths
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 310
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to use ionic v2 (beta) and it needs the include paths part of the sass processing options set to include ionicons. I don't like the way they did it, but in order for it to work I need to add an include path. Can we set a config file in the root? scssIncludePaths.json
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating where this Meteor node-sass wrapper configures Sass processing options and inspect how project-level configuration is loaded. Determine how a root scssIncludePaths.json file should provide include paths, then verify that the paths reach Sass processing and cover the behavior with the repository's relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, sass, scss
- Domain
- build-system, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100