{"id":13710131,"url":"https://github.com/viur-framework/viur-ignite","last_synced_at":"2026-04-04T06:36:16.611Z","repository":{"id":44455796,"uuid":"98175372","full_name":"viur-framework/viur-ignite","owner":"viur-framework","description":"A sizzling PostCSS boilerplate","archived":false,"fork":false,"pushed_at":"2024-10-24T14:22:30.000Z","size":7038,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-09-29T15:47:22.947Z","etag":null,"topics":["css","css-framework","css-modules","css3","framework-css","npm","npm-package","postcss","postcss-boilerplate","viur"],"latest_commit_sha":null,"homepage":"https://ignite.viur.dev","language":"CSS","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/viur-framework.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-07-24T09:47:54.000Z","updated_at":"2025-06-01T11:29:01.000Z","dependencies_parsed_at":"2024-01-29T17:18:02.690Z","dependency_job_id":"20897cd2-1a17-4307-b344-a7a0bdef2744","html_url":"https://github.com/viur-framework/viur-ignite","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/viur-framework/viur-ignite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viur-framework%2Fviur-ignite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viur-framework%2Fviur-ignite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viur-framework%2Fviur-ignite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viur-framework%2Fviur-ignite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viur-framework","download_url":"https://codeload.github.com/viur-framework/viur-ignite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viur-framework%2Fviur-ignite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278740860,"owners_count":26037484,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":["css","css-framework","css-modules","css3","framework-css","npm","npm-package","postcss","postcss-boilerplate","viur"],"created_at":"2024-08-02T23:00:52.199Z","updated_at":"2025-10-07T08:16:52.051Z","avatar_url":"https://github.com/viur-framework.png","language":"CSS","funding_links":[],"categories":["Official ViUR Resources"],"sub_categories":["Further Repositories"],"readme":"[![NPM Version](https://img.shields.io/npm/v/%40viur%2Fignite)](https://www.npmjs.com/package/@viur/ignite) [![License: MIT](https://img.shields.io/npm/l/@viur/ignite)](https://raw.githubusercontent.com/viur-ignite/ignite/master/LICENSE)\n\n\n# Ignite\n\u003e ViUR Ignite is a sizzling PostCSS boilerplate  \n\nOur goal is to create a boilerplate that is sturdy and scalable \nyet lightweight and adaptable to our different customer projects.\nOur approach to CSS is influenced by many modern CSS principles: object oriented, functional and structured.\nIt uses the power of PostCSS. \n\nFor a detailed introduction and examples have a look at [ignite.viur.dev](https://ignite.viur.dev).\n\n## What is this framework for?\n* Ignite is a development toolkit for sturdy HTML and CSS\n* It is a lightweight collection of helpful CSS \n* It is responsive and adaptable\n* It is built with PostCSS\n* It is a solid foundation for [Shoelace](https://github.com/viur-framework/vi-shoelace) and [VUEJS](https://github.com/viur-framework/vi-vue-components)\n\n## Foundation\n* _basic.css_ – styling of all application basics (body, fonts, headlines, lists etc.).\n* _color.css_ – is a collection of color tables.\n* _config.css_ – stores all default variables and constants.\n* _mediaqueries.css_ – is a really simple solution for media queries.\n* _reset.css_ – resets all browsers to the same base state.\n\n## Themes\n* _dark.css_ - is a starting point for a dark theme\n* _light.css_ - is a starting point for a light theme\n\n## Utilities\n* _shoelace.css_ – the ignite shoelace adapter (ISA)\n* _utilities.css_ – useful helpers\n\n---\n\n## Usage\n\n**NPM**\n\nUse NPM to install Ignite: \n```bash\nnpm install @viur/ignite \n```\n\nPlease use [postcss-import](https://www.npmjs.com/package/postcss-import) with your PostCSS pipeline.\nThis way you are able to get rid of ugly `../node_modules/@viur/ignite/ignite.css` imports:\n\n```postcss\n@import url('@viur/ignite/ignite.css');\n```\n\n**Submodule**\n\nYou can add Ignite as submodule to your project as well:\n```bash\ngit submodule add git@github.com:viur-framework/ignite.git\n```\nor\n```bash\ngit submodule add https://github.com/viur-framework/ignite.git\n```\nNow you can import Ignite in your projects style.css\n```postcss\n@import url('ignite/ignite.css');\n```\n\n**Builds**\n\nPreprocessed versions of Ignite can be found in `dist` folder:\n\nBundled: \n```postcss\n@import url('@viur/ignite/dist/ignite.css');\n```\n \nMinified:\n```postcss\n@import url('@viur/ignite/dist/ignite.min.css');\n```\n\n---\n\n## Contribution guidelines\n* Available for use under the MIT license\n\n---\n\n## Who do I talk to?\n* [@phneutral](https://github.com/phneutral)\n* [@sveneberth](https://github.com/sveneberth)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviur-framework%2Fviur-ignite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviur-framework%2Fviur-ignite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviur-framework%2Fviur-ignite/lists"}