Skip to:
Content

BuddyPress.org

Changeset 10807 for trunk/package.json


Ignore:
Timestamp:
05/25/2016 04:38:11 PM (10 years ago)
Author:
dcavins
Message:

RTL CSS generation: Move from CSSJanus to RTLCSS.

Moving to the grunt tool RTLCSS for right-to-left
CSS generation keeps us in step with WordPress.
RTLCSS also natively handles more properties than
CSSJanus.

See #7007.

Props netweb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r10704 r10807  
    1515    "grunt-contrib-uglify": "~0.10.1",
    1616    "grunt-contrib-watch": "~1.0.0",
    17     "grunt-cssjanus": "~0.2.4",
    1817    "grunt-exec": "~0.4.6",
    1918    "grunt-check-dependencies": "~0.12.0",
     
    2120    "grunt-legacy-util": "^0.2.0",
    2221    "grunt-patch-wordpress": "~0.3.0",
     22    "grunt-rtlcss": "~2.0.1",
    2323    "grunt-sass": "~1.1.0",
    2424    "grunt-scss-lint": "~0.3.8",
Note: See TracChangeset for help on using the changeset viewer.