{"id":21283197,"url":"https://github.com/mikemunsie/ember-export-sass-variables","last_synced_at":"2026-03-11T04:03:27.731Z","repository":{"id":57223742,"uuid":"122748757","full_name":"mikemunsie/ember-export-sass-variables","owner":"mikemunsie","description":"Export your SASS variables and access them through a utility. ","archived":false,"fork":false,"pushed_at":"2018-06-07T00:59:29.000Z","size":80,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-09T15:04:02.255Z","etag":null,"topics":["ember","sass"],"latest_commit_sha":null,"homepage":"","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/mikemunsie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-24T14:44:15.000Z","updated_at":"2019-07-15T23:04:05.000Z","dependencies_parsed_at":"2022-08-30T02:40:31.417Z","dependency_job_id":null,"html_url":"https://github.com/mikemunsie/ember-export-sass-variables","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikemunsie%2Fember-export-sass-variables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikemunsie%2Fember-export-sass-variables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikemunsie%2Fember-export-sass-variables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikemunsie%2Fember-export-sass-variables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikemunsie","download_url":"https://codeload.github.com/mikemunsie/ember-export-sass-variables/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225465296,"owners_count":17478519,"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":["ember","sass"],"created_at":"2024-11-21T11:07:27.490Z","updated_at":"2026-03-11T04:03:22.699Z","avatar_url":"https://github.com/mikemunsie.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# ember-export-sass-variables\n\n\u003cimg src='http://emberobserver.com/badges/ember-export-sass-variables.svg' \u003e\n\n### Note: This project is no longer maintained!\nI suggest checking out https://github.com/minusfive/ember-cli-sass-variables-export if you need a great alternative.\n\nExport your SASS variables and access them through a utility. This addon supports any lists / maps / nested maps and uses the built in node-sass functions to parse values.\n\n## Methods\n\n`export (utilName: String, contents: any)`\n\nThe export method is used in your SASS file to tell the compiler what name the utility file is, and what variables to export inside.\n\n## Usage\nTwo parts: Define a sass export and import the utility that matches the name of the export.\n\n```css\n$export: export('colors', (\n  colors: $colors,\n  themes: $themes\n));\n```\n\n```js\nimport styles from 'ember-export-sass-variables/utils/colors';\n```\n\n## Installation\n`ember install ember-export-sass-variables`\n\n## Credits\n\nThanks to these projects, I would not have been able to create this:\n\n- https://github.com/Punk-UnDeaD/node-sass-export\n- https://github.com/davidpett/ember-cli-sass-variables\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikemunsie%2Fember-export-sass-variables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikemunsie%2Fember-export-sass-variables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikemunsie%2Fember-export-sass-variables/lists"}