Replies: 2 comments 3 replies
-
Take our biggest feature JIT for example, it scans the entire DOM Tree at runtime and automatically generates CSS Rules in This rules engine is completely created by us, so if you're curious how it works, the most direct way is to look at our core code. |
Beta Was this translation helpful? Give feedback.
-
I'm not using the CDN but I download the files and use it locally, not sure if this is the reason? When I click that file, there are actually all about resetting the CSS, but doesn't include any CSS rule that should be generated by the class name given, which is why I wonder and ask where are all the CSS generated are stored. |
Beta Was this translation helpful? Give feedback.
-
I just wonder where all the CSS generated by JIT is stored? For example, if I add
w:full
to the element, it will generatewidth: 100%
as I inspect it by the inspector of the browser. It points to the filemaster.css
, but as I click the file and searchwidth: 100%
, there is actually no such rule.Beta Was this translation helpful? Give feedback.
All reactions