Skip to content

Commit

Permalink
Browser Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
HimasRafeek authored Nov 18, 2019
1 parent a1a5cb0 commit 3a03f15
Showing 1 changed file with 23 additions and 34 deletions.
57 changes: 23 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
</p>

<h3 align="center">Butter Cake</h3>
<p align="center">
v3.0.0
</p>

<p align="center">v3.0.0</p>

<p align="center">
A Modern Lightweight Front End CSS framework for faster and easier web development.
Expand All @@ -23,86 +20,78 @@ v3.0.0
<a href="https://getbuttercake.com/examples">Examples</a>
</p>


## Status
# Status

[![Awesome Css](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

[![](https://data.jsdelivr.com/v1/package/gh/himasrafeek/butterCake/badge)](https://www.jsdelivr.com/package/gh/himasrafeek/butterCake)
[![Jsdeliver](https://data.jsdelivr.com/v1/package/gh/himasrafeek/butterCake/badge)](https://www.jsdelivr.com/package/gh/himasrafeek/butterCake)
![GitHub](https://img.shields.io/github/license/himasrafeek/butterCake.svg)
[![Releases](https://img.shields.io/github/release/himasrafeek/butterCake.svg)](#releases)
[![Website](https://img.shields.io/website/https/getbuttercake.com.svg)](#website)
![GitHub issues](https://img.shields.io/github/issues-raw/himasrafeek/butterCake.svg)

Build responsive, mobile-first projects on the web with Butter Cake.

Build responsive, mobile-first projects on the web with Butter Cake.

Butter Cake is an open source and lightweight modular toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass(SCSS) variables and mixins, responsive grid system, extensive prebuilt components.


Butter Cake is an open source and lightweight modular toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass(SCSS) variables and mixins, responsive grid system, extensive prebuilt components.

## ***Get Started***

#### NPM
```
### NPM

```html
npm i buttercake
```

#### CSS (jsdelivr)
### CSS (jsdelivr)

```html
<!-- BUTTER CAKE CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/buttercake@3.0.0/dist/css/butterCake.min.css">
```

#### JS (jsdelivr)
### JS (jsdelivr)

```html
<!-- BUTTER CAKE JS -->
<script src="https://cdn.jsdelivr.net/npm/buttercake@3.0.0/dist/js/butterCake.min.js"></script>
```



### ***Butter Cake is constantly in development! Try it out now.***


## Documentation
## Documentation

Checkout the official website for the Documentation. [https://getbuttercake.com](https://getbuttercake.com/?ref=readme)

## Why You should use - Butter Cake

## Why You should use - Butter Cake

- ✈️ light weight 59kb (css) &amp; 4kb (js)
- 🗃 Modular Components
- 🏠 Simple Structure
- 📜 Built Using Sass(SCSS)
- 📲 Responsive
- ✈️ light weight 59kb (css) &amp; 4kb (js)
- 🗃 Modular Components
- 🏠 Simple Structure
- 📜 Built Using Sass(SCSS)
- 📲 Responsive

> ***No need to setup development environment with Gulp etc... because Butter Cake uses [Prepros (FREE APP)](https://prepros.io/?ref=getbuttercake.com) to compile SASS(SCSS).***
#### Can start a new project within seconds 😻!!
> No need to setup development environment with Gulp etc... because Butter Cake uses [Prepros (FREE APP)](https://prepros.io/?ref=getbuttercake.com) to compile SASS(SCSS).
### Can start a new project within seconds 😻

## 🌐 Browser Support

Butter Cake uses [autoprefixer](https://github.com/postcss/autoprefixer) to make (most) Flexbox features compatible with earlier browser versions. According to Can I use, Butter Cake is compatible with recent versions of:

<img src="https://raw.githubusercontent.com/finnhvman/matter/master/docs/browsers.png" alt="Chrome, Firefox, Safari, Edge, Samsung Internet" width="520"><br/>


- Chrome
- Firefox
- Safari
- Edge
- Samsung Browser
- Opera

## Support the developement

## Support the developement
<a href="https://www.patreon.com/bePatron?u=3868721"><img src="https://camo.githubusercontent.com/c11c9bdf1f6c2a1d80afb11859984a61f0fadfa6/68747470733a2f2f63352e70617472656f6e2e636f6d2f65787465726e616c2f6c6f676f2f6265636f6d655f615f706174726f6e5f627574746f6e4032782e706e67" width="200px"></a>

<a href="http://bit.ly/2qwDHFX"><img src="https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg" width="200px"></a>

## Copyright and license

## Copyright and license
Code copyright 2018 - 2019 Himas Rafeek. Code released under the [MIT license](https://github.com/HimasRafeek/butterCake/blob/master/LICENSE).

0 comments on commit 3a03f15

Please sign in to comment.