Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caramelcss/caramel
a simple to use, easy to remember css framework
https://github.com/caramelcss/caramel
caramel css framework js web
Last synced: 3 months ago
JSON representation
a simple to use, easy to remember css framework
- Host: GitHub
- URL: https://github.com/caramelcss/caramel
- Owner: caramelcss
- License: gpl-3.0
- Created: 2014-09-30T08:24:59.000Z (over 10 years ago)
- Default Branch: v2
- Last Pushed: 2017-07-22T03:52:35.000Z (over 7 years ago)
- Last Synced: 2024-04-15T07:40:55.294Z (10 months ago)
- Topics: caramel, css, framework, js, web
- Language: CSS
- Homepage: http://caramel.kurisubrooks.com
- Size: 4.15 MB
- Stars: 128
- Watchers: 11
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-CSS-Resources - Caramel.CSS:
README
# [![Caramel](dist/assets/header2.png)](https://kurisubrooks.com/caramel)
[![Join us on Discord](https://discordapp.com/api/guilds/292970618834649088/embed.png)](https://discord.gg/jD5V5EH)
> 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.
## Getting Started
- [Download the latest Release](https://github.com/caramelcss/caramel/releases)
- [Download the latest Development Build](https://github.com/caramelcss/caramel/archive/master.zip)
- Clone the repo: ```git clone https://github.com/caramelcss/caramel.git```#### Quick Start
Jump right into Caramel by using the following HTML5 Boilerplate.```html
Caramel
Welcome to Caramel!
Your code goes down here!
```
## What's included?
Our [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.```
caramel/
├── showcase.html
│
├── css/
│ ├── caramel.css
│ └── caramel.min.css
│
└── js/
├── caramel.js
└── caramel.min.js
```## Documentation
Head 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).Still stuck or need further help? Tweet [@kurisubrooks](https://twitter.com/kurisubrooks), and he'll try to answer any questions you may have.
## Compiling
We'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.#### Required:
Our compiler runs on [Node.js](https://nodejs.org/), so before you can continue, please ensure that you have it installed.
Once 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:
```
npm install gulp --global
```
**Note: You may need to run this command with sudo on macOS**#### Install:
To get the latest version of Caramel and to install the build tools, run the following set of commands:
```
git clone https://github.com/caramelcss/caramel.git
cd ./caramel
npm install
```#### Usage:
To run the build tool, run the following command:
```
gulp
```After 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.
## Compatibility
Caramel has been designed for any browser that supports [CSS3](https://html5test.com/). Caramel has been tested, and is recommended for use on:Chrome | Firefox | Safari | Opera | Edge | IE
:----: | :-----: | :----: | :---: | :--: | :-:
21+ | 28+ | 7+ | 12.1+ | 20+ | 10, 11