frankframework / frankframework/angular-components

Not all theme css variables are exported

Open
#39 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.