Skip to content

Commit

Permalink
feat(builder)!: improve builder by using CSSStyleSheet() and add re…
Browse files Browse the repository at this point in the history
…maining variables
  • Loading branch information
lowlighter committed Jun 8, 2024
1 parent 0bbda0b commit eff40bc
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 170 deletions.
7 changes: 6 additions & 1 deletion app/mod.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,18 @@ details summary a {

.matcha-build .variables input[name$="opacity"] {
margin-left: .25rem;
max-width: 4rem;
width: 3rem;
text-align: center;
}

.matcha-build .variables td code:only-child {
white-space: nowrap;
}

.matcha-build .variables input[type="color"] {
width: 3rem;
}

.matcha-build .styling {
display: flex;
flex-wrap: wrap;
Expand Down
Loading

0 comments on commit eff40bc

Please sign in to comment.