Skip to content

Releases: gillesbertaux/andy

Andy as a cohesive unit

19 Jan 10:55
Compare
Choose a tag to compare

Andy as a cohesive unit

As discussed w/ @mknadler in #7:

  • Andy now integrates settings to become a cohesive unit
  • first parameter == $base-font-size
  • naming convention as lower-case-hyphenated
  • changed line-height w/ settings

Improvements + bug fix

08 Dec 08:26
Compare
Choose a tag to compare

Thanks @mknadler ;

  • adds -ms- prefix to @mixin scale for free IE9 support
  • adds variables to @mixin shadow
  • adds default duration and standardizes capitalization of @Mixins scaledown, scale up, fadein
  • moves functions black and white to directly under opacity
  • switches names of center-h and center-h—unk for accuracy
  • bug fix double @@ on l.263

Font improvement + More mixins

04 Dec 14:53
Compare
Choose a tag to compare

What's new?

  • text-shadow
  • div outline
  • centering
  • position
  • defining $base-font-size in #5

Fixed Media Queries

27 Nov 23:39
Compare
Choose a tag to compare

Media queries prevented from compiling. Problem has been fixed in #4.

Initial version

27 Nov 15:33
Compare
Choose a tag to compare

V1.0.1 Initial Version

  • Basic features
  • Img retina
  • Line height
  • More args for borders
  • Commented usage examples
  • Merge from @MrJacob