Closed rgaufman closed 5 years ago
Hi there, in your application.js file, you'll need to import the style file of the framework as well:
require("codyhouse-framework/main/assets/css/style.scss")
Also, please make sure to remove the following line from vertical-timeline/assets/css/style.scss file:
@import '../../../../../codyhouse-framework/main/assets/css/style.scss';
This was used to import the scss file of the framework but you are already taking care of this in the application.js.
Hi there, I'm trying to get https://codyhouse.co/gem/vertical-timeline/ working, but it depends on codyhouse-framework.
I'm using webpack and added this to my application.js:
When I run webpack, I get:
How do I import the framework in WebPack?