Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kjbrum/justmy.scss

Another stupid SCSS framework, but it's just mine.
https://github.com/kjbrum/justmy.scss

css framework library sass sass-framework scss scss-framework

Last synced: 2 days ago
JSON representation

Another stupid SCSS framework, but it's just mine.

Awesome Lists containing this project

README

        

# ![JustMy.scss](https://raw.githubusercontent.com/kjbrum/justmy.scss/master/media/justmy.png)

> Another stupid SCSS framework, but it's just mine.

## Documentation

http://kylebrumm.com/justmy.scss/

## Install

__Bower:__

```
$ bower install JustMy.scss
```

__npm:__

```
$ npm install JustMy.scss
```

__CDN:__

```

```

## Features/Structure

```
|-- base
| |-- _base.scss
| |-- _forms.scss
| |-- _grid.scss
| |-- _lists.scss
| |-- _media.scss
| |-- _tables.scss
| `-- _typography.scss
|-- components
| |-- _blocks.scss
| |-- _buttons.scss
| |-- _footer.scss
| |-- _header.scss
| `-- _sections.scss
`-- helpers
|-- _functions.scss
|-- _mixins.scss
|-- _reset.scss
|-- _utility.scss
`-- _variables.scss
```

## License

Copyright © [Kyle Brumm](http://kylebrumm.com). JustMy.scss is free to use on whatever and may be redistributed under the terms specified in the [license](LICENSE.md).