Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document CSS Styles #629

Merged
merged 32 commits into from
Aug 5, 2022
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7ba36c1
docs
willmcgugan Jul 30, 2022
7040d00
more docs
willmcgugan Jul 30, 2022
99ccbc5
moar docs
willmcgugan Jul 30, 2022
0fe4b97
more docs
willmcgugan Jul 31, 2022
3f0f9ee
tint style
willmcgugan Jul 31, 2022
8b5b410
added tint and offset
willmcgugan Jul 31, 2022
7dc8dab
Merge branch 'layer-dock' into docs
willmcgugan Jul 31, 2022
a174557
added borders utility
willmcgugan Jul 31, 2022
62db35f
add borders command
willmcgugan Jul 31, 2022
ae9862c
borders tweak
willmcgugan Jul 31, 2022
fa4b971
more docs
willmcgugan Aug 4, 2022
971ef9e
more border
willmcgugan Aug 4, 2022
5ff9b5e
Merge branch 'css' into docs
willmcgugan Aug 4, 2022
ca1ec68
text style docs
willmcgugan Aug 4, 2022
a9c475c
words and tables
willmcgugan Aug 4, 2022
676c8ae
words and tables
willmcgugan Aug 4, 2022
3960366
words
willmcgugan Aug 4, 2022
cbd0a6e
Update docs/examples/styles/background.py
willmcgugan Aug 5, 2022
b388a13
Update docs/examples/styles/border.py
willmcgugan Aug 5, 2022
7e985b6
Update docs/examples/styles/box_sizing.py
willmcgugan Aug 5, 2022
b4aa7ec
Update docs/examples/styles/display.py
willmcgugan Aug 5, 2022
38047e4
Update docs/examples/styles/offset.py
willmcgugan Aug 5, 2022
6602cd7
Update docs/styles/visibility.md
willmcgugan Aug 5, 2022
33dc6ac
Update docs/styles/color.md
willmcgugan Aug 5, 2022
331cbc6
Update docs/examples/styles/visibility.py
willmcgugan Aug 5, 2022
fa61ca0
Update docs/introduction.md
willmcgugan Aug 5, 2022
3976698
Update docs/introduction.md
willmcgugan Aug 5, 2022
078fc24
Update docs/styles/background.md
willmcgugan Aug 5, 2022
cb0537e
Update docs/styles/background.md
willmcgugan Aug 5, 2022
7fd3fe5
Update docs/styles/border.md
willmcgugan Aug 5, 2022
ce5e36e
Update docs/styles/box_sizing.md
willmcgugan Aug 5, 2022
8697312
Update docs/examples/styles/color.py
willmcgugan Aug 5, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/styles/background.md
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ background: rgb(100,120,200);

## Python

You can use the same syntax as CSS, or explicitly set a Color object.
You can use the same syntax as CSS, or explicitly set a `Color` object for finer-grained control.

```python
# Set blue background