Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
vycke committed Sep 18, 2024
1 parent f0f7f32 commit 84624db
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions feo.css
Original file line number Diff line number Diff line change
Expand Up @@ -481,25 +481,25 @@
}

@layer blocks {
details {
details.accordion {
--accordion-border: var(--surface-1);
--accordion-radius: 8px;
--accordion-surface: var(--surface-1);
border: 3px solid var(--accordion-border);
border-radius: var(--accordion-radius);
}

details > * {
details.accordion > * {
padding: 2px 12px;
}

summary {
details.accordion summary {
background-color: var(--accordion-surface);
border-radius: calc(var(--accordion-radius) - 3px);
font-weight: bold;
}

details[open] summary {
details.accordion[open] summary {
border-bottom: 1px solid var(--accordion-border);
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
Expand All @@ -521,7 +521,7 @@
}
}

details[open] > :not(summary) {
details.accordion[open] > :not(summary) {
padding: var(--token-size-00);
-webkit-animation: .25s ease-in-out slide-down-1;
animation: .25s ease-in-out slide-down-1;
Expand Down
2 changes: 1 addition & 1 deletion feo.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:11ty": "npx @11ty/eleventy && yarn css:docs"
},
"name": "feo-css",
"version": "5.2.2",
"version": "5.2.3",
"main": "feo.css",
"description": "A tiny CSS framework",
"repository": "https://github.com/vyckes/feo-css.git",
Expand Down
2 changes: 1 addition & 1 deletion public/feo.min.css

Large diffs are not rendered by default.

0 comments on commit 84624db

Please sign in to comment.