Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.
/ sugar Public archive

[DEPRECATED] An easy to use mixin library that makes your projects just a little sweeter.

License

Notifications You must be signed in to change notification settings

erwstout/sugar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[DEPRECATED] Sugar!!!

An easy to use sass mixin library that makes your projects just a little sweeter.

You can copy the _sugar.scss file to your project and get going...

OR:

Install using Bower.

$ bower install more-sugar

And include in your application .scss file:

@import sugar/sugar;

##Updates

  • 02/26/16 - Adds aspect ratio mixin.
  • 02/10/16 - Adds rem calculator function.
  • 10/29/15 - Creates a bower package.
  • 9/16/15 - Added a center mixin to horizontally and vertically center elements.
  • 6/08/15 - Added column count mixin to easily add CSS3 column counts to paragraphs.
  • 6/03/15 - Added placeholder mixin for easy styling of form placeholder text.
  • 4/20/15 - Added column count mixin.
  • 4/14/15 - Added new mixin for background size. Simply use @include background-size($bgsize) to declare the background size. Does not replace @include background-cover.

##List of Current Mixins

@include background-cover
@include background-size($bgsize)
@include border-radius ($radius)
@include transition($speed)
@include box-shadow($box-shadow)
@include column-count($count)
@include placeholder{ your styles }
@include col-count($cols)
@include centerer
@include aspect-ratio($width,$height)

// functions
rem($size);

About

[DEPRECATED] An easy to use mixin library that makes your projects just a little sweeter.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages