From 89ce322a24406d932dacd8fde861f039d1db4ae1 Mon Sep 17 00:00:00 2001 From: Brandon Nifong Date: Wed, 16 Nov 2022 10:11:31 -0600 Subject: [PATCH] chore(app): Change `#app` to `.root` --- plugin.php | 2 +- public/css/app.css | 2 +- resources/css/app.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.php b/plugin.php index 8dd58f5..9553428 100644 --- a/plugin.php +++ b/plugin.php @@ -4,7 +4,7 @@ * Plugin Name: GutenTweaks * Plugin URI: https://github.com/log1x/gutentweaks * Description: A plugin containing a few Gutenberg tweaks. - * Version: 1.0.6 + * Version: 1.0.7 * Author: Brandon Nifong * Author URI: https://github.com/log1x * Licence: MIT diff --git a/public/css/app.css b/public/css/app.css index 9a219d4..8a377c2 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -1 +1 @@ -@charset "UTF-8";#app ol.is-style-arrow-r,#app ol.is-style-caret-r,#app ol.is-style-check,#app ol.is-style-chevron-r,#app ol.is-style-times,#app ul.is-style-arrow-r,#app ul.is-style-caret-r,#app ul.is-style-check,#app ul.is-style-chevron-r,#app ul.is-style-times{position:relative!important;list-style-type:none!important;padding-left:0!important;margin-left:auto!important}#app ol.is-style-arrow-r ul,#app ol.is-style-caret-r ul,#app ol.is-style-check ul,#app ol.is-style-chevron-r ul,#app ol.is-style-times ul,#app ul.is-style-arrow-r ul,#app ul.is-style-caret-r ul,#app ul.is-style-check ul,#app ul.is-style-chevron-r ul,#app ul.is-style-times ul{list-style-type:none!important}#app ol.is-style-arrow-r li,#app ol.is-style-caret-r li,#app ol.is-style-check li,#app ol.is-style-chevron-r li,#app ol.is-style-times li,#app ul.is-style-arrow-r li,#app ul.is-style-caret-r li,#app ul.is-style-check li,#app ul.is-style-chevron-r li,#app ul.is-style-times li{padding-left:1.5rem;position:relative}#app ol.is-style-arrow-r li:before,#app ol.is-style-caret-r li:before,#app ol.is-style-check li:before,#app ol.is-style-chevron-r li:before,#app ol.is-style-times li:before,#app ul.is-style-arrow-r li:before,#app ul.is-style-caret-r li:before,#app ul.is-style-check li:before,#app ul.is-style-chevron-r li:before,#app ul.is-style-times li:before{position:absolute;left:0;font-family:Font Awesome\ 5 Pro,Font Awesome\ 5 Free;fill:currentColor;font-weight:900;color:var(--wp--preset--color--brand-500)}#app ol.is-style-numeric,#app ul.is-style-numeric{position:relative!important;list-style-type:none!important;padding-left:0!important;margin-left:auto!important;counter-reset:li}#app ol.is-style-numeric li,#app ul.is-style-numeric li{padding-left:1.5rem;position:relative;counter-increment:li}#app ol.is-style-numeric li:before,#app ul.is-style-numeric li:before{left:0;font-weight:700;position:absolute;color:var(--wp--preset--color--brand-500);content:counter(li) "."}#app ol.is-style-numeric li ol,#app ul.is-style-numeric li ol{padding-left:0}#app ol.is-style-numeric li ol li:before,#app ul.is-style-numeric li ol li:before{display:none}#app ol.is-style-caret-r li:before,#app ul.is-style-caret-r li:before{content:"\F0DA"}#app ol.is-style-chevron-r li:before,#app ul.is-style-chevron-r li:before{content:"\F054"}#app ol.is-style-arrow-r li:before,#app ul.is-style-arrow-r li:before{content:"\F356"}#app ol.is-style-check li:before,#app ul.is-style-check li:before{--text-opacity:1;color:#68d391;color:rgba(104,211,145,var(--text-opacity));content:"\F00C"}#app ol.is-style-times li:before,#app ul.is-style-times li:before{--text-opacity:1;color:#f56565;color:rgba(245,101,101,var(--text-opacity));content:"\F00D"}#app .alignnone{display:block;margin-left:0;margin-right:0;max-width:100%;height:auto}#app .aligncenter{display:block;margin-left:auto;margin-right:auto;text-align:center}#app .alignleft,#app .alignleft .wp-caption{float:left;margin-right:1.5rem}#app .alignright,#app .alignright .wp-caption{float:right;margin-left:1.5rem;text-align:right}#app .wp-caption{max-width:100%;text-align:center}#app .wp-caption-text{font-size:1rem;margin-left:1.5rem;margin-right:1.5rem;margin-top:.75rem} \ No newline at end of file +@charset "UTF-8";.root ol.is-style-arrow-r,.root ol.is-style-caret-r,.root ol.is-style-check,.root ol.is-style-chevron-r,.root ol.is-style-times,.root ul.is-style-arrow-r,.root ul.is-style-caret-r,.root ul.is-style-check,.root ul.is-style-chevron-r,.root ul.is-style-times{position:relative!important;list-style-type:none!important;padding-left:0!important;margin-left:auto!important}.root ol.is-style-arrow-r ul,.root ol.is-style-caret-r ul,.root ol.is-style-check ul,.root ol.is-style-chevron-r ul,.root ol.is-style-times ul,.root ul.is-style-arrow-r ul,.root ul.is-style-caret-r ul,.root ul.is-style-check ul,.root ul.is-style-chevron-r ul,.root ul.is-style-times ul{list-style-type:none!important}.root ol.is-style-arrow-r li,.root ol.is-style-caret-r li,.root ol.is-style-check li,.root ol.is-style-chevron-r li,.root ol.is-style-times li,.root ul.is-style-arrow-r li,.root ul.is-style-caret-r li,.root ul.is-style-check li,.root ul.is-style-chevron-r li,.root ul.is-style-times li{padding-left:1.5rem;position:relative}.root ol.is-style-arrow-r li:before,.root ol.is-style-caret-r li:before,.root ol.is-style-check li:before,.root ol.is-style-chevron-r li:before,.root ol.is-style-times li:before,.root ul.is-style-arrow-r li:before,.root ul.is-style-caret-r li:before,.root ul.is-style-check li:before,.root ul.is-style-chevron-r li:before,.root ul.is-style-times li:before{position:absolute;left:0;font-family:Font Awesome\ 5 Pro,Font Awesome\ 5 Free;fill:currentColor;font-weight:900;color:var(--wp--preset--color--brand-500)}.root ol.is-style-numeric,.root ul.is-style-numeric{position:relative!important;list-style-type:none!important;padding-left:0!important;margin-left:auto!important;counter-reset:li}.root ol.is-style-numeric li,.root ul.is-style-numeric li{padding-left:1.5rem;position:relative;counter-increment:li}.root ol.is-style-numeric li:before,.root ul.is-style-numeric li:before{left:0;font-weight:700;position:absolute;color:var(--wp--preset--color--brand-500);content:counter(li) "."}.root ol.is-style-numeric li ol,.root ul.is-style-numeric li ol{padding-left:0}.root ol.is-style-numeric li ol li:before,.root ul.is-style-numeric li ol li:before{display:none}.root ol.is-style-caret-r li:before,.root ul.is-style-caret-r li:before{content:"\F0DA"}.root ol.is-style-chevron-r li:before,.root ul.is-style-chevron-r li:before{content:"\F054"}.root ol.is-style-arrow-r li:before,.root ul.is-style-arrow-r li:before{content:"\F356"}.root ol.is-style-check li:before,.root ul.is-style-check li:before{--text-opacity:1;color:#68d391;color:rgba(104,211,145,var(--text-opacity));content:"\F00C"}.root ol.is-style-times li:before,.root ul.is-style-times li:before{--text-opacity:1;color:#f56565;color:rgba(245,101,101,var(--text-opacity));content:"\F00D"}.root .alignnone{display:block;margin-left:0;margin-right:0;max-width:100%;height:auto}.root .aligncenter{display:block;margin-left:auto;margin-right:auto;text-align:center}.root .alignleft,.root .alignleft .wp-caption{float:left;margin-right:1.5rem}.root .alignright,.root .alignright .wp-caption{float:right;margin-left:1.5rem;text-align:right}.root .wp-caption{max-width:100%;text-align:center}.root .wp-caption-text{font-size:1rem;margin-left:1.5rem;margin-right:1.5rem;margin-top:.75rem} \ No newline at end of file diff --git a/resources/css/app.scss b/resources/css/app.scss index 4452c4f..7d5ede3 100644 --- a/resources/css/app.scss +++ b/resources/css/app.scss @@ -1,4 +1,4 @@ -#app { +.root { @import './blocks/core-list'; @import './blocks/core-classic'; }