{"id":20340178,"url":"https://github.com/webengage/brsass","last_synced_at":"2025-06-30T17:39:41.918Z","repository":{"id":57190515,"uuid":"53265184","full_name":"WebEngage/brsass","owner":"WebEngage","description":"Yet another Browserify transform for Sass","archived":false,"fork":false,"pushed_at":"2016-03-07T18:02:14.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-11T00:50:46.299Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/WebEngage.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":"2016-03-06T16:44:42.000Z","updated_at":"2016-03-06T17:02:08.000Z","dependencies_parsed_at":"2022-08-27T12:03:15.479Z","dependency_job_id":null,"html_url":"https://github.com/WebEngage/brsass","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/WebEngage/brsass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebEngage%2Fbrsass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebEngage%2Fbrsass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebEngage%2Fbrsass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebEngage%2Fbrsass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WebEngage","download_url":"https://codeload.github.com/WebEngage/brsass/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebEngage%2Fbrsass/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262820501,"owners_count":23369643,"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-11-14T21:20:06.564Z","updated_at":"2025-06-30T17:39:41.884Z","avatar_url":"https://github.com/WebEngage.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# brsass\nYet another Browserify transform for Sass\n\nJust like [sassify](https://github.com/davidguttman/sassify), [scssify](https://github.com/chrishoage/scssify), [sassr](https://github.com/johnnybenson/sassr) and others, brsass enables one to directly `require()` .sass, .scss or .css files.  \nAdditionally brsass minifies the styles using [clean-css](https://github.com/jakubpawlowicz/clean-css) before they are included in the browserify bundle.\n\nThe bundled style modules only export the css and they must be manually injected into document `\u003cstyle\u003e` elements\n\n### Install\n```\nnpm install --save WebEngage/brsass\n```\n\n### Use\nOn the command line\n```\n$ browserify -t brsass entry.js \u003e bundle.js\n```\n\nOr using the browserify API in your code\n```js\nvar browserify = require('browserify');\nvar brsass = require('brsass');\n\nvar b = browserify(...);\nb.transform(brsass);\n```\n\n#### License - [WTFPL](http://www.wtfpl.net/)\n```\n            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE\n                    Version 2, December 2004\n\n Copyright (C) 2015 WebEngage \u003cgeeks {at} webengage.com\u003e\n\n Everyone is permitted to copy and distribute verbatim or modified\n copies of this license document, and changing it is allowed as long\n as the name is changed.\n\n            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE\n   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n  0. You just DO WHAT THE FUCK YOU WANT TO.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebengage%2Fbrsass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebengage%2Fbrsass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebengage%2Fbrsass/lists"}