1.0.2 • Published 6 years ago

friendly-atoms v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Build Status

Documentation

Find a bug?

Submit it in the issues

License

Licensed under the MIT License by Sky Davis

FriendlyAtoms Next Up

  • Navigation
  • List UL
  • Card Groups
  • Tabs
  • Grid Update

FriendlyAtoms Refactor List

  • For buttons add scss map ie:
@each $color in $theme-colors {
.btn-#{$color} {
background-color: map-get($theme-colors, #{$color}) !important;
}
  • Refactor gradients.scss into a mixin