Does this support html projects including js and css? #1625
-
|
I couldn't find css in the list. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
I think so |
Beta Was this translation helpful? Give feedback.
-
|
JS - yes |
Beta Was this translation helpful? Give feedback.
-
|
this one claims it can work with css - https://github.com/nodesify/nodesify-graphify |
Beta Was this translation helpful? Give feedback.
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.