{"id":21454635,"url":"https://github.com/khalidhoffman/stylus-require-css-evaluator","last_synced_at":"2025-07-14T23:32:22.576Z","repository":{"id":57373830,"uuid":"78548824","full_name":"khalidhoffman/stylus-require-css-evaluator","owner":"khalidhoffman","description":"enables use of require with css flies in stylus","archived":false,"fork":false,"pushed_at":"2017-02-10T22:25:29.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-31T17:54:24.479Z","etag":null,"topics":["stylus"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/khalidhoffman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-10T15:54:36.000Z","updated_at":"2018-02-19T22:30:24.000Z","dependencies_parsed_at":"2022-09-17T16:31:07.374Z","dependency_job_id":null,"html_url":"https://github.com/khalidhoffman/stylus-require-css-evaluator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khalidhoffman%2Fstylus-require-css-evaluator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khalidhoffman%2Fstylus-require-css-evaluator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khalidhoffman%2Fstylus-require-css-evaluator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khalidhoffman%2Fstylus-require-css-evaluator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khalidhoffman","download_url":"https://codeload.github.com/khalidhoffman/stylus-require-css-evaluator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226003029,"owners_count":17558157,"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":["stylus"],"created_at":"2024-11-23T05:08:28.144Z","updated_at":"2024-11-23T05:08:28.640Z","avatar_url":"https://github.com/khalidhoffman.png","language":"JavaScript","readme":"# stylus-require-css-evaluator\n## What it does\nAdds support for requiring css files into stylus files. Example:\n```\n@import 'some/other/folder/file.css';\n@require 'some/other/folder/file.css';\n```\nwill yield\n```\n@import 'some/other/folder/file.css';\n.selector-from-some-other-folder-file.css{\n    content: 'the css was imported';\n}\n\n```\n\n## How to use\n```\nstylus(str)\n    .use(require('stylus-require-css-evaluator'))\n    .render(function(err, css){\n        // handle output\n    });\n```\n\n## Installation\nfrom NPM: \n\n`npm i stylus-require-css-evaluator`\n\nfrom GitHub:\n\n`npm i git+https://github.com/khalidhoffman/stylus-require-css-evaluator.git`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhalidhoffman%2Fstylus-require-css-evaluator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhalidhoffman%2Fstylus-require-css-evaluator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhalidhoffman%2Fstylus-require-css-evaluator/lists"}