0
sparkyjr created
Hi,
Is there a place in Web project where I can add my CSS classes that I shall used throughout my project. Ideally, I'm hoping that I wouldn't have to give any stylesheet links on the pages i'm working on. Just use the classes without giving stylesheet reference.
Thanks
1 Answer(s)
-
0
Hi,
If you want to use the css class in both frontend and backend, you can use core.less file under Common\Styles folder. If you want to use the css class only in backend, it changes according to your version. For SPA, use app.less under App folder For MPA, use _Layout.less under Areas\Mpa\Views\Layout folder.