Skip to content

Instantly share code, notes, and snippets.

@robertscherer
Created October 30, 2013 07:48
Show Gist options
  • Save robertscherer/7228647 to your computer and use it in GitHub Desktop.
Save robertscherer/7228647 to your computer and use it in GitHub Desktop.
var PX = require('com.pixate.framework');
PX.styleSheetFromFilePathWithOrigin({
monitor: true,
origin: 0,
filename: '/path/to/file.css'
});
PX.styleSheetFromFilePathWithOrigin({
monitor: true,
origin: 0,
filename: '/path/to/second_file.css'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment