Skip to content

Instantly share code, notes, and snippets.

@Ataurr
Forked from hasinhayder/enq-css.php
Last active August 29, 2015 14:09
Show Gist options
  • Save Ataurr/64ab717b1a452cebd705 to your computer and use it in GitHub Desktop.
Save Ataurr/64ab717b1a452cebd705 to your computer and use it in GitHub Desktop.
#!/usr/bin/env php
<?php
foreach(glob("*.css") as $css){
echo "wp_enqueue_style( 'xs-{$css}', XS_CSS .'/{$css}',null, XS_VERSION);\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment