aloisdeniel / aloisdeniel/style-dictionary-figma-flutter
HSL colors not generated correctly
オープン
- 主要言語
- Dart
- スター
- 47
- フォーク
- 8
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。