Another stupid SCSS framework, but it's just mine.
http://kylebrumm.com/justmy.scss/
Bower:
$ bower install JustMy.scss
npm:
$ npm install JustMy.scss
CDN:
<script src="https://unpkg.com/JustMy.scss/dist/justmy.min.css"></script>
|-- 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
Copyright © Kyle Brumm. JustMy.scss is free to use on whatever and may be redistributed under the terms specified in the license.