{"id":16346852,"url":"https://github.com/simonsmith/gulp-suitcss","last_synced_at":"2025-09-26T09:30:35.309Z","repository":{"id":25692371,"uuid":"29128547","full_name":"simonsmith/gulp-suitcss","owner":"simonsmith","description":"SUIT CSS preprocessor via gulp","archived":false,"fork":false,"pushed_at":"2017-04-18T20:39:48.000Z","size":44,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-30T02:58:58.371Z","etag":null,"topics":["gulp","javascript","suit-css"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"vkbansal/react-contextmenu","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonsmith.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-01-12T09:38:08.000Z","updated_at":"2016-12-10T00:06:57.000Z","dependencies_parsed_at":"2022-07-10T12:16:52.625Z","dependency_job_id":null,"html_url":"https://github.com/simonsmith/gulp-suitcss","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/simonsmith%2Fgulp-suitcss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsmith%2Fgulp-suitcss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsmith%2Fgulp-suitcss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsmith%2Fgulp-suitcss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonsmith","download_url":"https://codeload.github.com/simonsmith/gulp-suitcss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234214206,"owners_count":18797369,"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":["gulp","javascript","suit-css"],"created_at":"2024-10-11T00:38:06.549Z","updated_at":"2025-09-26T09:30:30.034Z","avatar_url":"https://github.com/simonsmith.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-suitcss [![Build Status](https://travis-ci.org/simonsmith/gulp-suitcss.svg?branch=master)](https://travis-ci.org/simonsmith/gulp-suitcss) [![Build status](https://ci.appveyor.com/api/projects/status/ah0mjm381w6p0r5d?svg=true)](https://ci.appveyor.com/project/simonsmith/gulp-suitcss)\n\n\u003e Preprocess CSS with the [suitcss-preprocessor](https://github.com/suitcss/preprocessor)\n\n## Install\n\n```\n$ npm install gulp-suitcss --save-dev\n```\n\n## Usage\n\n```js\nconst gulp = require('gulp');\nconst suitcss = require('gulp-suitcss');\n\ngulp.task('default', () =\u003e\n  gulp.src('src/index.css')\n    .pipe(suitcss({\n      minify: true,\n    }))\n    .pipe(gulp.dest('build'))\n);\n```\n\n## API\n\n### suitcss([options])\n\n#### options\n\nSee the [suitcss preprocessor API](https://github.com/suitcss/preprocessor#nodejs).\n\n## Credit\n\nOriginal version by Casear Chu","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonsmith%2Fgulp-suitcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonsmith%2Fgulp-suitcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonsmith%2Fgulp-suitcss/lists"}