mkhairi / materialize-sass

Materializecss rubygem for Rails Asset Pipeline / Sprockets
http://materialize.labs.my/
MIT License
806 stars 243 forks source link

How to remove navbar styling #156

Closed jeremiahlukus closed 7 years ago

jeremiahlukus commented 7 years ago

Navbar icons not showing up screen shot 2017-07-23 at 11 57 20 am

my haml file is

 %nav
    .nav-wrapper
      %a.brand-logo{:href => "#!"}
        %i.material-icons> cloud
        Logo
      %ul.right.hide-on-med-and-down
         %li
            %a{:href => "sass.html"}
              %i.material-icons search
         %li
           %a{:href => "badges.html"}
             %i.material-icons view_module
         %li
           %a{:href => "collapsible.html"}
             %i.material-icons refresh
         %li
           %a{:href => "mobile.html"}
             %i.material-icons more_vert

This is the same example from the site unsure whats wrong

jeremiahlukus commented 7 years ago

I