Skip to content

Commit aad45e6

Browse files
committed
feat: add css function types
1 parent ee61f6e commit aad45e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/types/functions.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export type CSSFunction =
2+
| 'abs' | 'acos' | 'asin' | 'atan' | 'atan2' | 'attr' | 'calc' | 'clamp'
3+
| 'cos' | 'counter' | 'counters' | 'cross-fade' | 'env' | 'exp' | 'fix-content'
4+
| 'hypot' | 'log' | 'max' | 'min' | 'minmax' | 'pow' | 'rem' | 'repeat'
5+
| 'round' | 'sign' | 'sin' | 'sqrt' | 'symbols' | 'tan' | 'url' | 'var'

0 commit comments

Comments
 (0)