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

https://github.com/charlotte-ruby/common_scss


https://github.com/charlotte-ruby/common_scss

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

common mixins for scss

You can import them in your application's SCSS file:

@import "common";

Then use the mixins:

.some-class{
@include round;
}