Skip to content

Commit 51b8e1e

Browse files
committed
chore: initial commit
0 parents  commit 51b8e1e

19 files changed

+4173
-0
lines changed

.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
indent_style = space
7+
indent_size = 2
8+
end_of_line = lf
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
[*.md]
13+
insert_final_newline = true
14+
trim_trailing_whitespace = false

.github/CONTRIBUTING.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Contributing in postcss-values-parser
2+
3+
We 💛 contributions! The rules for contributing to this org are few:
4+
5+
1. Don't be a jerk
6+
1. Search issues before opening a new one
7+
1. Lint and run tests locally before submitting a PR
8+
1. Adhere to the code style the org has chosen
9+
10+
11+
## Before Committing
12+
13+
1. Lint your changes via `npm run lint`. Fix any errors and warnings before committing.

.github/ISSUE_TEMPLATE.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!--
2+
👉🏽 Need help or support? Open a SUPPORT issue instead.
3+
4+
Ahoy!
5+
6+
You're seeing this because you felt none of the other options fit the type of
7+
issue you'd like to create. Please use this opportunity to tell us about the
8+
type of issue you were looking for, so we can try to accommodate similar
9+
issues in the future.
10+
11+
If you're using this template to report an issue covered by an existing issue
12+
type, we'll close it as invalid, faster than you can spell 'Mississippi'.
13+
-->

.github/ISSUE_TEMPLATE/BUG.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: 🐞 Bug Report
3+
about: Something went awry and you'd like to tell us about it.
4+
5+
---
6+
7+
<!--
8+
⚡️ katchow! We 💛 issues.
9+
10+
Please - do not - remove this template.
11+
Please - do not - skip or remove parts of this template.
12+
Or your issue WILL be closed.
13+
14+
👉🏽 Need help or support? Open a SUPPORT issue instead.
15+
-->
16+
17+
- Browser Name and Version:
18+
- github-notifications-classic Version:
19+
20+
### Screenshot of Problem
21+
22+
<!--
23+
Issues without screenshots WILL be closed. There's just no way for us to know exactly what the theme is doing or how it is behaving in your environment without a screenshot. For help adding a screenshot:
24+
- Read this post: https://blog.github.com/2012-12-07-issue-attachments/
25+
- Or use https://imgur.com/ to upload, and paste the image url in this issue.
26+
-->
27+
28+
### Expected Behavior
29+
30+
31+
### Actual Behavior

.github/ISSUE_TEMPLATE/DOCS.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: 📚 Documentation
3+
about: Are the docs lacking or missing something? Do they need some new 🔥 hotness? Tell us here.
4+
5+
---
6+
7+
<!--
8+
⚡️ katchow! We 💛 issues.
9+
10+
Please - do not - remove this template.
11+
Please - do not - skip or remove parts of this template.
12+
Or your issue may be closed.
13+
14+
👉🏽 Need help or support? Open a SUPPORT issue instead.
15+
-->
16+
17+
Documentation Is:
18+
19+
<!-- Please place an x (no spaces!) in all [ ] that apply -->
20+
21+
- [ ] Missing
22+
- [ ] Needed
23+
- [ ] Confusing
24+
- [ ] Not Sure?
25+
26+
### Please Explain in Detail...
27+
28+
29+
### Your Proposal for Changes
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: 🔧 Modification Request
3+
about: Would you like something work differently? Have an alternative approach? This is the template for you.
4+
5+
---
6+
7+
<!--
8+
⚡️ katchow! We 💛 issues.
9+
10+
Please - do not - remove this template.
11+
Please - do not - skip or remove parts of this template.
12+
Or your issue may be closed.
13+
14+
👉🏽 Need help or support? Open a SUPPORT issue instead.
15+
-->
16+
17+
18+
### Expected Behavior / Situation
19+
20+
21+
### Actual Behavior / Situation
22+
23+
24+
### Modification Proposal

.github/ISSUE_TEMPLATE/SUPPORT.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: 🆘 Support, Help, and Advice
3+
about: 👉🏽 If you want to ask how to do a thing with this project, this is the place for you.
4+
5+
---
6+
7+
<!--
8+
If you arrived here because you think this project's documentation is unclear, insufficient, or wrong, please consider creating an issue for the documentation instead.
9+
-->

.github/PULL_REQUEST_TEMPLATE.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!--
2+
⚡️ katchow! We ❤️ Pull Requests!
3+
4+
If you remove or skip this template, you'll make the 🐼 sad and the mighty god
5+
of Github will appear and pile-drive the close button from a great height
6+
while making animal noises.
7+
8+
Pull Request Requirements:
9+
* Please include tests to illustrate the problem this PR resolves.
10+
* Please lint your changes by running `npm run lint` before creating a PR.
11+
12+
Please place an x ([x]) in all [ ] that apply.
13+
-->
14+
15+
This PR contains:
16+
17+
- [ ] bugfix
18+
- [ ] documentation
19+
- [ ] metadata
20+
21+
### Please Describe Your Changes
22+
23+
<!--
24+
Please be thorough and clearly explain the problem being solved.
25+
* Is this PR related to an issue? If so, include the issue number.
26+
-->

.github/funding.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
patreon: shellscape
2+
custom: https://paypal.me/shellscape
3+
liberapay: shellscape

