Skip to content

Commit

Permalink
Remove custom shadows. closed #50
Browse files Browse the repository at this point in the history
  • Loading branch information
bgardner committed Nov 3, 2024
1 parent 9578eff commit 72eb849
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
14 changes: 0 additions & 14 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,20 +178,6 @@ textarea {
/* Utility
---------------------------------------- */

/* -- Box Shadow -- */

.is-style-shadow-faint {
box-shadow: var(--wp--preset--shadow--faint);
}

.is-style-shadow-light {
box-shadow: var(--wp--preset--shadow--light);
}

.is-style-shadow-solid {
box-shadow: var(--wp--preset--shadow--solid);
}

/* -- Position -- */

.is-style-position-fixed {
Expand Down
10 changes: 0 additions & 10 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,20 +100,10 @@
"shadow": {
"defaultPresets": false,
"presets": [
{
"name": "Faint",
"shadow": "0 2px 4px rgb(10, 10, 10, 0.1)",
"slug": "faint"
},
{
"name": "Light",
"shadow": "0 0 10px rgb(10, 10, 10, 0.1)",
"slug": "light"
},
{
"name": "Solid",
"shadow": "6px 6px 0 currentColor",
"slug": "solid"
}
]
},
Expand Down

0 comments on commit 72eb849

Please sign in to comment.