Home › Forums › CSS › Vendor prefixes, Compass and Codekit [Need help] › Re: Vendor prefixes, Compass and Codekit [Need help]
May 7, 2013 at 4:21 pm
#134383
Participant
With includes you need to give the value as parameter, like `@include transition(background 5s ease);`, not the usual css colon syntax like you seem to have now.