aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/adjustCSS.js
Commit message (Collapse)AuthorAgeFilesLines
* CSS: Skip the px-appending logic for animations of non-element propsMichał Gołębiowski-Owczarek2018-04-301-1/+2
| | | | | | | Without this change animating properties from jQuery.cssNumber on non-elements throws an error. Ref gh-4055 Closes gh-4061
* CSS: Avoid unit-conversion interference from CSS upper boundsRichard Gibson2017-08-281-17/+19
| | | | Fixes gh-2144 Closes gh-3745
* Build: ESLint detailsOleg Gaidarenko2016-06-111-2/+6
| | | | | | Use eslint pragmas, fix new errors, etc Closes gh-3148
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
| | | | Fixes gh-3073
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-3/+7
| | | | Fixes gh-2056
* CSS: Support relative adjustment in any applicable unitMr212015-03-091-0/+61
Fixes gh-1711 Closes gh-2011