close
The Wayback Machine - https://web.archive.org/web/20200917032356/https://github.com/kjbrum/justmy.scss
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.

You can’t perform that action at this time.