0

The styles are applying correctly but I see the below when I inspect an element. Is there a configuration I need to do?

<span class="UNKMAiOY4lYdzPcrmll49">BN</span>
stackjlei
  • 9,485
  • 18
  • 65
  • 113
  • 1
    Could you add details about what languages are you using? Is it pure html with css? Or does java, rails or anything else gets involved? Are you using frameworks? Can you post an example we can execute? – Pfeiffer Aug 16 '17 at 00:33
  • If you are using webpack then you need to configure `localIdentName`, here is how it may look: `localIdentName: '[path][name]__[local]--[hash:base64:5]',` and yours probably consist of only `hash` part? – Constantin Harabara Aug 22 '17 at 19:47

0 Answers0