charlotte-ruby/common_scss
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
common mixins for scss
You can import them in your application's SCSS file:
@import "common";
Then use the mixins:
.some-class{
@include round;
}