So I am developing a wordpress theme using a series of LESS files for the CSS. These compile using codekit to a combined and minifed stylesheet that I use for the theme’s styling.
I understand a wordpress theme must have a style.css which includes the info about the theme in its comments, but is it required to link this style.css in the header.php? Surely I can just have the theme info in it and nothing else and leave it untouched in the theme folder.
The stylesheet I actually use can just be called styles.css or main.css or something.
can anyone confirm this or give reasons why this might be a bad idea?