Different Inline
-
I have started to add Kirki to my theme and I noticed something in the header that has me concerned. I noticed that there is an inline style generated for each one of the elements I have added the output to:
<style id='kirki-styles-theme_typography-inline-css' type='text/css'> body,h1,h2,h2,h4,h5,h6{font-family:"Source Sans Pro", Helvetica, Arial, sans-serif;font-weight:400;font-style:normal;text-transform:none;color:#3f3f3f;} </style> <link rel='stylesheet' id='kirki-styles-top_sidebar_width-css' href='https://localhost/forge/wp-content/plugins/kirki/assets/css/kirki-styles.css' type='text/css' media='all' /> <style id='kirki-styles-top_sidebar_width-inline-css' type='text/css'> .top-sidebar.grid-container{max-width:900px;} </style> <link rel='stylesheet' id='kirki-styles-inside_top_sidebar_width-css' href='https://localhost/forge/wp-content/plugins/kirki/assets/css/kirki-styles.css' type='text/css' media='all' /> <style id='kirki-styles-inside_top_sidebar_width-inline-css' type='text/css'> .inside-top-sidebar{max-width:800px;} </style>
Is this supposed to happen? Is inline css generated for each one? Why are they not grouped together under one
kirki-styles
sheet?…just curious.Lovin’ the plugin by the way ??
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Different Inline’ is closed to new replies.