Fork me on GitHub
#re-frame
<
2016-03-18
>
gadfly36102:03:05

@cky: can you create a feature request for +sass on re-frame-template? I can add that option for you

mikethompson02:03:21

@oli are you including the right icon fonts in your HTML ?

mikethompson02:03:32

Other than that, we'll need to more information

oli03:03:19

i think so. i copied from the re-com project's html originally.

oli03:03:32

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css">

oli03:03:10

it shows up under sources but nothing shows up when i try to use (e.g.) md-icon-button

oli03:03:27

i'm setting the style because the content of the <i> element ends up being 0px x 0px

oli03:03:05

all this is running locally (lein run or lein figwheel) btw

mikethompson03:03:40

So you are looking at the example: http://re-demo.s3-website-ap-southeast-2.amazonaws.com/#/md-icon-button And then clicking the "Page" hyperlink at the top of the page to see the source?

oli04:03:01

when i embed <div><i class="zmdi zmdi-account-add"></i></div> in the html template, i get the icon

oli04:03:40

but yes, i have been clicking the 'page' hyperlinks extensively too simple_smile