vuejs/vuepress

Rename palette.styl

Open

#2108 opened on Jan 4, 2020

View on GitHub
 (7 comments) (2 reactions) (1 assignee)JavaScript (22,300 stars) (4,782 forks)batch import
complexity: easycontribution welcomegood first issuetype: feature requestversion: 2.x

Description

Feature request

palette.style should be renamed since it's not only relevant to colors.

See config.styl.

What problem does this feature solve?

The name may confuse developers. See #2086.

What does the proposed API look like?

rename palette.styl to variables.styl or something else.

How should this be implemented in your opinion?

Rename it and update documentation. Add deprecated badge to palette.styl since it'll be a breaking change.

Are you willing to work on this yourself?

Yes.

Contributor guide