{"id":13716543,"url":"https://github.com/caramelcss/caramel","last_synced_at":"2025-12-12T04:38:20.216Z","repository":{"id":21313801,"uuid":"24630366","full_name":"caramelcss/caramel","owner":"caramelcss","description":"a simple to use, easy to remember css framework","archived":false,"fork":false,"pushed_at":"2017-07-22T03:52:35.000Z","size":4350,"stargazers_count":128,"open_issues_count":5,"forks_count":10,"subscribers_count":10,"default_branch":"v2","last_synced_at":"2025-04-24T05:02:03.755Z","etag":null,"topics":["caramel","css","framework","js","web"],"latest_commit_sha":null,"homepage":"http://caramel.kurisubrooks.com","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caramelcss.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":"2014-09-30T08:24:59.000Z","updated_at":"2024-11-25T23:22:07.000Z","dependencies_parsed_at":"2022-07-15T23:46:06.759Z","dependency_job_id":null,"html_url":"https://github.com/caramelcss/caramel","commit_stats":null,"previous_names":["kurisubrooks/caramel"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caramelcss%2Fcaramel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caramelcss%2Fcaramel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caramelcss%2Fcaramel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caramelcss%2Fcaramel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caramelcss","download_url":"https://codeload.github.com/caramelcss/caramel/tar.gz/refs/heads/v2","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252429932,"owners_count":21746571,"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":["caramel","css","framework","js","web"],"created_at":"2024-08-03T00:01:11.622Z","updated_at":"2025-10-22T19:59:51.710Z","avatar_url":"https://github.com/caramelcss.png","language":"CSS","readme":"# [![Caramel](dist/assets/header2.png)](https://kurisubrooks.com/caramel)\n\n[![Join us on Discord](https://discordapp.com/api/guilds/292970618834649088/embed.png)](https://discord.gg/jD5V5EH)\n\n\u003e Caramel is a simple, modern, responsive website framework. Caramel is fully responsive, meaning you only need to write code once, to have the same results across multiple platforms. Created by [kurisubrooks](https://kurisubrooks.com), Caramel is being developed with help from the open-source community on GitHub.\n\n## Getting Started\n- [Download the latest Release](https://github.com/caramelcss/caramel/releases)\n- [Download the latest Development Build](https://github.com/caramelcss/caramel/archive/master.zip)\n- Clone the repo: ```git clone https://github.com/caramelcss/caramel.git```\n\n#### Quick Start\nJump right into Caramel by using the following HTML5 Boilerplate.\n\n```html\n\u003c!doctype html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n    \u003ctitle\u003eCaramel\u003c/title\u003e\n    \u003cmeta charset=\"utf-8\"\u003e\n    \u003cmeta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\n    \u003clink href=\"./caramel.min.css\" rel=\"stylesheet\"\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n\n    \u003cmain\u003e\n        \u003ch1\u003eWelcome to Caramel!\u003c/h1\u003e\n        \u003cp\u003eYour code goes down here!\u003c/p\u003e\n    \u003c/main\u003e\n\n    \u003cscript src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.0/jquery.min.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"./caramel.min.js\"\u003e\u003c/script\u003e\n\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n## What's included?\nOur [public releases](https://github.com/caramelcss/caramel/releases) only contain the files that are necessary for front-end development. If you'd like to develop for, or modify Caramel, we'd recommend downloading the [Development Build](https://github.com/caramelcss/caramel/archive/master.zip), which includes our build tool, and the sass source files.\n\n```\ncaramel/\n├── showcase.html\n│\n├── css/\n│   ├── caramel.css\n│   └── caramel.min.css\n│\n└── js/\n    ├── caramel.js\n    └── caramel.min.js\n```\n\n## Documentation\nHead on over to our [website](https://kurisubrooks.com/caramel), and view the Showcase. All code usage and examples are listed right there on the page! If you want to see the exact syntax we use to show you the content on the page, simply right click on the page and view source (depending on whether your browser supports this feature).\n\nStill stuck or need further help? Tweet [@kurisubrooks](https://twitter.com/kurisubrooks), and he'll try to answer any questions you may have.\n\n## Compiling\nWe've included an easy and hassle free way for you to compile Caramel. We've included our own Gulp build tool, that you can use to compile Caramel.\n\n#### Required:\nOur compiler runs on [Node.js](https://nodejs.org/), so before you can continue, please ensure that you have it installed.\nOnce you have Node installed, you'll need [Gulp](http://gulpjs.com/). If you already have both Node and Gulp installed, skip these steps, otherwise install [Node.js](https://nodejs.org/) from their website, then run the following command to install Gulp:\n```\nnpm install gulp --global\n```\n**Note: You may need to run this command with sudo on macOS**\n\n#### Install:\nTo get the latest version of Caramel and to install the build tools, run the following set of commands:\n```\ngit clone https://github.com/caramelcss/caramel.git\ncd ./caramel\nnpm install\n```\n\n#### Usage:\nTo run the build tool, run the following command:\n```\ngulp\n```\n\nAfter the build is complete, the output `caramel.css`, `caramel.min.css` and `caramel.min.js` files can be found in your `./dist/css` and `./dist/js` folders respectively.\n\n## Compatibility\nCaramel has been designed for any browser that supports [CSS3](https://html5test.com/). Caramel has been tested, and is recommended for use on:\n\nChrome | Firefox | Safari | Opera | Edge | IE\n:----: | :-----: | :----: | :---: | :--: | :-:\n  21+  |   28+   |   7+   | 12.1+ |  20+ | 10, 11\n","funding_links":[],"categories":["Frameworks / Resources"],"sub_categories":["C"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaramelcss%2Fcaramel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaramelcss%2Fcaramel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaramelcss%2Fcaramel/lists"}