[theme-reviewers] Best Practice Question: style.css

Emil Uzelac emil at uzelac.me
Fri Aug 1 18:03:56 UTC 2014


It should be good, I have not find any issues with that. Not sure what
others think.

On Friday, August 1, 2014, Sami Keijonen <sami.keijonen at foxnet.fi> wrote:

> Emil, is you example loading parent and child theme style.css allowed in
> .org? It's seems handy way of loading parent theme's style.min.css file.
>
>
> On 16 July 2014 22:36, Emil Uzelac <emil at uzelac.me
> <javascript:_e(%7B%7D,'cvml','emil at uzelac.me');>> wrote:
>
>> Empties are ugly and not really needed.
>>
>> This is what I do for my clients:
>>
>>     // Parent theme style.
>>  wp_enqueue_style( 'my-style', get_template_directory_uri() .
>> '/style.css', array(), null );
>>  // Child theme style.
>>     if ( is_child_theme() ) {
>> wp_enqueue_style( 'my-child-style', get_stylesheet_uri(), array(), null );
>>  }
>>
>> Parent style.css remains at the usual place and when child is active it
>> will add it's own stylesheet :)
>>
>> And of course no @imports either ;)
>>
>>>
>>>
>>> _______________________________________________
>>> theme-reviewers mailing list
>>> theme-reviewers at lists.wordpress.org
>>> <javascript:_e(%7B%7D,'cvml','theme-reviewers at lists.wordpress.org');>
>>> http://lists.wordpress.org/mailman/listinfo/theme-reviewers
>>>
>>>
>>
>> _______________________________________________
>> theme-reviewers mailing list
>> theme-reviewers at lists.wordpress.org
>> <javascript:_e(%7B%7D,'cvml','theme-reviewers at lists.wordpress.org');>
>> http://lists.wordpress.org/mailman/listinfo/theme-reviewers
>>
>>
>
>
> --
> Sami Keijonen
> Fox Holding Oy
> sami.keijonen at foxnet.fi
> <javascript:_e(%7B%7D,'cvml','sami.keijonen at foxnet.fi');>
> foxnet.fi
> foxnet-themes.fi
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wordpress.org/pipermail/theme-reviewers/attachments/20140801/fa9373ea/attachment-0001.html>


More information about the theme-reviewers mailing list