{"id":25636462,"url":"https://github.com/castlecss/castlecss-stickers","last_synced_at":"2025-07-01T03:07:38.023Z","repository":{"id":57194836,"uuid":"107379177","full_name":"CastleCSS/castlecss-stickers","owner":"CastleCSS","description":"Stickers for CastleCSS","archived":false,"fork":false,"pushed_at":"2017-10-19T12:34:33.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-21T10:02:32.687Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/CastleCSS.png","metadata":{"files":{"readme":"readme.md","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":"2017-10-18T08:22:01.000Z","updated_at":"2017-10-19T12:23:51.000Z","dependencies_parsed_at":"2022-09-16T05:21:39.414Z","dependency_job_id":null,"html_url":"https://github.com/CastleCSS/castlecss-stickers","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/CastleCSS/castlecss-stickers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CastleCSS%2Fcastlecss-stickers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CastleCSS%2Fcastlecss-stickers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CastleCSS%2Fcastlecss-stickers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CastleCSS%2Fcastlecss-stickers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CastleCSS","download_url":"https://codeload.github.com/CastleCSS/castlecss-stickers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CastleCSS%2Fcastlecss-stickers/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262887200,"owners_count":23379768,"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":"2025-02-23T00:47:21.129Z","updated_at":"2025-07-01T03:07:37.991Z","avatar_url":"https://github.com/CastleCSS.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CastleCSS Stickers\nThis is a subpackage for CastleCSS with example stickers to help you get started.\n\n![CastleCSS logo @CastleCss.com](https://www.doordarius.nl/castlecss-logo-250.png)\n\n## CastleCSS Framework\nQuickstart: Download the [CastleCSS Boilerplate](https://www.github.com/CastleCSS/castlecss-boilerplate). All Packages are included + examples and project setup\n\nThe sticker module is part of the [CastleCSS Meta Package](https://github.com/CastleCSS/castlecss), you need this, the [castlecss-core](https://github.com/CastleCSS/castlecss) or create your own variables files in order to make castlecss-stickers work.\n\n## Requirements\n- castlecss-core@2.6.0\n\nThe castlecss-core is automatically installed as a peerDependency too.\n\n## How to install\n- Download the [CastleCSS Boilerplate](https://www.github.com/CastleCSS/castlecss-boilerplate). All Packages are included + examples and project setup\n- Install via [NPM](https://www.npmjs.com/): ```npm install castlecss-stickers```\n- Require it in your own NPMJS package\n- Download or clone the package\n\n## Updating files\nCastleCSS is built so it's easy to update, you can just download and make it your own as long as you don't ovewrite the core files.\n\n```npm update castlecss-stickers```\n\n## Documentation and examples\nYou can find the documentation and examples at http://www.castlecss.com/stickers.html\n\n## Setup\nYour project should have a setup similair to this (included in the [CastleCSS Boilerplate](https://github.com/CastleCSS/castlecss-boilerplate)):\nWith this you make sure your own variables overwrite the castle-core variables and your setup is still updatable.\n\n```\n| Your project/\n|\n|-- scss/\n| |-- /* Custom project specific scss files here */\n| |-- Main.scss\n| |\n|-- node_modules/\n| |\n| | /*\tCastleCSS files included automatically here */\n| | castlecss-core/\n| | castlecss-stickers/\n| | castlecss-etc ;)/\n```\n\n### Main.scss\nYour main.scss should have a setup similair to this (included in the [CastleCSS Boilerplate](https://github.com/CastleCSS/castlecss-boilerplate)):\n\n```\n/*  core variable files */\n@import \"path/to/castlecss-core/sass/variables\";\n\n/*  Your own variables so they overwrite the core */\n@import \"variables\";\n\n/*  rest of core files */\n@import \"node_modules/castlecss-core/sass/main\";\n@import \"node_modules/castlecss-stickers/sass/main\";\n\n\n/*  Include your own files below this line\n    --------------------------------------\n*/\n```\n\n## Roadmap\nWe're currently working hard on making the CastleCSS expansions and improvements. CastleCSS is made to serve as lightweight basis for tailor made software but we do want to give you the option to install a few modules to make your life easier.\n\nPlease see the [ROADMAP.MD from the CastleCSS Meta Package](https://github.com/CastleCSS/castlecss/blob/master/ROADMAP.md) for our current plans for the future.\n\n## Contributing\nWant to contribute? We'd love your help, please take a look at the roadmap or submit new suggestions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcastlecss%2Fcastlecss-stickers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcastlecss%2Fcastlecss-stickers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcastlecss%2Fcastlecss-stickers/lists"}