{"id":18447635,"url":"https://github.com/superfly-css/superfly-css","last_synced_at":"2026-05-02T03:07:11.674Z","repository":{"id":144054632,"uuid":"43758767","full_name":"superfly-css/superfly-css","owner":"superfly-css","description":"CSS components, utilities, their foundation, and corresponding structural and build methodology","archived":false,"fork":false,"pushed_at":"2017-06-06T16:49:45.000Z","size":16,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T20:04:30.566Z","etag":null,"topics":["consistency","css-components","css-modules","gulp","methodology"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/superfly-css.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-10-06T15:13:47.000Z","updated_at":"2017-04-04T06:34:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"93e998c0-d16f-4f82-805d-bbb7074ce381","html_url":"https://github.com/superfly-css/superfly-css","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/superfly-css/superfly-css","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superfly-css%2Fsuperfly-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superfly-css%2Fsuperfly-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superfly-css%2Fsuperfly-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superfly-css%2Fsuperfly-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superfly-css","download_url":"https://codeload.github.com/superfly-css/superfly-css/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superfly-css%2Fsuperfly-css/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32521115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["consistency","css-components","css-modules","gulp","methodology"],"created_at":"2024-11-06T07:13:59.183Z","updated_at":"2026-05-02T03:07:11.637Z","avatar_url":"https://github.com/superfly-css.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deprecated\n\nAll modules are being moved to [superflycss](https://github.com/superflycss/) and will be published under the `@superflycss` organization on NPM.\n\n# superfly-css\n\nModularized, [composable](https://en.wikipedia.org/wiki/Composability#System_Design), and responsive CSS variables, components, utilities, typography, their foundation, and corresponding structural, build, and test methodology designed to be forward compatible with [custom elements / web components](https://developers.google.com/web/fundamentals/getting-started/primers/customelements).\n\n## Objectives\n\nThe aim of [superfly-css](https://github.com/superfly-css/superfly-css) is to maximize designer and developer productivity, cross eco system utilization, and to minimize maintenance effort by providing:\n- [SUPERFLY CSS Component and Utility Naming Conventions](https://github.com/superfly-css/superfly-css/blob/master/naming-conventions.md) that provide predictability, clarity, transparency, simplicity, and consistency to the CSS markup and the corresponding end result.  \n- A la carte flexibility.  Use only the parts that you want to use.\n- A robust CSS foundation / base\n- Small focused CSS modules that are easily customizable, adhere to a [Module philosophy](https://github.com/substack/browserify-handbook#module-philosophy), and are free of [side effects](https://philipwalton.com/articles/side-effects-in-css/) and [naming collisions](https://philipwalton.com/articles/side-effects-in-css/) \n- Dependency management for CSS modules and build tools\n- Test cases clearly illustrating how to utilize the css module features and how to got about customization\n- The ability to incorporate future CSS specification features, such as variables, now using [PostCSS](https://github.com/postcss/postcss).\n- Naming and structural conventions for CSS elements, components, utilities, and repositories\n- End to end Gulp based build pipeline examples\n- Well documented and tested code that incorporates design rationale\n- A standardized [project layout](https://github.com/superfly-css/superfly-css-pli) for all project repositories\n- [Gulp](http://gulpjs.com) tasks providing workflow automation\n\n## Installation\n\n### CSS Modules\n\nThe **superfly-css** css modules can be installed via NPM.  For example install the color module as a `dev` dependency by running:\n\n```console\nnpm install --save-dev superfly-css-variables-colors\n```  \n\n### Gulp Build Tasks\n\nThe **superfly-css** [Gulp](http://gulpjs.com) tasks can be installed via NPM.  To install the [`superfly-css-task-test`](https://github.com/superfly-css/superfly-css-task-test) gulp task as a development dependency run:\n```console\nnpm install --save-dev superfly-css-task-test\n```\n\n## Usage\n\n### CSS Modules\n\nImport the module using `@import \u003cmodule_name\u003e`.  For example:\n```css\n@import superfly-css-variables-colors;\n```\n\nThen customize by overriding CSS variables and/or extending the CSS.  Once your CSS file is complete, build by setting up your `gulpfile.js` and running:\n\n```console\ngulp build:css\n```  \n\n### Build Tasks\n\nOnce the task is NPM installed require it in the `gulpfile.js` file like this:\n`require(\u003cname_of_task\u003e)`\n\nFor example:\n```js\nrequire('superfly-css-task-build');\n```\n\nYour css can now be built by running:\n```console\ngulp build:css\n```\n\n### Foundation\n\nAll superfly-css modules assume the utilization of the [superfly-css-foundation](https://github.com/superfly-css/superfly-css-foundation) module in order to keep code [DRY](https://en.wikipedia.org/wiki/Don't_repeat_yourself).  Thus in order to guarantee consistent results always include the [superfly-css-foundation](https://github.com/superfly-css/superfly-css-foundation) module import first.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperfly-css%2Fsuperfly-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperfly-css%2Fsuperfly-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperfly-css%2Fsuperfly-css/lists"}