{"id":15065705,"url":"https://github.com/catdad/css-raw-loader","last_synced_at":"2025-04-10T13:32:35.787Z","repository":{"id":32006664,"uuid":"35577649","full_name":"catdad/css-raw-loader","owner":"catdad","description":":foggy: CSS Raw loader module for Webpack","archived":false,"fork":false,"pushed_at":"2017-07-13T01:45:21.000Z","size":10,"stargazers_count":13,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T12:11:29.628Z","etag":null,"topics":["css","npm","webpack","webpack-loader"],"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/catdad.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":"2015-05-13T22:38:00.000Z","updated_at":"2020-09-25T11:01:14.000Z","dependencies_parsed_at":"2022-09-02T15:52:40.169Z","dependency_job_id":null,"html_url":"https://github.com/catdad/css-raw-loader","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catdad%2Fcss-raw-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catdad%2Fcss-raw-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catdad%2Fcss-raw-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catdad%2Fcss-raw-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catdad","download_url":"https://codeload.github.com/catdad/css-raw-loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054218,"owners_count":21039951,"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":["css","npm","webpack","webpack-loader"],"created_at":"2024-09-25T00:45:53.040Z","updated_at":"2025-04-10T13:32:35.747Z","avatar_url":"https://github.com/catdad.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSS Raw loader for Webpack\n\n[![Downloads][1]][2] [![Version][3]][2] [![ISC License][4]][5] \n\n[1]: https://img.shields.io/npm/dm/css-raw-loader.svg?style=flat\n[2]: https://www.npmjs.com/package/css-raw-loader\n\n[3]: https://img.shields.io/npm/v/css-raw-loader.svg\n\n[4]: https://img.shields.io/npm/l/css-raw-loader.svg?style=flat\n[5]: http://opensource.org/licenses/MIT\n\n## About\n\nThis loader is based on the [original CSS loader](https://github.com/webpack/css-loader) and the [raw loader](https://github.com/webpack/raw-loader). A lot of the credit goes to [@sokra](https://github.com/sokra). I am just enabling my own needs. \n\nIt is intended to allow developers to write CSS and use Webpack without having Webpack resolve imports and image URLs from the CSS code. It will import exactly the CSS code that you wrote. It also plays nice with Less, Sass, and the ExtractTextPlugin. It will automatically produce sourcemaps for dev builds and minify for production builds.\n\n## Installation\n\n```\nnpm install css-raw-loader\n```\n\n## Usage\n\n``` javascript\nmodule: {\n    loaders: [\n        { test: /\\.less$/, loader: 'style-loader!css-raw-loader!less-loader' },\n        { test: /\\.css$/, loader: 'style-loader!css-raw-loader' }\n    ]\n}\n```\n\n## License\n\n[MIT](http://www.opensource.org/licenses/mit-license.php)\n\n[![Analytics](https://ga-beacon.appspot.com/UA-17159207-7/css-raw-loader/readme)](https://github.com/igrigorik/ga-beacon)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatdad%2Fcss-raw-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatdad%2Fcss-raw-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatdad%2Fcss-raw-loader/lists"}