aloisdeniel / aloisdeniel/style-dictionary-figma-flutter
HSL colors not generated correctly
Open
- Dominant language
- Dart
- Stars
- 47
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Output in data.g.dart uses css style :
```dart
bold: hsl(Color(0xFF000000), 10%, 96%),
```
I was expecting it to look like this :
```dart
bold: HSLColor.fromAHSL(1, 295, 0.1, 0.96).toColor(),
```
Let me know what you think.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.