We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be2d1f commit 54583feCopy full SHA for 54583fe
1 file changed
addon/emmet.d.ts
@@ -193,7 +193,7 @@ export interface EmmetAddon {
193
/**
194
* Short for `text-decoration` property. Requires [`atoms` addon](https://github.com/streamich/nano-css/blob/master/docs/atoms.md).
195
*/
196
- td?: CSS.TextDecorationProperty;
+ td?: CSS.TextDecorationProperty<TLength>;
197
198
* Short for `text-emphasis` property. Requires [`atoms` addon](https://github.com/streamich/nano-css/blob/master/docs/atoms.md).
199
0 commit comments