XF 2.1 What is the proper way to add custom CSS to child style?

sajal

Active member
I am creating a new style and inherting it from default style. It seems that we're going to write a lot of custom CSS to alter the layout and overall styling. What's the best way to add "a lot of" custom CSS to the child style?
 
Edit the less templates or use extra.less.

However, it doesnt need to inherit from a default style as all parent styles inherit from the master, which is the same as the default.
 
Top Bottom