{"id":20196911,"url":"https://github.com/itsjonq/sass-pathfinder","last_synced_at":"2025-07-27T14:34:38.947Z","repository":{"id":146984794,"uuid":"61838325","full_name":"ItsJonQ/sass-pathfinder","owner":"ItsJonQ","description":"A tiny includePath resolver for node-sass","archived":false,"fork":false,"pushed_at":"2016-08-07T03:01:29.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T08:15:24.236Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ItsJonQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-23T21:33:36.000Z","updated_at":"2017-07-17T19:22:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"9107e4bb-13e4-4199-8d96-5a75a4645a2b","html_url":"https://github.com/ItsJonQ/sass-pathfinder","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ItsJonQ/sass-pathfinder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJonQ%2Fsass-pathfinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJonQ%2Fsass-pathfinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJonQ%2Fsass-pathfinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJonQ%2Fsass-pathfinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ItsJonQ","download_url":"https://codeload.github.com/ItsJonQ/sass-pathfinder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJonQ%2Fsass-pathfinder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267370924,"owners_count":24076506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T04:26:36.650Z","updated_at":"2025-07-27T14:34:38.920Z","avatar_url":"https://github.com/ItsJonQ.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sass-pathfinder [![Build Status](https://travis-ci.org/ItsJonQ/sass-pathfinder.svg?branch=master)](https://travis-ci.org/ItsJonQ/sass-pathfinder) [![npm version](https://badge.fury.io/js/sass-pathfinder.svg)](https://badge.fury.io/js/sass-pathfinder)\n\nA tiny robust includePath resolver for [node-sass](https://github.com/sass/node-sass)\n\n\n## Install\n```\nnpm install sass-pathfinder --save-dev\n```\n\n## Basic Usage\nPathfinder needs to be imported into your sass pipeline. Below is an example using Gulp:\n\n```javascript\nvar gulp = require('gulp');\nvar sass = require('gulp-sass');\nvar pathfinder = require('sass-pathfinder');\n\ngulp.task('sass', function () {\n  return gulp.src('./sass/**/*.scss')\n    .pipe(sass({\n      includePaths: pathfinder(\n        './source-a',\n        ['../source-b', 'source-c/source-c1']\n      )\n    }))\n    .pipe(gulp.dest('./css'));\n});\n```\n\n## Options\n### pathfinder(arguments)\nType: `String`, `Array` | Default: `[]`\n\nPass along strings or arrays as arguments to pathfinder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsjonq%2Fsass-pathfinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsjonq%2Fsass-pathfinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsjonq%2Fsass-pathfinder/lists"}