Rebuilding varia.
This commit is contained in:
parent
516f55b060
commit
834fd9a90b
5 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "varia",
|
||||
"version": "1.5.10",
|
||||
"version": "1.5.11",
|
||||
"description": "A variable-based design system for WordPress sites built with Gutenberg.",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Automattic/themes/issues?q=is%3Aopen+is%3Aissue+label%3Avaria"
|
||||
|
|
|
@ -388,7 +388,7 @@ object {
|
|||
}
|
||||
|
||||
.wp-block-a8c-blog-posts .more-link:after {
|
||||
content: "\02192" /*rtl:"\02190"*/;
|
||||
content: "→" /*rtl:"←"*/;
|
||||
display: inline-block;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: A variable-based design system for WordPress sites built with Gutenberg.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.5.10
|
||||
Version: 1.5.11
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Text Domain: varia
|
||||
|
@ -3185,7 +3185,7 @@ body:not(.fse-enabled) .footer-menu a {
|
|||
}
|
||||
|
||||
.entry-content .more-link:after {
|
||||
content: "\02192";
|
||||
content: "←";
|
||||
display: inline-block;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: A variable-based design system for WordPress sites built with Gutenberg.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.5.10
|
||||
Version: 1.5.11
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Text Domain: varia
|
||||
|
@ -3204,7 +3204,7 @@ body:not(.fse-enabled) .footer-menu a {
|
|||
}
|
||||
|
||||
.entry-content .more-link:after {
|
||||
content: "\02192" /*rtl:"\02190"*/;
|
||||
content: "→" /*rtl:"←"*/;
|
||||
display: inline-block;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: A variable-based design system for WordPress sites built with Gutenberg.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.5.10
|
||||
Version: 1.5.11
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Text Domain: varia
|
||||
|
|
Loading…
Reference in a new issue