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

add note about semicolon #120

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
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
4 changes: 3 additions & 1 deletion docs/Features/Styling/CSS Styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ If you prefer to start off with examples, I'd recommend immediately jumping to [

If you need more help, feel free to join the [[Discord]] where help is provided for all your styling questions!

Note: you must include the semicolon at the end of each declaration, even though there is just one in a block.

# Selectors
[Selectors](https://www.w3schools.com/cssref/css_selectors.asp) are used to filter what objects to style. The two main 'elements' that can be targeted are `node` and `edge`.
## Classes
Expand Down Expand Up @@ -203,4 +205,4 @@ node {
---
#feature
- author [[Emile van Krieken]]
- hasTopic [[Styling]]
- hasTopic [[Styling]]