frankframework / frankframework/angular-components
Not all theme css variables are exported
オープン
- 主要言語
- TypeScript
- スター
- 0
- フォーク
- 0
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
```css
--color-anchor: #0066AF;
--color-active: var(--color-brand);
```
These aren't being exported because they aren't used in any component which means it's stripped from the bundle too.
These should be in here so non-tailwind applications can use the css variables.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。