An open API service indexing awesome lists of open source software.

https://github.com/snack-ui/snack

🍱 A minimal CSS framework for web.
https://github.com/snack-ui/snack

css-framework css-grid sass scss snack

Last synced: 7 months ago
JSON representation

🍱 A minimal CSS framework for web.

Awesome Lists containing this project

README

          

# Snack

[![npm](https://img.shields.io/npm/v/snack.css.svg)](https://www.npmjs.com/package/snack.css)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://www.npmjs.com/package/snack.css)
[![Gitter](https://img.shields.io/gitter/room/snack/snack.svg)](https://gitter.im/snack-ui/snack)

Snack is a minimal CSS framework for web. But the main purpose of this framework is not mini size. For more reason,I hope the framework can simplified the class name which we used and provide a more generally components.

## Installation

```bash
$ npm install snack.css --save
```

## Usage

```scss
@use 'snack.css/index';
```

The @use-based Sass API is only available in the version 2.7.0 or above.

## Overview

- [Colors](https://snack-ui.github.io/snack/#colors)
- [Grids](https://snack-ui.github.io/snack/#grid)
- [Media](https://snack-ui.github.io/snack/#media)
- [Typography](https://snack-ui.github.io/snack/#typography)
- [Buttons](https://snack-ui.github.io/snack/#buttons)
- [Forms](https://snack-ui.github.io/snack/#forms)
- [Tables](https://snack-ui.github.io/snack/#tables)
- [Boxes](https://snack-ui.github.io/snack/#boxes)
- [Utilities](https://snack-ui.github.io/snack/#utilities)

## License

MIT License