I've been trying to add my first snippet in the Atom text editor and I keep getting the error that there's an unexpected newline.
'.source.css':
'setup CSS':
'prefix':'setup'
'body':"""
*, *:before, *:after{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
"""
I'm running on Ubuntu and Atom 1.0.2