8000 Declarative Actions by Zizico2 · Pull Request #41 · sveltejs/rfcs · GitHub
[go: up one dir, main page]

Skip to content

Declarative Actions #41

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

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update 0000-declarative-actions.md
  • Loading branch information
Zizico2 authored Nov 18, 2020
commit 399aa1ca254f6b6b7e2e30b1284c41dc3412e7a6
4 changes: 2 additions & 2 deletions 0000-declarative-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ This RFC proposes a declarative way to write actions.
</script>

<style>
.red-background() {
background.color: red;
.red-background {
background-color: red;
}
</style>

Expand Down
0