## Vodka CSS

Vodka — A tiny, scalable, modular CSS framework base on BEMIT architecture

⚡ Lightweight — Core ~7kb only (min + gzip)

️️️️️🗂️ Modular & Scalable — Build for modularity and scalability

🔻 BEM & ITCSS — Structure your CSS with BEMIT

### Getting started

There are 3 ways to get started with Vodka CSS. You can either install manually, from CDN or use package managers.

### Manual Install

Download the compiled and minified [Vodka CSS file](https://github.com/dabonnestor/vodka-css/releases) (core ~7KB min + gzip).

Include `vodka.min.css` located in `/dist` folder in your website or web app.

`<link rel="stylesheet" href="vodka.min.css">`

### Install from CDN

Alternatively, you can use the [unpkg](https://unpkg.com/vodka-css/dist/vodka.min.css) CDN to load compiled Vodka CSS.

`<link rel="stylesheet" href="https://unpkg.com/vodka-css/dist/vodka.min.css">`

### Install with NPM

`$ npm install vodka-css`

### Install with Yarn

`$ yarn add vodka-css`

### Custom Build

You can compile your custom version of Vodka CSS. Read [the documentation](https://dabonnestor.github.io/vodka-css/#custom-build).

### Browser support

Vodka uses [Autoprefixer](https://github.com/postcss/autoprefixer) to make most styles compatible with earlier browsers and [Normalize.css](https://necolas.github.io/normalize.css/) for CSS resets.

Vodka is designed for modern browsers. For best compatibility, these browsers are recommended:

Chrome — Last 1 Version

Microsoft Edge — Last 1 Version

Firefox — Last 1 Version

Safari — Last 1 Version

Opera — Last 1 Version

Designed and built with 💙 by [Nestor Dabon](https://twitter.com/dabonnestor).

Feel free to submit a pull request. Help is always appreciated.
