https://github.com/charlotte-ruby/common_scss
https://github.com/charlotte-ruby/common_scss
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/charlotte-ruby/common_scss
- Owner: charlotte-ruby
- Created: 2011-11-04T22:05:49.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-04T22:11:45.000Z (over 13 years ago)
- Last Synced: 2025-03-06T12:52:37.706Z (4 months ago)
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
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;
}