Pick up palette defined in a map
Đang mở
enhancement
- Ngôn ngữ chính
- CoffeeScript
- Star
- 518
- Fork
- 70
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Copied @ezekg 's question from https://github.com/abe33/atom-pigments/issues/50 since it was irrelevent there but still relevant to the current state:
-------------------
Any plans for picking up a palette defined in a map?
``` scss
/**
* Colors
*/
$colors: (
"white": (
"base": #fff,
),
"black": (
"base": #000,
),
"sky": (
"light": #ddf6ff,
"base": #b6ebff,
),
"blue": (
"lightest": #00aeef,
"light": #007dc6,
"base": #0c4da2,
"dark": #12448a,
"darkest": #042758,
),
);
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.