-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad8b54a
commit 6c4666b
Showing
35 changed files
with
9,550 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
theme: herman | ||
dest: docs/ | ||
src: sass/ | ||
|
||
display: | ||
access: | ||
- public | ||
|
||
groups: | ||
Color Functions: | ||
cie-formats: Lab & LCH Formats | ||
contrast: Color Contrast | ||
adjust-from: Relative Colors | ||
cie-inspect: Inspecting Colors | ||
|
||
herman: | ||
extraDocs: | ||
- name: 'Changelog' | ||
path: CHANGELOG.md | ||
- name: 'Contributing' | ||
path: CONTRIBUTING.md | ||
- name: 'Hipocratic MIT License' | ||
path: LICENSE.md | ||
extraLinks: | ||
- name: 'CSS Colors Level 4' | ||
url: 'https://www.w3.org/TR/css-color-4/' | ||
- name: 'CSS Colors Level 5' | ||
url: 'https://www.w3.org/TR/css-color-5/' | ||
- name: 'GitHub Source' | ||
url: 'https://github.com/mirisuzanne/blend/' | ||
- name: 'OddBird' | ||
url: 'http://oddbird.net/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Contributing to Blend | ||
|
||
Ideas, issues, and pull-requests are welcome! | ||
|
||
- [**Github Issues**](https://github.com/mirisuzanne/blend/issues/) | ||
are the best place to request a feature, | ||
file a bug, | ||
or just ask a question. | ||
Also a great place to discuss possible features | ||
before you submit a PR. | ||
- **Pull Requests** are a big help, | ||
if you're willing to jump in and make things happen. | ||
For a bugfix, or documentation, | ||
just jump right in. | ||
For major changes or new features, | ||
it's best to discuss in an issue first. | ||
|
||
## Process | ||
|
||
Clone the repo, and then use yarn to install development dependencies | ||
like Dart Sass, True, SassDoc, and Herman: | ||
|
||
``` | ||
yarn | ||
``` | ||
|
||
The primary codebase is in the `sass/` folder, | ||
with matching tests in the `test/` directory. | ||
Any major code changes should also update the tests/docs. | ||
|
||
- `yarn test` will run the tests | ||
- `yarn docs` will build the documentation site | ||
- `yarn sass` will re-compile the code in `demo/` | ||
(mainly for experiments as you work) | ||
|
||
## Conduct | ||
|
||
Please follow the | ||
[Sass Community Guidelines][guide] | ||
and [Oddbird Code of Conduct][coc]. | ||
|
||
[guide]: https://sass-lang.com/community-guidelines | ||
[coc]: https://www.oddbird.net/conduct/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.