I remember from somewhere some simple way to use css code inside JS file, but can't remember how exactly.
Obviously simply putting the css code inside JS file won't work, I guess there's a need for some comments or something like that.
*Note: I don't want to use JS to render a <link...> for a css file. I want load JS file normally with <script...> and inside a *.js file I want include pure css code, as it would appear normally in *.css file.
<style>tags to DOM and add styles into it?css, @Arpit Goyal*Notein the post above?