Is it possible to include several style sheet for several HTML element in Laravel blade conditionally in a page ?? Like I would like to include style.css for <div class="first"></div>,<div class="second"></div>, <div class="third"></div> and style1.css for <span class="first"></span>,<span class="second"></span>, <span class="third"></span> and style3.css for <p class="first"></p>,<p class="second"></p>, <p class="third"></p>
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire