Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BoweFrankema/4097776 to your computer and use it in GitHub Desktop.
Save BoweFrankema/4097776 to your computer and use it in GitHub Desktop.
Enqueue a CSS style through infinity.ini
[style]
;name stylesheet and location to path relative to theme folder
my-custom-css = "assets/css/my-custom-css"
[style_conditions]
;enqueue this style anywhere except the admin
is_not_admin = "my-custom-css"
;INFINITY
[style]
;name stylesheet and location to path relative to theme folder
my-custom-css = "assets/css/my-custom-css"
[style_conditions]
;enqueue this style anywhere except the admin
is_not_admin = "my-custom-css"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment