- fix
!importantpreservation for all mixins [kizu]
- add 'replace-text' mixin to nib/text index.styl
- revert "Remove obsolete FlexBox vendor-prefixes" [caseywebdev]
- add prefixing of
transform[kizu] - add text-overflow vendor
- add overflow-scrolling vendor
- add
image(path, [w], [h])mixing
- add support for
linear-gradient(stops...). Closes #110 - replace hide-text() w/ text-indent: 100% method
- Added perspective-origin property
- Added tab-size property
- Updated stylus dependency, fixes #89
- Update opacity to clear issue with IE rendering value of 100 (to override previous semi-opaque state) and support IE5-8 in all the different varieties of life (http://www.quirksmode.org/css/opacity.html)
- Deprecated a couple EOL moz prefixes, removed -o-background-size
- Remove duplicate imports and defines (fixes #81)
- Refactored background-clip, added background-origin.
- Preserving importance for opacity
- There is a moz-box-flex-group actually [kizu]
- There were no importance for overflow [kizu]
- Appearance is only webkit/moz now [kizu]
- Still no hyphens in Opera [kizu]
- There would be animations in IE10 and probably (there were an experimental build of it) in Opera 12) [kizu]
- Updated fexbox prefixes (flex-group is only in webkit, no ordinal-group in Opera) [kizu]
- 3D transforms now in IE10 and in Fx, but still not in Opera [kizu]
- There would be transitions in IE10 [kizu]
- Fixed the background-clip prefixes: it have different syntax for old webkit and moz, also it have only webkit for text [kizu]
- Added column-span and column-fill [kizu]
- Correct prefixes for column-clip, moved it in place with other column- props [kizu]
- There would be -ms-user-select in IE10 [kizu]
- Added
box-ordinal-groupsupport [panosru] - Added
transform-originsupport [panosru] - Added
perspectivesupport - Added
transform-stylesupport - Added
display: boxvendor support - Removed buttons
- Changed: use mocha for test runner
- Remove
<font>from theglobal-reset()helper [TooTallNate]
- Added vendor
appearanceproperty - Updated
replace() - Fixed tests
- Added support for o and ms prefixes to text-overflow helper [Ian Storm]
- Added "overflow: ellipsis" support [Ian Storm]
- Added
color-imagestylus function [guillermo]
- Added
boxstyle mixin [podviaznikov] - Added
box-flex-groupto vendor.styl [podviaznikov] - Added
box-directionsupport [podviaznikov] - Added
backface-visibility[podviaznikov] - Added
columnssupport [podviaznikov] - Added animations into vendor [podviaznikov]
- Lowered text-indent to a moderate -99999em, since my browser (Chromium 13.0.767.1 on Linux amd64) won't hide text if text-indent is below -6990506em.
- Added config.styl
- Added linear gradients for Opera, IE10 and WebKit (non-legacy)
- Moved
no-wrapback to vendor.styl
- Added moz to
transition(). Closes #4 - Refactored reset
- Added
has-canvasglobal - Added
clearfix()[Isaac Johnston] - Added
relative() - Fixed; ignore size unit for
linear-gradient()when node-canvas is not available
.include(nib.path)within the plugin
- Removed display inline
- Fixed no-wrap backwards assignment
- Fixed
no-wrap, now a literal ofnowrap
- Initial release