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.
- Host: GitHub
- URL: https://github.com/snack-ui/snack
- Owner: snack-ui
- License: mit
- Created: 2017-02-12T15:01:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T22:07:36.000Z (over 2 years ago)
- Last Synced: 2024-11-14T06:36:22.342Z (about 1 year ago)
- Topics: css-framework, css-grid, sass, scss, snack
- Language: SCSS
- Homepage: https://snack-ui.github.io/snack/
- Size: 867 KB
- Stars: 138
- Watchers: 9
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snack
[](https://www.npmjs.com/package/snack.css)
[](https://www.npmjs.com/package/snack.css)
[](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