Update `grunt-rtlcss` to 1.6.0.
Changes: * https://github.com/MohammadYounes/grunt-rtlcss/compare/1.5.1...1.6.0 * https://github.com/MohammadYounes/rtlcss/compare/1.5.1...1.6.1 see #31332. Built from https://develop.svn.wordpress.org/trunk@31802 git-svn-id: http://core.svn.wordpress.org/trunk@31784 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
51548f5e9d
commit
9a73d487ee
|
@ -6,7 +6,7 @@ Press This TinyMCE editor styles :)
|
||||||
/**
|
/**
|
||||||
* Links
|
* Links
|
||||||
*/
|
*/
|
||||||
@import url("//fonts.googleapis.com.css?family=Open+Sans:400italic,700italic,400,600,700");
|
@import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,600,700");
|
||||||
a {
|
a {
|
||||||
color: #0074a2;
|
color: #0074a2;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.2-beta1-31801';
|
$wp_version = '4.2-beta1-31802';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue