{"id":16346620,"url":"https://github.com/matype/postcss-remove-base","last_synced_at":"2025-11-08T10:30:28.083Z","repository":{"id":31857114,"uuid":"35424584","full_name":"matype/postcss-remove-base","owner":"matype","description":"Remove rules that have `@base` annotation","archived":false,"fork":false,"pushed_at":"2015-09-17T01:52:18.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-11T09:41:00.297Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matype.png","metadata":{"files":{"readme":"readme.markdown","changelog":null,"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":"2015-05-11T13:10:23.000Z","updated_at":"2015-05-11T13:16:11.000Z","dependencies_parsed_at":"2022-07-12T09:24:06.551Z","dependency_job_id":null,"html_url":"https://github.com/matype/postcss-remove-base","commit_stats":null,"previous_names":["morishitter/postcss-remove-base","matype/postcss-remove-base"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fpostcss-remove-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fpostcss-remove-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fpostcss-remove-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fpostcss-remove-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matype","download_url":"https://codeload.github.com/matype/postcss-remove-base/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239550230,"owners_count":19657541,"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-11T00:35:48.487Z","updated_at":"2025-11-08T10:30:27.998Z","avatar_url":"https://github.com/matype.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# postcss-remove-base [![Build Status](https://travis-ci.org/morishitter/postcss-remove-base.svg)](https://travis-ci.org/morishitter/postcss-remove-base)\n\nRemove rules that have `@base` annotation\n\n## Install\n\n```shell\n$ npm install postcss-remove-base\n```\n\n## Example\n\n```js\nvar fs = require('fs')\nvar postcss = require('postcss')\nvar removeBase = require('postcss-remove-base')\n\nvar css = fs.readFileSync('input.css', 'utf-8')\n\nvar output = postcss(css)\n  .use(removeBase())\n  .process(css)\n  .css\n```\n\nUsing this `input.css`:\n\n```css\n.base {\n  /*\n   * @base\n   */\n  color: red;\n}\n\n.class {\n  padding: 10px;\n}\n```\n\nYou will get:\n\n```css\n.class {\n  padding: 10px;\n}\n```\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 Masaaki Morishita\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fpostcss-remove-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatype%2Fpostcss-remove-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fpostcss-remove-base/lists"}