File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,10 @@ <h2>7. Accessibility-Aware Animations</h2>
376
376
</ div >
377
377
378
378
< script type ="module ">
379
- import { init } from "../packages/css-if-polyfill/dist/index.modern.js" ;
379
+ import {
380
+ init ,
381
+ processCSSText
382
+ } from "../packages/css-if-polyfill/dist/index.modern.js" ;
380
383
381
384
// Initialize the polyfill
382
385
init ( ) ; // Control functions
@@ -417,7 +420,7 @@ <h2>7. Accessibility-Aware Animations</h2>
417
420
418
421
console . log ( "Test CSS processing:" ) ;
419
422
console . log ( "Input:" , testCSS ) ;
420
- console . log ( "Output:" , polyfill . processCSSText ( testCSS ) ) ;
423
+ console . log ( "Output:" , processCSSText ( testCSS ) ) ;
421
424
422
425
console . log ( "Multiple conditions CSS if() polyfill loaded!" ) ;
423
426
</ script >
You can’t perform that action at this time.
0 commit comments