/*
* _ _
* | (_)
* __| |_ ___
* / _` | |/ _ \
* | (_| | | __/
* \__,_|_|\___|
*
*/
No biggie, but had to manually remove them from my code.
1.- The characters "> <" need to be present (they are inside the X in Clearfix:
2.- Only breaks when pasting inline CSS with no enclosing <style>: https://gist.githubusercontent.com/sogen/e2ec898e586a9cb9e33...
removing the " > < " makes it work.
/*
* _ _
* | (_)
* __| |_ ___
* / _` | |/ _ \
* | (_| | | __/
* \__,_|_|\___|
*
*/
No biggie, but had to manually remove them from my code.