cssruby-on-railsrubytemplatesbootstrap-sass

problem with import bootstrap theme to ruby on rails app


I can't seem to import this bootstrap theme to my rails application.

https://github.com/puikinsh/sufee-admin-dashboard

I am trying to import this template for two days but no luck. It could be easy, but I don´t know what I´m doing wrong :(

I receive this error:

Undefined variable: "$border-color".
Undefined mixin ....

So I have got a problem with variables and mixins at the first time. I tried another template and it works, so I really don´t know what to try next.

Any hint or idea about how to solve this problem would be really appreciated.

Thanks


Solution

  • Porting a template into your Rails application is not hard if you break it down into several imprortant steps:

    There can be a lot of problems, but in general, just try to analyze the errors being thrown and solve them one by one.