JustMy.scss

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


Keywords
scss, css, framework, library, sass, sass-framework, scss-framework
License
MIT
Install
npm install JustMy.scss@1.0.0

Documentation

JustMy.scss

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:

<script src="https://unpkg.com/JustMy.scss/dist/justmy.min.css"></script>

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. JustMy.scss is free to use on whatever and may be redistributed under the terms specified in the license.