diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f8b0a0d..8985ceb 100755 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -142,6 +142,7 @@ After your change has been reviewed and merged, you can celebrate as the newest ``` . +├── out ├── dist └── docs └── icons @@ -151,7 +152,9 @@ After your change has been reviewed and merged, you can celebrate as the newest └── parts ``` -- **`dist`** is ignored by git – it contains built assets for distribution +- **`out`** is ignored by git – it contains built assets for distribution + +- **`dist`** contains old assets, for backwards compatibility - ignore this - **`docs`** contains the documentation and demo page diff --git a/.gitignore b/.gitignore index 9e13901..4e2df8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -dist/docs - # Logs logs *.log @@ -89,4 +87,4 @@ typings/ .idea/ # Output of yarn build -dist/ \ No newline at end of file +out/ \ No newline at end of file diff --git a/README.md b/README.md index 01e7e1e..75fc299 100644 --- a/README.md +++ b/README.md @@ -41,15 +41,15 @@ Just stick this in your ``: ### 🌙/☀ Automatic Theme: -`` +`` ### 🌙 Dark Theme: -`` +`` ### ☀ Light Theme: -`` +``
@@ -108,7 +108,7 @@ Because of this, you can simply add your own stylesheet to the page and set your This short example will use Water.css, but color all links red: ```html - +