Skip to content

Instantly share code, notes, and snippets.

@cp
Created July 19, 2016 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cp/f9321963f6bb0dfb931d50cf9a35d174 to your computer and use it in GitHub Desktop.
Save cp/f9321963f6bb0dfb931d50cf9a35d174 to your computer and use it in GitHub Desktop.
/*jshint node:true*/
'use strict';
module.exports = function(/* environment, appConfig */) {
return {
reflect: {
css: '...'
}
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment