Skip to content

Instantly share code, notes, and snippets.

View nuclearpengy's full-sized avatar
🖥️
Debugging.

Nathan Jeffery nuclearpengy

🖥️
Debugging.
View GitHub Profile
# Sample Git ignore file for tracking child theme changes but ignoring everything else. :)
#
# Written by Nathan Jeffery
# Website: https://nuclearpengy.com
# Ignore Everything
/*
# Don't ignore gitignore
!.gitignore
<style>
p, ul, ol {
-webkit-font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;
-moz-font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;
-o-font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;
font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;
}
</style>