Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
I'm trying to get concise up and running on a Rails 6 app. I have parts of it working, but the grid does not work. Can anyone tell me what I'm missing?
Here's what I did.
in my project, I ran
and in my javascript/packs/application.js file, I added
I can get some concise classes to work.
<body container>works. but<h1 class="_mtl">does not. Alsodoes not work
bin/webpack - returns no errors.
What am I missing?