.github/labels.json

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{ "name": "💩 template incomplete", "color": "#4E342E" },
3+
{ "name": "💩 template removed", "color": "#4E342E" },
4+
5+
{ "name": "c¹ ⋅ discussion", "color": "#1976D2" },
6+
{ "name": "c² ⋅ feedback wanted", "color": "#F9A825" },
7+
{ "name": "c³ ⋅ PR welcome", "color": "#1B5E20" },
8+
{ "name": "c⁴ ⋅ need more info", "color": "#6A1B9A" },
9+
{ "name": "c⁵ ⋅ question", "color": "#C2185B" },
10+
{ "name": "c⁶ ⋅ request for comments", "color": "#BBDEFB" },
11+
12+
{ "name": "p¹ ⋅ electron", "color": "#B2DFDB" },
13+
{ "name": "p² ⋅ linux", "color": "#B2DFDB" },
14+
{ "name": "p³ ⋅ mac", "color": "#B2DFDB" },
15+
{ "name": "p⁴ ⋅ windows", "color": "#B2DFDB" },
16+
17+
{ "name": "pr¹ 🔧 chore", "color": "#D7CCC8" },
18+
{ "name": "pr² 🔧 docs", "color": "#D7CCC8" },
19+
{ "name": "pr³ 🔧 feature", "color": "#D7CCC8" },
20+
{ "name": "pr⁴ 🔧 fix", "color": "#D7CCC8" },
21+
{ "name": "pr⁵ 🔧 performance", "color": "#D7CCC8" },
22+
{ "name": "pr⁶ 🔧 refactor", "color": "#D7CCC8" },
23+
{ "name": "pr⁷ 🔧 style", "color": "#D7CCC8" },
24+
{ "name": "pr⁸ 🔧 test", "color": "#D7CCC8" },
25+
26+
{ "name": "s¹ 🔥🔥🔥 critical", "color": "#E53935" },
27+
{ "name": "s² 🔥🔥 important", "color": "#FB8C00" },
28+
{ "name": "s³ 🔥 nice to have", "color": "#FDD835" },
29+
{ "name": "s⁴ 💧 low", "color": "#039BE5" },
30+
{ "name": "s⁵ 💧💧 inconvenient", "color": "#c0e0f7" },
31+
32+
{ "name": "t¹ 🐞 bug", "color": "#F44336" },
33+
{ "name": "t² 📚 documentation", "color": "#FDD835" },
34+
{ "name": "t³ ✨ enhancement", "color": "#03a9f4" },
35+
{ "name": "t⁴ ✨ feature", "color": "#8bc34A" },
36+
{ "name": "t⁵ ⋅ regression", "color": "#0052cc" },
37+
{ "name": "t⁶ ⋅ todo", "color": "#311B92" },
38+
{ "name": "t⁷ ⋅ waiting on upstream", "color": "#0D47A1" },
39+
40+
{ "name": "v¹ ⋅ alpha", "color": "#CDDC39" },
41+
{ "name": "v² ⋅ beta", "color": "#FFEB3B" },
42+
{ "name": "v³ ⋅ major", "color": "#FF9800" },
43+
{ "name": "v⁴ ⋅ minor", "color": "#FFC107" },
44+
{ "name": "v⁵ ⋅ next", "color": "#CDDC39" },
45+
46+
{ "name": "x¹ ⋅ abandoned", "color": "#CFD8DC" },
47+
{ "name": "x² ⋅ duplicate", "color": "#CFD8DC" },
48+
{ "name": "x³ ⋅ hold", "color": "#CFD8DC" },
49+
{ "name": "x⁴ ⋅ in progress", "color": "#4CAF50" },
50+
{ "name": "x⁵ ⋅ invalid", "color": "#CFD8DC" },
51+
{ "name": "x⁶ ⋅ wontfix", "color": "#CFD8DC" }
52+
]

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
.DS_Store

.stylelintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
original-source.css

.stylelintrc

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"extends": "stylelint-config-standard",
3+
"plugins": [
4+
"stylelint-order"
5+
],
6+
"rules": {
7+
"order/properties-alphabetical-order": true,
8+
9+
"color-hex-case": "lower",
10+
"color-hex-length": "short",
11+
"color-named": "never",
12+
"comment-whitespace-inside": "always",
13+
"declaration-block-trailing-semicolon": "always",
14+
"declaration-colon-space-after": "always",
15+
"declaration-colon-space-before": "never",
16+
"function-linear-gradient-no-nonstandard-direction": null,
17+
"function-url-quotes": "always",
18+
"indentation": 2,
19+
"media-feature-colon-space-after": "always",
20+
"media-feature-colon-space-before": "always",
21+
"media-feature-parentheses-space-inside": "never",
22+
"media-feature-range-operator-space-after": "always",
23+
"media-feature-range-operator-space-before": "always",
24+
"no-descending-specificity": null,
25+
"no-duplicate-selectors": true,
26+
"number-leading-zero": "always",
27+
"rule-empty-line-before": "always",
28+
"selector-combinator-space-after": "always",
29+
"selector-attribute-quotes": "always",
30+
"selector-attribute-operator-space-before": "never",
31+
"selector-attribute-operator-space-after": "never",
32+
"selector-attribute-brackets-space-inside": "never",
33+
"selector-pseudo-class-parentheses-space-inside": "never",
34+
"string-quotes": "double"
35+
}
36+
}

0 commit comments

Comments
 (0)