0.1.4 • Published 5 years ago

vodka-css v0.1.4

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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 (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 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.

Browser support

Vodka uses Autoprefixer to make most styles compatible with earlier browsers and 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.

Feel free to submit a pull request. Help is always appreciated.

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

1.0.0

5 years ago