Skip to content

Commit

Permalink
Add all keyword input
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Apr 30, 2022
1 parent f3b3d68 commit d251f4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/odd-impalas-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@compai/css-gui': patch
---

Add all keyword input
4 changes: 4 additions & 0 deletions packages/gui/src/data/properties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ export const properties: Record<string, PropertyData> = {
'unsafe center',
],
},
all: {
type: 'keyword',
keywords: [],
},
// TODO array of time values
animationDelay: { type: 'time' },
animationDuration: { type: 'time' },
Expand Down

0 comments on commit d251f4b

Please sign in to comment.