For Wordpress we have to attach it to style.css else the styles are not adding automatically. For example, rt_vermilion-custom.css when placed in ...wp-content/themes/rt_vermilion/css is not automatically imported by Gantry. If instead we add the import code in the style.css this works fine@import url('css/rt_vermilion-custom.css');
I wonder why?