We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b56ae6 commit 3be2d1fCopy full SHA for 3be2d1f
addon/atoms.d.ts
@@ -167,7 +167,7 @@ export interface Atoms {
167
/**
168
* Short for `text-decoration` property. Requires [`atoms` addon](https://github.com/streamich/nano-css/blob/master/docs/atoms.md).
169
*/
170
- td?: CSS.TextDecorationProperty;
+ td?: CSS.TextDecorationProperty<TLength>;
171
172
173
* Short for `float` property. Requires [`atoms` addon](https://github.com/streamich/nano-css/blob/master/docs/atoms.md).
0 commit comments