Making WordPress.org


Ignore:
Timestamp:
07/12/2016 10:17:26 PM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Use autoprefixer for vendor prefixes.

Also adds pixel fallback for older browsers that don't understand rems.
Just to be sure.

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/package.json

    r3193 r3676  
    55  "author": "wordpressdotorg",
    66  "license": "GPL-2.0",
     7  "repository": {
     8    "type": "svn",
     9    "url": "https://meta.svn.wordpress.org/sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/"
     10  },
    711  "devDependencies": {
     12    "autoprefixer": "^6.3.6",
    813    "grunt": "^1.0.1",
    914    "grunt-contrib-jshint": "^1.0.0",
    1015    "grunt-contrib-watch": "^1.0.0",
     16    "grunt-postcss": "^0.8.0",
    1117    "grunt-rtlcss": "^2.0.1",
    1218    "grunt-sass": "^1.2.0"
Note: See TracChangeset for help on using the changeset viewer.