We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_last_parsed
1 parent 6b6de70 commit 1fd2d1dCopy full SHA for 1fd2d1d
docs/parse.js
@@ -149,6 +149,7 @@ function outputUpdated() {
149
if (value !== style.prevValue) {
150
style.prevValue = value;
151
var css = CSSOM.parse(value);
152
+ window._last_parsed = css;
153
uncircularOwnProperties(css);
154
output.innerHTML = '';
155
output.appendChild(inspect(css));
0 commit comments