Require not working properly

Hello All,

In my app, i just require the dynamic css path as give below :

require(Meteor.settings.public.customCSS);

but it gives me an error message :
Uncaught Error: Cannot find module '/public/styles/custom.css'

Am I doing something wrong ?