aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-25 19:07:23 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-25 19:07:23 +0530
commit6868d1af5f7d102c8384a7430e97d987c0976af1 (patch)
tree51c242935ff454c48587b16066ceba050c5cddb8 /README.md
parentf18054a63176977c2196e6b07bfda1ff62d1ee2e (diff)
downloadcss-everything-6868d1af5f7d102c8384a7430e97d987c0976af1.tar.gz
css-everything-6868d1af5f7d102c8384a7430e97d987c0976af1.zip
docs: readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1b4c8e2..70866a7 100644
--- a/README.md
+++ b/README.md
@@ -78,8 +78,7 @@ What?
Why don't you ask that to [this example](https://codepen.io/phenax/pen/KKbKNeb?editors=1100)?
### How does it work?
-It starts by reading the `--cssx-children` property on the body. Which is then parsed and evaluated and the necassary child nodes are created.
-For each element that is managed by cssx (i.e. not created via js or html or `--cssx-disgustingly-set-innerhtml` or `js-eval`), we then look for event handler properties present on the node. These properties are parsed and evaluated when the relevant event is triggered.
+[Here's how it works](https://github.com/phenax/css-everything/tree/main/docs/how-it-works.md).
### Does it parse the entire css
No. The browser does most of it. Only the fancy `--cssx-*` properties use a custom parser.