aloisdeniel / aloisdeniel/style-dictionary-figma-flutter

HSL colors not generated correctly

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.