Christopher Dura
Christopher Dura
**Description** I'm trying to list the repository trees for some projects. However, some not-so-nice person(s) have checked their `node_modules` into their repo 😡 Basically, getting the tree for those repos...
I'm seeing some cross-links to Abstract and Figma documentation URLs represent as "dead" by `link-check`, but when I inspect in my dev tools, I get a `200` response. ```js const...
It'd be really great to get this working with native Web Components. Or even, in particular, StencilJS uses TypeScript and is JSX "enabled", at least on some level. Stencil can...
Hello! Not really sure where/how to put this out there... maybe others will find it a useful idea and can make it cleaner. Anyway, "updating the change log" is kind...
```yaml global: type: z-index category: z-index cssProperties: - z-index props: - Z_INDEX_DEEPDIVE: name: 'my-z-index-deepdive' value: '-99999' ``` Output: ```xml // xml -999991500 ``` ```scss // scss $my-z-index-deepdive: -999991500; ``` ...
I need to create a custom Swift format for one of our internal iOS SDKs. For the most part, I'm using the various transforms that already are provided, but I'll...
I've recently started getting a `result.statusCode: 0` returned when checking my markdown files. ```js 'use strict'; /** * @fileoverview This is a stub test to use the `markdown-link-check` library directly,...
I don't believe the official [group $description](https://design-tokens.github.io/community-group/format/#description-0) property is supported in SD currently. But, I'd like to start using it to author my tokens to be better prepared for the...
### Description I basically have 3 "apps", each are "static" bundles with their own relative assets. ``` my-app/ ├── app2/ │ ├── app2.js │ └── index.html ├── app3/ │ ├──...
Is there a way to add multiple classes? ```js darkMode: { current: "light", light: myThemeLight, dark: myThemeDark, lightClass: "my-theme my-theme--light", darkClass: "my-theme my-theme--dark", classTarget: "html", stylePreview: true, }, ``` This...