10up / generator-wp-make

A Yeoman generator for making WordPress things
184 stars 42 forks source link

Autoprefixer 6, Grunt PostCSS 0.6.0 #42

Closed jonathantneal closed 9 years ago

jonathantneal commented 9 years ago

Adds PostCSS 5.0 API. Adds custom syntaxes support. Adds image-set support (by 一丝). Adds mask-border support (by 一丝). Adds filter() function support (by Vincent De Oliveira). Adds backdrop-filter support (by Vincent De Oliveira). Adds element() support (by Vincent De Oliveira). Adds CSS Regions support. Adds Scroll Snap Points support. Adds writing-mode support. Adds ::backdrop support. Adds cross-fade() support. Adds other break- properties support. Adds Microsoft Edge support (by Andrey Polischuk). Adds not keyword and exclude browsers by query. Adds version ranges IE 6-9 (by Ben Briggs). Fixs filter in transition support on Safari. Fixs url() parsing. Fixs pixelated cleaning. Removes safe option. Use separated Safe parser from PostCSS. Removes Opera 12.1 from default query. Updated autoprefixer-core merged into autoprefixer