Created
November 17, 2012 17:16
-
-
Save BoweFrankema/4097776 to your computer and use it in GitHub Desktop.
Enqueue a CSS style through infinity.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;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