-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Does this support html projects including js and css? #1625
Answered
by
TPAteeq
SynapseScribe
asked this question in
Q&A
I couldn't find css in the list.
All reactions
Answered by
TPAteeq
Jul 4, 2026
JS - yes
CSS - no
This is because CSS is declarative, the stylesheet would yield almost nothing the graph model can use. the model is about relationships, css is just selectors and property rules so nothing to traverse.
Replies: 3 comments
I think so
All reactions
0 replies
JS - yes
CSS - no
This is because CSS is declarative, the stylesheet would yield almost nothing the graph model can use. the model is about relationships, css is just selectors and property rules so nothing to traverse.
All reactions
0 replies
Answer selected by
safishamsi
this one claims it can work with css - https://github.com/nodesify/nodesify-graphify
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment