Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1018 Bytes

README.md

File metadata and controls

60 lines (42 loc) · 1018 Bytes

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.