Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webstronauts/isotope
🎨 The Atomic toolkit to build your own CSS framework upon.
https://github.com/webstronauts/isotope
atomic css design frontend sass
Last synced: 3 months ago
JSON representation
🎨 The Atomic toolkit to build your own CSS framework upon.
- Host: GitHub
- URL: https://github.com/webstronauts/isotope
- Owner: webstronauts
- License: mit
- Created: 2017-01-19T09:18:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T08:38:49.000Z (about 6 years ago)
- Last Synced: 2024-10-07T11:12:59.426Z (4 months ago)
- Topics: atomic, css, design, frontend, sass
- Language: CSS
- Homepage: https://npm.im/isotope
- Size: 201 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Isotope
[![Build Status](https://travis-ci.org/webstronauts/isotope.svg?branch=master)](https://travis-ci.org/webstronauts/isotope)
[![gzip size](http://img.badgesize.io/https://unpkg.com/isotope/dist/isotope.min.css?compression=gzip)](https://unpkg.com/isotope/dist/isotope.min.css)The Atomic toolkit to build your own CSS framework upon.
## How to use
### Use the CDN
The quickest and easiest way to include Isotope into your project is to add a
reference to the minified version to the head of your HTML;```html
```
### Local installation
Add the package as dependency;
```
npm install isotope --save
```## Inspiration
We're not re-inventing the wheel here. The inspiration for this toolkit comes
from a couple of other awesome projects;- http://basscss.com
- http://buildwithbeard.com
- http://tachyons.io
- https://tailwindcss.com## Author(s)
Robin van der Vleuten ([@robinvdvleuten](https://twitter.com/robinvdvleuten)) - [The Webstronauts](https://www.webstronauts.co?utm_source=github&utm_medium=readme&utm_content=isotope)
## License
MIT © [The Webstronauts](https://www.webstronauts.co?utm_source=github&utm_medium=readme&utm_content=isotope)