[wp-trac] [WordPress Trac] #31343: Update grunt-sass to 0.18.0
WordPress Trac
noreply at wordpress.org
Mon Feb 16 10:15:29 UTC 2015
#31343: Update grunt-sass to 0.18.0
------------------------------+-----------------------
Reporter: netweb | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 4.2
Component: Build/Test Tools | Version:
Severity: normal | Keywords: has-patch
Focuses: |
------------------------------+-----------------------
Upstream changes:
* grunt-sass: https://github.com/sindresorhus/grunt-
sass/compare/v0.16.0...v0.18.0
* node-sass: https://github.com/sass/node-sass/compare/v1.0.3...v2.0.0
* Node v2.0: Release notes: https://github.com/sass/node-
sass/releases/tag/v2.0.0
* libsass v3.1: Release notes
https://github.com/sass/libsass/releases/tag/3.1.0
* node.js v0.12 (stable) support (while keeping the v0.10 compatibility)
* NodeJS v0.12 (stable) released 6th Feb 2015
http://blog.nodejs.org/2015/02/06/node-v0-12-0-stable/
----
With the changes in `_admin.scss` in the included patch there is no
difference to any file in `/build` folder after running `grunt build` or
`grunt precommit`.
The addition of the leading zero is due to the upstream issue in
[https://github.com/sass/libsass/issues/623 libsass/issues/623], this is
fixed as part of libsass v3.1.
Without the changes all the `colors.css` files (MP6) result in changes for
each e.g:
{{{
#!diff
--- build/wp-admin/css/colors/sunrise/colors.css
+++ build/wp-admin/css/colors/sunrise/colors.css
@@ -218,19 +218,19 @@ ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.curre
#wpadminbar #adminbarsearch .adminbar-input::-webkit-input-placeholder {
color: #fff;
- opacity: .7; }
+ opacity: 0.7; }
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/31343>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list