{"id":15818742,"url":"https://github.com/ReactiumCore/node-sass-reactium-importer","last_synced_at":"2025-10-16T15:30:28.441Z","repository":{"id":57099558,"uuid":"333866431","full_name":"ReactiumCore/node-sass-reactium-importer","owner":"ReactiumCore","description":"A node-sass custom importer for Reactium projects","archived":false,"fork":false,"pushed_at":"2021-01-28T19:08:24.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-19T00:42:52.709Z","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/ReactiumCore.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-28T19:05:46.000Z","updated_at":"2021-01-28T19:08:27.000Z","dependencies_parsed_at":"2022-08-20T16:51:16.310Z","dependency_job_id":null,"html_url":"https://github.com/ReactiumCore/node-sass-reactium-importer","commit_stats":null,"previous_names":["reactiumcore/node-sass-reactium-importer","atomic-reactor/node-sass-reactium-importer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactiumCore%2Fnode-sass-reactium-importer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactiumCore%2Fnode-sass-reactium-importer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactiumCore%2Fnode-sass-reactium-importer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactiumCore%2Fnode-sass-reactium-importer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ReactiumCore","download_url":"https://codeload.github.com/ReactiumCore/node-sass-reactium-importer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236730807,"owners_count":19195682,"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","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-10-05T06:04:50.159Z","updated_at":"2025-10-16T15:30:28.106Z","avatar_url":"https://github.com/ReactiumCore.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @atomic-reactor/node-sass-reactium-importer\n\nA node-sass custom importer which turns ~ into absolute paths to the nearest parent node_modules directory and turns + into absolute paths to the nearest parent reactium_modules directory.\n\n## Install\n\n```sh\nnpm install --save-dev @atomic-reactor/node-sass-reactium-importer\n```\n\n## Usage\n\n```js\nvar sass = require('node-sass');\nvar reactiumImporter = require('@atomic-reactor/node-sass-reactium-importer');\n\nvar result = sass.renderSync({\n    data: scss_content,\n    importer: reactiumImporter,\n});\n```\n\n`scss example`\n\n```css\n@import '+@atomic-reactor/toolkit/src/style/rtk';'\n@import '~@atomic-reactor/reactium-ui/assets/style/reactium-ui';\n```\n\n`node-sass` cli example:\n\n```sh\nnode-sass style.scss --importer=node_modules/node-sass-reactium-importer\n```\n\nPlease refer to the node-sass [readme](https://github.com/sass/node-sass#readme) for full instruction on how to use custom importers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FReactiumCore%2Fnode-sass-reactium-importer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FReactiumCore%2Fnode-sass-reactium-importer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FReactiumCore%2Fnode-sass-reactium-importer/lists"}