Answer the question
In order to leave comments, you need to log in
How to connect webpack and scss project?
Hello,
I want to add animated text with a background in case js is disabled
<noscript>
<div class='error-logo-title'>
<span>
plz enable js
</span>
</div>
</noscript>
<link href="<%= require('../src/error/style.css') %>" rel=stylesheet />
at the beginning of noscript Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question