-
If we start adding TypeScript anywhere, this is probably the best place to start, to type the utility functions.
We can worry about typing the CSS property names (like TypeStyle) after that later.
-
> I am using alasql.js file to export JSON data into excel file. The problem I am facing is that when I export data it is exporting without any problem but the columns which having the type as number …
-
Hi. I use typeStyle as Interface in nswag file. And it generate DTOs fields as Date for dates. but in code it is string.
I found this https://github.com/RicoSuter/NSwag/issues/980 topic.
Are there…
-
```ts
/** convert a style object to a CSS class name */
const niceColors = style({
transition: 'color .2s',
color: 'blue',
$nest: {
'&:hover': {
color: 'red'
}
}
});
…
-
Currently property 'overflow-wrap' can use as value 'anywhere', but TypeStyle not support that. At the same time 'word-break: break-word' is deprecated. https://developer.mozilla.org/en-US/docs/Web/…
-
Hi @basarat,
First of all, thanks for your awesome library.
I decided to use it in my new project. But I've run into a problem. Here is an example:
```typescript
import {style} from 'typestyle…
-
I added this to the typestyle class, allowing for improved stylesheet debugging
(maybe there's already an easier way to do this?)
I'll send a pull request if you'd like , after any feedback.
…
-
I'm using Alacritty as my terminal emulator, Tmux as my terminal multiplexor, Neovim as my editor, and Nert Font JetBrainsMono as my font. In the beginning, when first testing Kanagawa, I had italics …
-
It looks like free-style 4.1.0 doesn't work with typestyle 2.2.0: registerRule and registerKeyFrames aren't available as-is anymore.
-
It looks like csstype 3.0.10 doesn't work with typestyle 2.2.0: Namespace '"/usr/share/nodejs/csstype/index"' has no exported member 'FontFace'.