Having a seriously difficult time importing/showing less files on client

I will give as detailed of an explanation as possible…

The directory where the stylesheets are located looks like this:

enter image description here

As is required with the newest version of Meteor, I renamed each file in the sub folders with the .import.less extension.

enter image description here

To import the less files, I added the @import designations to the files at root of the folder. For example, bootstrap.less looks like this:

enter image description here

However, the stylesheets are not importing correctly to client, so I must have done something wrong here. I tried setting the path to an absolute path like /client/stylesheets/less/bootstrap, but it still doesn’t render correctly on client.

Not sure what it is, as I’ve tried everything I can think of. If someone can point me in the right direction, I would greatly appreciate it.

This might be a silly question, but just making sure - did you add the less package?

Via meteor add less? That’s the first thing I added of course :sweat_smile: