You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David Furnes edited this page May 6, 2014
·
1 revision
You can also integrate Neue into your own SCSS/JavaScript build process. For SCSS, include Neue's main SCSS file and set where your local copy of Neue is located:
$neue-path: "bower_components/neue"; // used by URL helper functions@include "bower_components/neue/scss/neue";
You can also include only Neue's helper mixins, variables, and functions by including only helpers.scss:
$neue-path: "bower_components/neue"; // used by URL helper functions@include "bower_components/neue/scss/helpers";
For JavaScript, you can include Neue as an AMD module using RequireJS. Add Neue to your path and include the "main" module (or selectively include specific modules that you need):