# Your snippets # # Atom snippets allow you to enter a simple prefix in the editor and hit tab to # expand the prefix into a larger code block with templated values. # # You can create a new snippet in this file by typing "snip" and then hitting # tab. # # An example CoffeeScript snippet to expand log to console.log: # # '.source.coffee': # 'Console log': # 'prefix': 'log' # 'body': 'console.log $1' # # Each scope (e.g. '.source.coffee' above) can only be declared once. # # This file uses CoffeeScript Object Notation (CSON). # If you are unfamiliar with CSON, you can read more about it in the # Atom Flight Manual: # http://flight-manual.atom.io/using-atom/sections/basic-customization/#_cson '.html, .md': # https://snippet-generator.app/?description=BBElements+CSS+includes+snippet&tabtrigger=bb.css&snippet=%3C%21--+required%3A+this+is+all+the+base64+%40font-faces+%28avoids+FOUT%29+--%3E%0A%3Clink+rel%3D%22stylesheet%22+href%3D%22css%2Fbb-fonts.css%22%3E%0A%3C%21--+required%3A+this+is+the+core+styles+file+--%3E%0A%3Clink+rel%3D%22stylesheet%22+href%3D%22css%2Fbb-styles.css%22%3E%0A%0A%3C%21--+optionally%3A+if+you+want+media-queries+for+responsive+layout+--%3E%0A%3Clink+rel%3D%22stylesheet%22+href%3D%22css%2Fbb-responsive.css%22%3E%0A%3C%21--+optionally%3A+if+you+want+code+snippets+to+be+syntax+highlighted+--%3E%0A%3Clink+rel%3D%22stylesheet%22+href%3D%22css%2Fbb-code-colors.css%22%3E%0A%3C%21--+optionally%3A+if+you+want+animations+on+load+--%3E%0A%3Clink+rel%3D%22stylesheet%22+href%3D%22css%2Fbb-animations.css%22%3E&mode=atom 'BBElements CSS includes snippet': 'prefix': 'bb.css' 'body': """ """ # https://snippet-generator.app/?description=BBElements+script+includes+snippet&tabtrigger=bb.scripts&snippet=%3C%21--+optionally%3A+if+you+want+code+snippets+to+be+syntax+highlighted+--%3E%0A%3Cscript+src%3D%22js%2FhighlightJS%2Fhighlight.pack.js%22%3E%3C%2Fscript%3E%0A%3C%21--+required%3A+handles+misc+logic+%28logo%2C+marginal+notes%2C+captions%2C+etc%29+--%3E%0A%3Cscript+src%3D%22js%2FBBElements.js%22%3E%3C%2Fscript%3E&mode=atom 'BBElements script includes snippet': 'prefix': 'bb.scripts' 'body': """ """ # https://snippet-generator.app/?description=BBElements+logo+snippet&tabtrigger=bb.logo&snippet=%3C%21-+BB+LOGO+OPTIONAL+HTML+ATTRIBUTES%0A++++-+width%3A+changes+the+size+of+the+logo.%0A++++-+href%3A+specifies+where+to+link+the+logo+to.+When+no+href+is+specified+the+link+defaults+to+our+website%2C+when+set+to+href%3D%22false%22+it+won%27t+link+anywhere.%0A++++-+data-sub-title%3A+adds+a+sub-title+below+the+logo.%0A++++-+data-brand-color%3A+which+changes+the+default+pink+color.%0A++++-+data-text-color%3A+which+changes+the+default+black+text+color.%0A++++-+data-fill-color%3A+which+changes+the+white+color+of+the+B+inside+the+circle+mark.%0A++++-+data-mark-only%3A+if+set+to+%22true%22+it+only+renders+the+%28B%29+mark%2C+if+set+to+%22mobile%22+it+only+renders+the+%28B%29+mark+when+innerWidth+is+less+than+767px+%28assuming+you+are+using+bb-responsive-styles.css%29+positioned+on+the+left%2C+or+to+position+the+mobile+%28B%29+on+the+right+you+can+also+set+it+to+%22mobile-right%22%0A--%3E%0A%3Csection+id%3D%22logo%22%3E%3C%2Fsection%3E&mode=atom 'BBElements logo snippet': 'prefix': 'bb.logo' 'body': """ """ # https://snippet-generator.app/?description=BBElements+h1+snippet&tabtrigger=bb.h1&snippet=%3Ch1%3E%24%7B0%3AHeader+1%7D%3C%2Fh1%3E&mode=atom 'BBElements h1 snippet': 'prefix': 'bb.h1' 'body': """
${1:The paragraph of text the image will be assosciated with goes here.}
${3:// code goes here}
"""