Skip to content

Commit

Permalink
Prune style sheet.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgardner committed Oct 2, 2023
1 parent d2a64bb commit 204cbdd
Showing 1 changed file with 11 additions and 22 deletions.
33 changes: 11 additions & 22 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@ Version: 1.0.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: frost
Frost WordPress Theme, (C) 2022-2023 WP Engine.
Frost is distributed under the terms of the GNU GPL.
*/


/* Defaults
---------------------------------------------------------------------------- */
---------------------------------------- */

*,
*::before,
Expand Down Expand Up @@ -61,8 +58,7 @@ mark {
background-size: 100% 15%;
}

/* Forms
--------------------------------------------- */
/* -- Forms -- */

input,
select,
Expand Down Expand Up @@ -107,27 +103,24 @@ textarea {
}

/* Blocks
---------------------------------------------------------------------------- */
---------------------------------------- */

/* Code
--------------------------------------------- */
/* -- Code -- */

*:not(.wp-block-code) > code {
background-color: var(--wp--preset--color--neutral);
font-size: var(--wp--preset--font-size--small);
padding: 5px 8px;
}

/* List
--------------------------------------------- */
/* -- List -- */

.is-style-no-disc {
list-style-type: none;
padding-left: 0;
}

/* Navigation
--------------------------------------------- */
/* -- Navigation -- */

.wp-block-navigation__responsive-container.is-menu-open {
padding: var(--wp--custom--spacing--gap);
Expand All @@ -148,8 +141,7 @@ textarea {
color: var(--wp--preset--color--base);
}

/* Navigation Submenu
--------------------------------------------- */
/* -- Navigation Submenu -- */

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
background-color: var(--wp--preset--color--contrast);
Expand All @@ -163,12 +155,11 @@ textarea {
}

/* Media Queries
---------------------------------------------------------------------------- */
---------------------------------------- */

@media only screen and (max-width: 600px) {

/* Utility
--------------------------------------------- */
/* -- Utility -- */

.is-style-hidden-mobile {
display: none !important;
Expand All @@ -178,8 +169,7 @@ textarea {

@media only screen and (max-width: 782px) {

/* Columns
--------------------------------------------- */
/* -- Columns -- */

.is-style-columns-reverse {
flex-direction: column-reverse;
Expand All @@ -189,8 +179,7 @@ textarea {

@media only screen and (min-width: 600px) {

/* Navigation Link
--------------------------------------------- */
/* -- Navigation Link -- */

.wp-block-navigation-item.is-style-outline a {
border: 1px solid currentColor;
Expand Down

0 comments on commit 204cbdd

Please sign in to comment.