Advertisement
rikhen

index.js

Jun 23rd, 2025 (edited)
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /**
  2.  * Lets webpack process CSS, SASS or SCSS files referenced in JavaScript files.
  3.  * All files containing `style` keyword are bundled together. The code used
  4.  * gets applied both to the front of your site and to the editor.
  5.  *
  6.  * @see https://www.npmjs.com/package/@wordpress/scripts#using-css
  7.  */
  8. // import './style.scss'; // optional
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement