Skip to:
Content

bbPress.org

Changeset 5994 for trunk/package.json


Ignore:
Timestamp:
04/02/2016 09:22:03 AM (9 years ago)
Author:
netweb
Message:

Build Tools: Add Autoprefixer for adding CSS vendor prefixes

This changeset adds a new Grunt task grunt postcss:core that runs Autoprefixer on CSS & SCSS files to add or remove any vendor prefixes required by browsers.

Browsers supported are the same as WordPress currently supports which are:

  • Android >= 2.1
  • Chrome >= 21
  • Edge >= 12
  • Explorer >= 7
  • Firefox >= 17
  • Opera >= 12.1
  • Safari >= 6.0.

Vendor prefixes are are also added for templates/default/css/bbpress.css as this is the only file that requires them at this time.

Fixes #2923.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r5992 r5994  
    66  "description": "Forum software with a twist from the creators of WordPress.",
    77  "devDependencies": {
     8    "autoprefixer": "~6.3.3",
    89    "grunt": "~0.4.5",
    910    "grunt-check-dependencies": "~0.12.0",
     
    1920    "grunt-legacy-util": "^0.2.0",
    2021    "grunt-patch-wordpress": "~0.3.0",
     22    "grunt-postcss": "~0.8.0",
    2123    "grunt-rtlcss": "~2.0.1",
    2224    "grunt-sass": "~1.1.0",
Note: See TracChangeset for help on using the changeset viewer.