Repository: nathos/sass-textmate-bundle Branch: master Commit: f8ae40ba5b73 Files: 492 Total size: 353.8 KB Directory structure: gitextract_c3u2vs4q/ ├── .gitignore ├── Commands/ │ ├── Align Variable Assignments.tmCommand │ ├── CodeCompletion CSS Properties.tmCommand │ ├── CodeCompletion CSS Property Values.tmCommand │ ├── CodeCompletion CSS.tmCommand │ ├── Documentation for Property.tmCommand │ ├── Insert Color….tmCommand │ └── Update Bundle.tmCommand ├── DragCommands/ │ ├── Insert Image path.tmDragCommand │ └── Insert Image uri.tmDragCommand ├── LICENSE ├── Preferences/ │ ├── Comments.tmPreferences │ ├── Completions 1.tmPreferences │ ├── Completions.tmPreferences │ ├── Miscellaneous.tmPreferences │ ├── Property Value Completions.tmPreferences │ └── Symbol List: Selectors.tmPreferences ├── README.md ├── Snippets/ │ ├── !important.tmSnippet │ ├── +clearfix.tmSnippet │ ├── ---.tmSnippet │ ├── @font-face.tmSnippet │ ├── @import.tmSnippet │ ├── @media.tmSnippet │ ├── background+.tmSnippet │ ├── background-attachment.tmSnippet │ ├── background-attachment:fixed.tmSnippet │ ├── background-attachment:scroll.tmSnippet │ ├── background-break.tmSnippet │ ├── background-break:bounding-box.tmSnippet │ ├── background-break:continuous.tmSnippet │ ├── background-break:each-box.tmSnippet │ ├── background-clip.tmSnippet │ ├── background-clip:border-box.tmSnippet │ ├── background-clip:content-box.tmSnippet │ ├── background-clip:no-clip.tmSnippet │ ├── background-clip:padding-box.tmSnippet │ ├── background-color.tmSnippet │ ├── background-color:transparent.tmSnippet │ ├── background-image.tmSnippet │ ├── background-image:none.tmSnippet │ ├── background-origin.tmSnippet │ ├── background-origin:border-box.tmSnippet │ ├── background-origin:content-box.tmSnippet │ ├── background-origin:padding-box.tmSnippet │ ├── background-position-x.tmSnippet │ ├── background-position-y.tmSnippet │ ├── background-position.tmSnippet │ ├── background-repeat.tmSnippet │ ├── background-repeat:no-repeat.tmSnippet │ ├── background-repeat:repeat-x.tmSnippet │ ├── background-repeat:repeat-y.tmSnippet │ ├── background-repeat:repeat.tmSnippet │ ├── background-size.tmSnippet │ ├── background-size:auto.tmSnippet │ ├── background-size:contain.tmSnippet │ ├── background-size:cover.tmSnippet │ ├── background.tmSnippet │ ├── background:ie.tmSnippet │ ├── background:none.tmSnippet │ ├── border+.tmSnippet │ ├── border-bottom+.tmSnippet │ ├── border-bottom-color.tmSnippet │ ├── border-bottom-image.tmSnippet │ ├── border-bottom-image:none.tmSnippet │ ├── border-bottom-left-image.tmSnippet │ ├── border-bottom-left-image:continue.tmSnippet │ ├── border-bottom-left-image:none.tmSnippet │ ├── border-bottom-left-radius.tmSnippet │ ├── border-bottom-right-image.tmSnippet │ ├── border-bottom-right-image:continue.tmSnippet │ ├── border-bottom-right-image:none.tmSnippet │ ├── border-bottom-right-radius.tmSnippet │ ├── border-bottom-style.tmSnippet │ ├── border-bottom-style:none.tmSnippet │ ├── border-bottom-width.tmSnippet │ ├── border-bottom.tmSnippet │ ├── border-bottom:none.tmSnippet │ ├── border-break.tmSnippet │ ├── border-break:close.tmSnippet │ ├── border-collapse.tmSnippet │ ├── border-collapse:collapse.tmSnippet │ ├── border-collapse:separate.tmSnippet │ ├── border-color.tmSnippet │ ├── border-corner-image.tmSnippet │ ├── border-corner-image:continue.tmSnippet │ ├── border-corner-image:none.tmSnippet │ ├── border-fit.tmSnippet │ ├── border-fit:clip.tmSnippet │ ├── border-fit:overflow.tmSnippet │ ├── border-fit:overwrite.tmSnippet │ ├── border-fit:repeat.tmSnippet │ ├── border-fit:scale.tmSnippet │ ├── border-fit:space.tmSnippet │ ├── border-fit:stretch.tmSnippet │ ├── border-image.tmSnippet │ ├── border-image:none.tmSnippet │ ├── border-left+.tmSnippet │ ├── border-left-color.tmSnippet │ ├── border-left-image.tmSnippet │ ├── border-left-image:none.tmSnippet │ ├── border-left-style.tmSnippet │ ├── border-left-style:none.tmSnippet │ ├── border-left-width.tmSnippet │ ├── border-left.tmSnippet │ ├── border-left:none.tmSnippet │ ├── border-length.tmSnippet │ ├── border-length:auto.tmSnippet │ ├── border-radius.tmSnippet │ ├── border-right+.tmSnippet │ ├── border-right-color.tmSnippet │ ├── border-right-image.tmSnippet │ ├── border-right-image:none.tmSnippet │ ├── border-right-style.tmSnippet │ ├── border-right-style:none.tmSnippet │ ├── border-right-width.tmSnippet │ ├── border-right.tmSnippet │ ├── border-right:none.tmSnippet │ ├── border-spacing.tmSnippet │ ├── border-style.tmSnippet │ ├── border-style:dashed.tmSnippet │ ├── border-style:dot-dash.tmSnippet │ ├── border-style:dot-dot-dash.tmSnippet │ ├── border-style:dotted.tmSnippet │ ├── border-style:double.tmSnippet │ ├── border-style:groove.tmSnippet │ ├── border-style:hidden.tmSnippet │ ├── border-style:inset.tmSnippet │ ├── border-style:none.tmSnippet │ ├── border-style:outset.tmSnippet │ ├── border-style:ridge.tmSnippet │ ├── border-style:solid.tmSnippet │ ├── border-style:wave.tmSnippet │ ├── border-top+.tmSnippet │ ├── border-top-color.tmSnippet │ ├── border-top-image.tmSnippet │ ├── border-top-image:none.tmSnippet │ ├── border-top-left-image.tmSnippet │ ├── border-top-left-image:continue.tmSnippet │ ├── border-top-left-image:none.tmSnippet │ ├── border-top-left-radius.tmSnippet │ ├── border-top-right-image.tmSnippet │ ├── border-top-right-image:continue.tmSnippet │ ├── border-top-right-image:none.tmSnippet │ ├── border-top-right-radius.tmSnippet │ ├── border-top-style.tmSnippet │ ├── border-top-style:none.tmSnippet │ ├── border-top-width.tmSnippet │ ├── border-top.tmSnippet │ ├── border-top:none.tmSnippet │ ├── border-width.tmSnippet │ ├── border.tmSnippet │ ├── border:none.tmSnippet │ ├── bottom.tmSnippet │ ├── bottom:auto.tmSnippet │ ├── box-shadow+.tmSnippet │ ├── box-shadow.tmSnippet │ ├── box-shadow:none.tmSnippet │ ├── box-sizing.tmSnippet │ ├── box-sizing:border-box.tmSnippet │ ├── box-sizing:content-box.tmSnippet │ ├── caption-side.tmSnippet │ ├── caption-side:bottom.tmSnippet │ ├── caption-side:top.tmSnippet │ ├── clear.tmSnippet │ ├── clear:both.tmSnippet │ ├── clear:left.tmSnippet │ ├── clear:none.tmSnippet │ ├── clear:right.tmSnippet │ ├── clip.tmSnippet │ ├── clip:auto.tmSnippet │ ├── clip:rect().tmSnippet │ ├── color.tmSnippet │ ├── content.tmSnippet │ ├── content:attr().tmSnippet │ ├── content:close-quote.tmSnippet │ ├── content:counter().tmSnippet │ ├── content:counters().tmSnippet │ ├── content:no-close-quote.tmSnippet │ ├── content:no-open-quote.tmSnippet │ ├── content:normal.tmSnippet │ ├── content:open-quote.tmSnippet │ ├── counter-increment.tmSnippet │ ├── counter-reset.tmSnippet │ ├── cursor.tmSnippet │ ├── cursor:auto.tmSnippet │ ├── cursor:crosshair.tmSnippet │ ├── cursor:default.tmSnippet │ ├── cursor:hand.tmSnippet │ ├── cursor:help.tmSnippet │ ├── cursor:move.tmSnippet │ ├── cursor:pointer.tmSnippet │ ├── cursor:text.tmSnippet │ ├── display.tmSnippet │ ├── display:-moz-inline-box.tmSnippet │ ├── display:-moz-inline-stack.tmSnippet │ ├── display:block.tmSnippet │ ├── display:compact.tmSnippet │ ├── display:inline-block.tmSnippet │ ├── display:inline-table.tmSnippet │ ├── display:inline.tmSnippet │ ├── display:list-item.tmSnippet │ ├── display:none.tmSnippet │ ├── display:run-in.tmSnippet │ ├── display:table-caption.tmSnippet │ ├── display:table-cell.tmSnippet │ ├── display:table-column-group.tmSnippet │ ├── display:table-column.tmSnippet │ ├── display:table-footer-group.tmSnippet │ ├── display:table-header-group.tmSnippet │ ├── display:table-row-group.tmSnippet │ ├── display:table-row.tmSnippet │ ├── display:table.tmSnippet │ ├── empty-cells.tmSnippet │ ├── empty-cells:hide.tmSnippet │ ├── empty-cells:show.tmSnippet │ ├── expression(…).tmSnippet │ ├── float.tmSnippet │ ├── float:left.tmSnippet │ ├── float:none.tmSnippet │ ├── float:right.tmSnippet │ ├── font+.tmSnippet │ ├── font-effect.tmSnippet │ ├── font-effect:emboss.tmSnippet │ ├── font-effect:engrave.tmSnippet │ ├── font-effect:none.tmSnippet │ ├── font-effect:outline.tmSnippet │ ├── font-emphasize-position.tmSnippet │ ├── font-emphasize-position:after.tmSnippet │ ├── font-emphasize-position:before.tmSnippet │ ├── font-emphasize-style.tmSnippet │ ├── font-emphasize-style:accent.tmSnippet │ ├── font-emphasize-style:circle.tmSnippet │ ├── font-emphasize-style:disc.tmSnippet │ ├── font-emphasize-style:dot.tmSnippet │ ├── font-emphasize-style:none.tmSnippet │ ├── font-emphasize.tmSnippet │ ├── font-family.tmSnippet │ ├── font-family:cursive.tmSnippet │ ├── font-family:fantasy.tmSnippet │ ├── font-family:monospace.tmSnippet │ ├── font-family:sans-serif.tmSnippet │ ├── font-family:serif.tmSnippet │ ├── font-size-adjust.tmSnippet │ ├── font-size-adjust:none.tmSnippet │ ├── font-size.tmSnippet │ ├── font-smooth.tmSnippet │ ├── font-smooth:always.tmSnippet │ ├── font-smooth:auto.tmSnippet │ ├── font-smooth:never.tmSnippet │ ├── font-stretch.tmSnippet │ ├── font-stretch:condensed.tmSnippet │ ├── font-stretch:expanded.tmSnippet │ ├── font-stretch:extra-condensed.tmSnippet │ ├── font-stretch:extra-expanded.tmSnippet │ ├── font-stretch:normal.tmSnippet │ ├── font-stretch:semi-condensed.tmSnippet │ ├── font-stretch:semi-expanded.tmSnippet │ ├── font-stretch:ultra-condensed.tmSnippet │ ├── font-stretch:ultra-expanded.tmSnippet │ ├── font-style.tmSnippet │ ├── font-style:italic.tmSnippet │ ├── font-style:normal.tmSnippet │ ├── font-style:oblique.tmSnippet │ ├── font-variant.tmSnippet │ ├── font-variant:normal.tmSnippet │ ├── font-variant:small-caps.tmSnippet │ ├── font-weight.tmSnippet │ ├── font-weight:bold.tmSnippet │ ├── font-weight:bolder.tmSnippet │ ├── font-weight:lighter.tmSnippet │ ├── font-weight:normal.tmSnippet │ ├── font.tmSnippet │ ├── height.tmSnippet │ ├── height:auto.tmSnippet │ ├── left.tmSnippet │ ├── left:auto.tmSnippet │ ├── letter-spacing.tmSnippet │ ├── line-height.tmSnippet │ ├── list-style-image.tmSnippet │ ├── list-style-image:none.tmSnippet │ ├── list-style-position.tmSnippet │ ├── list-style-position:inside.tmSnippet │ ├── list-style-position:outside.tmSnippet │ ├── list-style-type.tmSnippet │ ├── list-style-type:circle.tmSnippet │ ├── list-style-type:decimal-leading-zero.tmSnippet │ ├── list-style-type:decimal.tmSnippet │ ├── list-style-type:disc.tmSnippet │ ├── list-style-type:lower-roman.tmSnippet │ ├── list-style-type:none.tmSnippet │ ├── list-style-type:square.tmSnippet │ ├── list-style-type:upper-roman.tmSnippet │ ├── list-style.tmSnippet │ ├── list-style:none.tmSnippet │ ├── margin-bottom.tmSnippet │ ├── margin-bottom:auto.tmSnippet │ ├── margin-left.tmSnippet │ ├── margin-left:auto.tmSnippet │ ├── margin-right.tmSnippet │ ├── margin-right:auto.tmSnippet │ ├── margin-top.tmSnippet │ ├── margin-top:auto.tmSnippet │ ├── margin.tmSnippet │ ├── margin:0 0 0 0.tmSnippet │ ├── margin:0 0 0.tmSnippet │ ├── margin:0 0.tmSnippet │ ├── margin:0.tmSnippet │ ├── margin:auto.tmSnippet │ ├── max-height.tmSnippet │ ├── max-height:none.tmSnippet │ ├── max-width.tmSnippet │ ├── max-width:none.tmSnippet │ ├── min-height.tmSnippet │ ├── min-width.tmSnippet │ ├── opacity.tmSnippet │ ├── opacity:ie.tmSnippet │ ├── opacity:ms.tmSnippet │ ├── orphans.tmSnippet │ ├── outline+.tmSnippet │ ├── outline-color.tmSnippet │ ├── outline-color:invert.tmSnippet │ ├── outline-offset.tmSnippet │ ├── outline-style.tmSnippet │ ├── outline-width.tmSnippet │ ├── outline.tmSnippet │ ├── outline:none.tmSnippet │ ├── overflow-style.tmSnippet │ ├── overflow-style:auto.tmSnippet │ ├── overflow-style:marquee.tmSnippet │ ├── overflow-style:move.tmSnippet │ ├── overflow-style:panner.tmSnippet │ ├── overflow-style:scrollbar.tmSnippet │ ├── overflow-x.tmSnippet │ ├── overflow-x:auto.tmSnippet │ ├── overflow-x:hidden.tmSnippet │ ├── overflow-x:scroll.tmSnippet │ ├── overflow-x:visible.tmSnippet │ ├── overflow-y.tmSnippet │ ├── overflow-y:auto.tmSnippet │ ├── overflow-y:hidden.tmSnippet │ ├── overflow-y:scroll.tmSnippet │ ├── overflow-y:visible.tmSnippet │ ├── overflow.tmSnippet │ ├── overflow:auto.tmSnippet │ ├── overflow:hidden.tmSnippet │ ├── overflow:scroll.tmSnippet │ ├── overflow:visible.tmSnippet │ ├── padding-bottom.tmSnippet │ ├── padding-left.tmSnippet │ ├── padding-right.tmSnippet │ ├── padding-top.tmSnippet │ ├── padding.tmSnippet │ ├── padding:0 0 0 0.tmSnippet │ ├── padding:0 0 0.tmSnippet │ ├── padding:0 0.tmSnippet │ ├── padding:0.tmSnippet │ ├── page-break-after.tmSnippet │ ├── page-break-after:always.tmSnippet │ ├── page-break-after:auto.tmSnippet │ ├── page-break-after:left.tmSnippet │ ├── page-break-after:right.tmSnippet │ ├── page-break-before.tmSnippet │ ├── page-break-before:always.tmSnippet │ ├── page-break-before:auto.tmSnippet │ ├── page-break-before:left.tmSnippet │ ├── page-break-before:right.tmSnippet │ ├── page-break-inside.tmSnippet │ ├── page-break-inside:auto.tmSnippet │ ├── page-break-inside:avoid.tmSnippet │ ├── position.tmSnippet │ ├── position:absolute.tmSnippet │ ├── position:fixed.tmSnippet │ ├── position:relative.tmSnippet │ ├── position:static.tmSnippet │ ├── quotes.tmSnippet │ ├── quotes:en.tmSnippet │ ├── quotes:none.tmSnippet │ ├── quotes:ru.tmSnippet │ ├── resize.tmSnippet │ ├── resize:both.tmSnippet │ ├── resize:horizontal.tmSnippet │ ├── resize:none.tmSnippet │ ├── resize:vertical.tmSnippet │ ├── right.tmSnippet │ ├── right:auto.tmSnippet │ ├── table-layout.tmSnippet │ ├── table-layout:auto.tmSnippet │ ├── table-layout:fixed.tmSnippet │ ├── text-align-last.tmSnippet │ ├── text-align-last:auto.tmSnippet │ ├── text-align-last:center.tmSnippet │ ├── text-align-last:left.tmSnippet │ ├── text-align-last:right.tmSnippet │ ├── text-align.tmSnippet │ ├── text-align:center.tmSnippet │ ├── text-align:left.tmSnippet │ ├── text-align:right.tmSnippet │ ├── text-decoration.tmSnippet │ ├── text-decoration:line-through.tmSnippet │ ├── text-decoration:none.tmSnippet │ ├── text-decoration:overline.tmSnippet │ ├── text-decoration:underline.tmSnippet │ ├── text-emphasis.tmSnippet │ ├── text-emphasis:accent.tmSnippet │ ├── text-emphasis:after.tmSnippet │ ├── text-emphasis:before.tmSnippet │ ├── text-emphasis:circle.tmSnippet │ ├── text-emphasis:disc.tmSnippet │ ├── text-emphasis:dot.tmSnippet │ ├── text-emphasis:none.tmSnippet │ ├── text-height.tmSnippet │ ├── text-height:auto.tmSnippet │ ├── text-height:font-size.tmSnippet │ ├── text-height:max-size.tmSnippet │ ├── text-height:text-size.tmSnippet │ ├── text-indent.tmSnippet │ ├── text-indent:-.tmSnippet │ ├── text-justify.tmSnippet │ ├── text-justify:auto.tmSnippet │ ├── text-justify:distribute.tmSnippet │ ├── text-justify:inter-cluster.tmSnippet │ ├── text-justify:inter-ideograph.tmSnippet │ ├── text-justify:inter-word.tmSnippet │ ├── text-justify:kashida.tmSnippet │ ├── text-justify:tibetan.tmSnippet │ ├── text-outline+.tmSnippet │ ├── text-outline.tmSnippet │ ├── text-outline:none.tmSnippet │ ├── text-replace.tmSnippet │ ├── text-replace:none.tmSnippet │ ├── text-shadow+.tmSnippet │ ├── text-shadow.tmSnippet │ ├── text-shadow:none.tmSnippet │ ├── text-transform.tmSnippet │ ├── text-transform:capitalize.tmSnippet │ ├── text-transform:lowercase.tmSnippet │ ├── text-transform:none.tmSnippet │ ├── text-transform:uppercase.tmSnippet │ ├── text-wrap.tmSnippet │ ├── text-wrap:none.tmSnippet │ ├── text-wrap:normal.tmSnippet │ ├── text-wrap:suppress.tmSnippet │ ├── text-wrap:unrestricted.tmSnippet │ ├── top.tmSnippet │ ├── top:auto.tmSnippet │ ├── vertical-align.tmSnippet │ ├── vertical-align:baseline.tmSnippet │ ├── vertical-align:bottom.tmSnippet │ ├── vertical-align:middle.tmSnippet │ ├── vertical-align:sub.tmSnippet │ ├── vertical-align:super.tmSnippet │ ├── vertical-align:text-bottom.tmSnippet │ ├── vertical-align:text-top.tmSnippet │ ├── vertical-align:top.tmSnippet │ ├── visibility.tmSnippet │ ├── visibility:collapse.tmSnippet │ ├── visibility:hidden.tmSnippet │ ├── visibility:visible.tmSnippet │ ├── white-space-collapse.tmSnippet │ ├── white-space-collapse:break-all.tmSnippet │ ├── white-space-collapse:break-strict.tmSnippet │ ├── white-space-collapse:keep-all.tmSnippet │ ├── white-space-collapse:loose.tmSnippet │ ├── white-space-collapse:normal.tmSnippet │ ├── white-space.tmSnippet │ ├── white-space:normal.tmSnippet │ ├── white-space:nowrap.tmSnippet │ ├── white-space:pre-line.tmSnippet │ ├── white-space:pre-wrap.tmSnippet │ ├── white-space:pre.tmSnippet │ ├── widows.tmSnippet │ ├── width.tmSnippet │ ├── width:auto.tmSnippet │ ├── word-break.tmSnippet │ ├── word-break:break-all.tmSnippet │ ├── word-break:break-strict.tmSnippet │ ├── word-break:keep-all.tmSnippet │ ├── word-break:loose.tmSnippet │ ├── word-break:normal.tmSnippet │ ├── word-spacing.tmSnippet │ ├── word-wrap.tmSnippet │ ├── word-wrap:none.tmSnippet │ ├── word-wrap:normal.tmSnippet │ ├── word-wrap:suppress.tmSnippet │ ├── word-wrap:unrestricted.tmSnippet │ ├── z-index.tmSnippet │ ├── z-index:auto.tmSnippet │ ├── zoom.tmSnippet │ └── {…}.tmSnippet ├── Syntaxes/ │ └── Sass.tmLanguage └── info.plist ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ .DS_Store *.cache ================================================ FILE: Commands/Align Variable Assignments.tmCommand ================================================ beforeRunningCommand nop command #!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby # # Sass variable block tidier, version 0.2. # # Copyright Nathan Henderson 2010-2011 # based on Assignment block tidier, version 0.1. by Chris Poirier 2006. # # This script can be used as a command for TextMate to align all # of the Sass variable assignments in a block of text. When using it # with TextMate, set the command input to "Selected Text", and the # output to "Replace Selected Text". Map it to a key equivalent, # and any time you want to tidy up a block, either select it, or put # your cursor somewhere within it; then hit the key equivalent. Voila. # lines = STDIN.readlines() selected_text = ENV.member?("TM_SELECTED_TEXT") relevant_line_pattern = /^[$][^:]+\w[:]/ column_search_pattern = /[\t ]*:/ # # If called on a selection, every assignment statement # is in the block. If called on the document, we start on the # current line and look up and down for the start and end of the # block. if selected_text then block_top = 1 block_bottom = lines.length else # # We start looking on the current line. However, if the # current line doesn't match the pattern, we may be just # after or just before a block, and we should check. If # neither, we are done. start_on = ENV["TM_LINE_NUMBER"].to_i block_top = lines.length + 1 block_bottom = 0 search_top = 1 search_bottom = lines.length search_failed = false if lines[start_on - 1] !~ relevant_line_pattern then if lines[start_on - 2] =~ relevant_line_pattern then search_bottom = start_on = start_on - 1 elsif lines[start_on] =~ relevant_line_pattern then search_top = start_on = start_on else search_failed = true end end # # Now with the search boundaries set, start looking for # the block top and bottom. unless search_failed start_on.downto(search_top) do |number| if lines[number-1] =~ relevant_line_pattern then block_top = number else break end end start_on.upto(search_bottom) do |number| if lines[number-1] =~ relevant_line_pattern then block_bottom = number else break end end end end # # Now, iterate over the block and find the best column number # for the colon. The pattern will tell us the position of the # first bit of whitespace before the colon. We put the colon # to the right of the furthest-right one. Note that we cannot # assume every line in the block is relevant. best_column = 0 block_top.upto(block_bottom) do |number| line = lines[number - 1] if line =~ relevant_line_pattern then m = column_search_pattern.match(line) best_column = m.begin(0) if m.begin(0) > best_column end end # # Reformat the block. Again, we cannot assume all lines in the # block are relevant. block_top.upto(block_bottom) do |number| if lines[number-1] =~ relevant_line_pattern then before, after = lines[number-1].split(/[\t ]*:[\t ]*/, 2) before = [before, ":"].join lines[number-1] = [before.ljust(best_column + 1), after].join(" ") end end # # Output the replacement text lines.each do |line| puts line end fallbackInput none input selection keyEquivalent ^~@; name Align Variable Assignments output replaceSelectedText scope source.sass uuid 5A998214-23DB-4482-927C-D02A57C78ACF ================================================ FILE: Commands/CodeCompletion CSS Properties.tmCommand ================================================ beforeRunningCommand nop bundleUUID 467B298F-6227-11D9-BFB1-000D93589AF6 command #!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby require "#{ENV['TM_SUPPORT_PATH']}/lib/codecompletion" TextmateCodeCompletion.plist('Property Completions') fallbackInput line input selection keyEquivalent ~ name CodeCompletion CSS Properties output insertAsSnippet scope source.sass meta.property-list -meta.property-value uuid 14303033-E209-489C-80A3-CAEDDD742576 ================================================ FILE: Commands/CodeCompletion CSS Property Values.tmCommand ================================================ beforeRunningCommand nop bundleUUID 467B298F-6227-11D9-BFB1-000D93589AF6 command #!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby require "#{ENV['TM_SUPPORT_PATH']}/lib/codecompletion" preference = 'Property Value Completions' choices = [] parsed_choices = TextmateCompletionsParser.new(nil, :scope => :css_values).to_ary choices += parsed_choices if parsed_choices choices += ['--'] plist_choices = TextmateCompletionsPlist.new( "#{ENV['TM_BUNDLE_PATH']}/Preferences/#{preference}.tmPreferences" ).to_ary choices += plist_choices if plist_choices print TextmateCodeCompletion.new(choices,STDIN.read).to_snippet fallbackInput line input selection keyEquivalent ~ name CodeCompletion CSS Property Values output insertAsSnippet scope source.sass meta.property-value uuid 4730374F-6919-416A-9042-64E026DED100 ================================================ FILE: Commands/CodeCompletion CSS.tmCommand ================================================ beforeRunningCommand nop bundleUUID 467B298F-6227-11D9-BFB1-000D93589AF6 command #!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby require "#{ENV['TM_SUPPORT_PATH']}/lib/codecompletion" preference = 'Completions' choices = [] parsed_choices = TextmateCompletionsParser.new(nil, :scope => :css).to_ary choices += parsed_choices if parsed_choices choices += ['--'] plist_choices = TextmateCompletionsPlist.new( "#{ENV['TM_BUNDLE_PATH']}/Preferences/#{preference}.tmPreferences" ).to_ary choices += plist_choices if plist_choices print TextmateCodeCompletion.new(choices,STDIN.read, :scope => :css).to_snippet fallbackInput line input selection keyEquivalent ~ name CodeCompletion CSS output insertAsSnippet scope source.sass -meta.property-list uuid 1CAA1F47-77F6-4B5E-B0F0-E5D54C56BCBC ================================================ FILE: Commands/Documentation for Property.tmCommand ================================================ beforeRunningCommand nop command #!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby # # Lookup current word as a CSS property on w3c.org # # The mapping below was generated using: # echo '$props = {'; curl -s http://meiert.com/en/indices/css-properties/ | ruby -ne 'puts %{\t"#{$2}"\t=> "#{$1}",} if $_ =~ %r{<th scope="row"><a href="(.+?)"><code>(.+?)</code></a></th>}'; echo '}' require "#{ENV['TM_SUPPORT_PATH']}/lib/exit_codes.rb" require "#{ENV['TM_SUPPORT_PATH']}/lib/ui.rb" $props = { "align-content" => "http://www.w3.org/TR/css3-flexbox/#align-content", "align-items" => "http://www.w3.org/TR/css3-flexbox/#align-items", "align-self" => "http://www.w3.org/TR/css3-flexbox/#align-self", "alignment-adjust" => "http://www.w3.org/TR/css3-linebox/#alignment-adjust", "alignment-baseline" => "http://www.w3.org/TR/css3-linebox/#alignment-baseline", "all" => "http://www.w3.org/TR/css3-cascade/#all-shorthand", "anchor-point" => "http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#anchor-points", "animation" => "http://www.w3.org/TR/css3-animations/#animation", "animation-delay" => "http://www.w3.org/TR/css3-animations/#animation-trigger", "animation-direction" => "http://www.w3.org/TR/css3-animations/#animation-direction", "animation-duration" => "http://www.w3.org/TR/css3-animations/#animation-duration", "animation-iteration-count" => "http://www.w3.org/TR/css3-animations/#animation-iteration-count", "animation-name" => "http://www.w3.org/TR/css3-animations/#animation-name", "animation-play-state" => "http://www.w3.org/TR/css3-animations/#animation-play-state", "animation-timing-function" => "http://www.w3.org/TR/css3-animations/#animation-timing-function", "appearance" => "http://www.w3.org/TR/css3-ui/#appearance0", "azimuth" => "http://www.w3.org/TR/CSS21/aural.html#propdef-azimuth", "backface-visibility" => "http://www.w3.org/TR/css3-3d-transforms/#backface-visibility-property", "background" => "http://www.w3.org/TR/css3-background/#the-background", "background-attachment" => "http://www.w3.org/TR/css3-background/#the-background-attachment", "background-clip" => "http://www.w3.org/TR/css3-background/#the-background-clip", "background-color" => "http://www.w3.org/TR/css3-background/#the-background-color", "background-image" => "http://www.w3.org/TR/css3-background/#the-background-image", "background-origin" => "http://www.w3.org/TR/css3-background/#the-background-origin", "background-position" => "http://www.w3.org/TR/css3-background/#the-background-position", "background-repeat" => "http://www.w3.org/TR/css3-background/#the-background-repeat", "background-size" => "http://www.w3.org/TR/css3-background/#the-background-size", "baseline-shift" => "http://www.w3.org/TR/css3-linebox/#baseline-shift-prop", "binding" => "http://www.w3.org/TR/becss/#the-binding", "bleed" => "http://www.w3.org/TR/css3-gcpm/#bleed", "bookmark-label" => "http://www.w3.org/TR/css3-gcpm/#bookmark-label", "bookmark-level" => "http://www.w3.org/TR/css3-gcpm/#bookmark-level", "bookmark-state" => "http://www.w3.org/TR/css3-gcpm/#bookmark-state", "bookmark-target" => "http://www.w3.org/TR/css3-gcpm/#bookmark-target", "border" => "http://www.w3.org/TR/css3-background/#the-border-shorthands", "border-bottom" => "http://www.w3.org/TR/css3-background/#the-border-shorthands", "border-bottom-color" => "http://www.w3.org/TR/css3-background/#the-border-color", "border-bottom-left-radius" => "http://www.w3.org/TR/css3-background/#the-border-radius", "border-bottom-right-radius" => "http://www.w3.org/TR/css3-background/#the-border-radius", "border-bottom-style" => "http://www.w3.org/TR/css3-background/#the-border-style", "border-bottom-width" => "http://www.w3.org/TR/css3-background/#the-border-width", "border-collapse" => "http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse", "border-color" => "http://www.w3.org/TR/css3-background/#the-border-color", "border-image" => "http://www.w3.org/TR/css3-background/#the-border-image", "border-image-outset" => "http://www.w3.org/TR/css3-background/#the-border-image-outset", "border-image-repeat" => "http://www.w3.org/TR/css3-background/#the-border-image-repeat", "border-image-slice" => "http://www.w3.org/TR/css3-background/#the-border-image-slice", "border-image-source" => "http://www.w3.org/TR/css3-background/#the-border-image-source", "border-image-width" => "http://www.w3.org/TR/css3-background/#the-border-image-width", "border-left" => "http://www.w3.org/TR/css3-background/#the-border-shorthands", "border-left-color" => "http://www.w3.org/TR/css3-background/#the-border-color", "border-left-style" => "http://www.w3.org/TR/css3-background/#the-border-style", "border-left-width" => "http://www.w3.org/TR/css3-background/#the-border-width", "border-radius" => "http://www.w3.org/TR/css3-background/#the-border-radius", "border-right" => "http://www.w3.org/TR/css3-background/#the-border-shorthands", "border-right-color" => "http://www.w3.org/TR/css3-background/#the-border-color", "border-right-style" => "http://www.w3.org/TR/css3-background/#the-border-style", "border-right-width" => "http://www.w3.org/TR/css3-background/#the-border-width", "border-spacing" => "http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing", "border-style" => "http://www.w3.org/TR/css3-background/#the-border-style", "border-top" => "http://www.w3.org/TR/css3-background/#the-border-shorthands", "border-top-color" => "http://www.w3.org/TR/css3-background/#the-border-color", "border-top-left-radius" => "http://www.w3.org/TR/css3-background/#the-border-radius", "border-top-right-radius" => "http://www.w3.org/TR/css3-background/#the-border-radius", "border-top-style" => "http://www.w3.org/TR/css3-background/#the-border-style", "border-top-width" => "http://www.w3.org/TR/css3-background/#the-border-width", "border-width" => "http://www.w3.org/TR/css3-background/#the-border-width", "bottom" => "http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom", "box-decoration-break" => "http://www.w3.org/TR/css3-background/#the-box-decoration-break", "box-shadow" => "http://www.w3.org/TR/css3-background/#the-box-shadow", "box-sizing" => "http://www.w3.org/TR/css3-ui/#box-sizing0", "break-after" => "http://www.w3.org/TR/css3-multicol/#break-after", "break-before" => "http://www.w3.org/TR/css3-multicol/#break-before", "break-inside" => "http://www.w3.org/TR/css3-multicol/#break-inside", "caption-side" => "http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side", "clear" => "http://www.w3.org/TR/css3-box/#clear", "clip" => "http://www.w3.org/TR/CSS21/visufx.html#propdef-clip", "color" => "http://www.w3.org/TR/css3-color/#color0", "color-profile" => "http://www.w3.org/TR/2003/CR-css3-color-20030514/#icc-color", "column-count" => "http://www.w3.org/TR/css3-multicol/#column-count", "column-fill" => "http://www.w3.org/TR/css3-multicol/#column-fill", "column-gap" => "http://www.w3.org/TR/css3-multicol/#column-gap", "column-rule" => "http://www.w3.org/TR/css3-multicol/#column-rule", "column-rule-color" => "http://www.w3.org/TR/css3-multicol/#column-rule-color", "column-rule-style" => "http://www.w3.org/TR/css3-multicol/#column-rule-style", "column-rule-width" => "http://www.w3.org/TR/css3-multicol/#column-rule-width", "column-span" => "http://www.w3.org/TR/css3-multicol/#column-span", "column-width" => "http://www.w3.org/TR/css3-multicol/#column-width", "columns" => "http://www.w3.org/TR/css3-multicol/#columns", "content" => "http://www.w3.org/TR/css3-content/#content", "counter-increment" => "http://www.w3.org/TR/css3-content/#counters", "counter-reset" => "http://www.w3.org/TR/css3-content/#counters", "crop" => "http://www.w3.org/TR/css3-content/#the-crop", "cue" => "http://www.w3.org/TR/css3-speech/#cue", "cue-after" => "http://www.w3.org/TR/css3-speech/#cue-after", "cue-before" => "http://www.w3.org/TR/css3-speech/#cue-before", "cursor" => "http://www.w3.org/TR/css3-ui/#cursor0", "direction" => "http://www.w3.org/TR/CSS21/visuren.html#propdef-direction", "display" => "http://www.w3.org/TR/css3-box/#display", "dominant-baseline" => "http://www.w3.org/TR/css3-linebox/#dominant-baseline", "drop-initial-after-adjust" => "http://www.w3.org/TR/css3-linebox/#drop-initial-after-adjust", "drop-initial-after-align" => "http://www.w3.org/TR/css3-linebox/#drop-initial-after-align", "drop-initial-before-adjust" => "http://www.w3.org/TR/css3-linebox/#drop-initial-before-adjust", "drop-initial-before-align" => "http://www.w3.org/TR/css3-linebox/#drop-initial-before-align", "drop-initial-size" => "http://www.w3.org/TR/css3-linebox/#drop-initial-size", "drop-initial-value" => "http://www.w3.org/TR/css3-linebox/#drop-initial-value", "elevation" => "http://www.w3.org/TR/CSS21/aural.html#propdef-elevation", "empty-cells" => "http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells", "fit" => "http://www.w3.org/TR/css3-page/#fit", "fit-position" => "http://www.w3.org/TR/css3-page/#fit-position", "flex" => "http://www.w3.org/TR/css3-flexbox/#flex", "flex-basis" => "http://www.w3.org/TR/css3-flexbox/#flex-basis0", "flex-direction" => "http://www.w3.org/TR/css3-flexbox/#flex-direction", "flex-flow" => "http://www.w3.org/TR/css3-flexbox/#flex-flow", "flex-grow" => "http://www.w3.org/TR/css3-flexbox/#flex-grow", "flex-shrink" => "http://www.w3.org/TR/css3-flexbox/#flex-shrink", "flex-wrap" => "http://www.w3.org/TR/css3-flexbox/#flex-wrap", "float" => "http://www.w3.org/TR/css3-box/#float", "float-offset" => "http://www.w3.org/TR/css3-gcpm/#float-offset", "font" => "http://www.w3.org/TR/css3-fonts/#font-prop", "font-feature-settings" => "http://www.w3.org/TR/css3-fonts/#font-feature-settings-prop", "font-family" => "http://www.w3.org/TR/css3-fonts/#font-family-prop", "font-kerning" => "http://www.w3.org/TR/css3-fonts/#font-kerning-prop", "font-language-override" => "http://www.w3.org/TR/css3-fonts/#font-language-override-prop", "font-size" => "http://www.w3.org/TR/css3-fonts/#font-size-prop", "font-size-adjust" => "http://www.w3.org/TR/css3-fonts/#font-size-adjust-prop", "font-stretch" => "http://www.w3.org/TR/css3-fonts/#font-stretch-prop", "font-style" => "http://www.w3.org/TR/css3-fonts/#font-style-prop", "font-synthesis" => "http://www.w3.org/TR/css3-fonts/#font-synthesis-prop", "font-variant" => "http://www.w3.org/TR/css3-fonts/#font-variant-prop", "font-variant-alternates" => "http://www.w3.org/TR/css3-fonts/#font-variant-alternates-prop", "font-variant-caps" => "http://www.w3.org/TR/css3-fonts/#font-variant-caps-prop", "font-variant-east-asian" => "http://www.w3.org/TR/css3-fonts/#font-variant-east-asian-prop", "font-variant-ligatures" => "http://www.w3.org/TR/css3-fonts/#font-variant-ligatures-prop", "font-variant-numeric" => "http://www.w3.org/TR/css3-fonts/#font-variant-numeric-prop", "font-variant-position" => "http://www.w3.org/TR/css3-fonts/#font-variant-position-prop", "font-weight" => "http://www.w3.org/TR/css3-fonts/#font-weight-prop", "grid-cell" => "http://www.w3.org/TR/css3-grid-layout/#grid-cell", "grid-column" => "http://www.w3.org/TR/css3-grid-layout/#grid-column", "grid-column-align" => "http://www.w3.org/TR/css3-grid-layout/#grid-column-align", "grid-column-sizing" => "http://www.w3.org/TR/css3-grid-layout/#grid-column-sizing", "grid-column-span" => "http://www.w3.org/TR/css3-grid-layout/#grid-column-span", "grid-columns" => "http://www.w3.org/TR/css3-grid-layout/#grid-columns", "grid-flow" => "http://www.w3.org/TR/css3-grid-layout/#grid-flow", "grid-row" => "http://www.w3.org/TR/css3-grid-layout/#grid-row", "grid-row-align" => "http://www.w3.org/TR/css3-grid-layout/#grid-row-align", "grid-row-sizing" => "http://www.w3.org/TR/css3-grid-layout/#grid-row-sizing", "grid-row-span" => "http://www.w3.org/TR/css3-grid-layout/#grid-row-span", "grid-rows" => "http://www.w3.org/TR/css3-grid-layout/#grid-rows", "grid-template" => "http://www.w3.org/TR/css3-grid-layout/#grid-template", "hanging-punctuation" => "http://www.w3.org/TR/css3-text/#hanging-punctuation", "height" => "http://www.w3.org/TR/css3-box/#height", "hyphens" => "http://www.w3.org/TR/css3-text/#hyphens", "icon" => "http://www.w3.org/TR/css3-ui/#icon", "image-orientation" => "http://www.w3.org/TR/css3-images/#image-orientation", "image-rendering" => "http://www.w3.org/TR/css3-images/#image-rendering", "image-resolution" => "http://www.w3.org/TR/css3-images/#image-resolution", "ime-mode" => "http://www.w3.org/TR/css3-ui/#input-method-editor", "inline-box-align" => "http://www.w3.org/TR/css3-linebox/#inline-box-align", "justify-content" => "http://www.w3.org/TR/css3-flexbox/#justify-content", "left" => "http://www.w3.org/TR/CSS21/visuren.html#propdef-left", "letter-spacing" => "http://www.w3.org/TR/css3-text/#letter-spacing", "line-break" => "http://www.w3.org/TR/css3-text/#line-break", "line-height" => "http://www.w3.org/TR/css3-linebox/#line-height", "line-stacking" => "http://www.w3.org/TR/css3-linebox/#line-stacking", "line-stacking-ruby" => "http://www.w3.org/TR/css3-linebox/#line-stacking-ruby", "line-stacking-shift" => "http://www.w3.org/TR/css3-linebox/#line-stacking-shift", "line-stacking-strategy" => "http://www.w3.org/TR/css3-linebox/#line-stacking-strategy", "list-style" => "http://www.w3.org/TR/css3-lists/#list-style", "list-style-image" => "http://www.w3.org/TR/css3-lists/#list-style-image", "list-style-position" => "http://www.w3.org/TR/css3-lists/#list-style-position", "list-style-type" => "http://www.w3.org/TR/css3-lists/#list-style-type", "margin" => "http://www.w3.org/TR/css3-box/#the-margin", "margin-bottom" => "http://www.w3.org/TR/css3-box/#the-margin", "margin-left" => "http://www.w3.org/TR/css3-box/#the-margin", "margin-right" => "http://www.w3.org/TR/css3-box/#the-margin", "margin-top" => "http://www.w3.org/TR/css3-box/#the-margin", "marker-offset" => "http://www.w3.org/TR/2008/REC-CSS2-20080411/generate.html#markers", "marks" => "http://www.w3.org/TR/css3-gcpm/#marks", "marquee-direction" => "http://www.w3.org/TR/css3-marquee/#the-marquee-direction", "marquee-loop" => "http://www.w3.org/TR/css3-box/#marquee-loop", "marquee-play-count" => "http://www.w3.org/TR/css3-marquee/#the-marquee-play-count", "marquee-speed" => "http://www.w3.org/TR/css3-marquee/#the-marquee-speed", "marquee-style" => "http://www.w3.org/TR/css3-marquee/#the-marquee-style", "max-height" => "http://www.w3.org/TR/css3-box/#max-height", "max-width" => "http://www.w3.org/TR/css3-box/#max-width", "min-height" => "http://www.w3.org/TR/css3-box/#min-height", "min-width" => "http://www.w3.org/TR/css3-box/#min-width", "move-to" => "http://www.w3.org/TR/css3-content/#moving", "nav-down" => "http://www.w3.org/TR/css3-ui/#nav-dir", "nav-index" => "http://www.w3.org/TR/css3-ui/#nav-index0", "nav-left" => "http://www.w3.org/TR/css3-ui/#nav-dir", "nav-right" => "http://www.w3.org/TR/css3-ui/#nav-dir", "nav-up" => "http://www.w3.org/TR/css3-ui/#nav-dir", "opacity" => "http://www.w3.org/TR/css3-color/#opacity", "order" => "http://www.w3.org/TR/css3-flexbox/#order", "orphans" => "http://www.w3.org/TR/css3-page/#orphans", "outline" => "http://www.w3.org/TR/css3-ui/#outline0", "outline-color" => "http://www.w3.org/TR/css3-ui/#outline-color0", "outline-offset" => "http://www.w3.org/TR/css3-ui/#outline-offset0", "outline-style" => "http://www.w3.org/TR/css3-ui/#outline-style0", "outline-width" => "http://www.w3.org/TR/css3-ui/#outline-width0", "overflow" => "http://www.w3.org/TR/css3-box/#overflow0", "overflow-style" => "http://www.w3.org/TR/css3-marquee/#the-overflow-style", "overflow-wrap" => "http://www.w3.org/TR/css3-text/#overflow-wrap", "overflow-x" => "http://www.w3.org/TR/css3-box/#overflow-x", "overflow-y" => "http://www.w3.org/TR/css3-box/#overflow-y", "padding" => "http://www.w3.org/TR/css3-box/#the-padding", "padding-bottom" => "http://www.w3.org/TR/css3-box/#the-padding", "padding-left" => "http://www.w3.org/TR/css3-box/#the-padding", "padding-right" => "http://www.w3.org/TR/css3-box/#the-padding", "padding-top" => "http://www.w3.org/TR/css3-box/#the-padding", "page" => "http://www.w3.org/TR/css3-page/#page", "page-break-after" => "http://www.w3.org/TR/css3-page/#page-break-after", "page-break-before" => "http://www.w3.org/TR/css3-page/#page-break-before", "page-break-inside" => "http://www.w3.org/TR/css3-page/#page-break-inside", "page-policy" => "http://www.w3.org/TR/css3-content/#page-policy", "pause" => "http://www.w3.org/TR/css3-speech/#pause", "pause-after" => "http://www.w3.org/TR/css3-speech/#pause-after", "pause-before" => "http://www.w3.org/TR/css3-speech/#pause-before", "perspective" => "http://www.w3.org/TR/css3-3d-transforms/#perspective-property", "perspective-origin" => "http://www.w3.org/TR/css3-3d-transforms/#perspective-origin-property", "pitch" => "http://www.w3.org/TR/CSS21/aural.html#propdef-pitch", "pitch-range" => "http://www.w3.org/TR/CSS21/aural.html#propdef-pitch-range", "play-during" => "http://www.w3.org/TR/CSS21/aural.html#propdef-play-during", "position" => "http://www.w3.org/TR/CSS21/visuren.html#propdef-position", "presentation-level" => "http://www.w3.org/TR/css3-preslev/#presentation-level-property", "punctuation-trim" => "http://www.w3.org/TR/css3-text/#punctuation-trim", "quotes" => "http://www.w3.org/TR/css3-content/#quotes", "rendering-intent" => "http://www.w3.org/TR/2003/CR-css3-color-20030514/#renderingintent", "resize" => "http://www.w3.org/TR/css3-ui/#resize0", "rest" => "http://www.w3.org/TR/css3-speech/#rest", "rest-after" => "http://www.w3.org/TR/css3-speech/#rest-after", "rest-before" => "http://www.w3.org/TR/css3-speech/#rest-before", "richness" => "http://www.w3.org/TR/CSS21/aural.html#propdef-richness", "right" => "http://www.w3.org/TR/CSS21/visuren.html#propdef-right", "rotation" => "http://www.w3.org/TR/css3-box/#rotating", "rotation-point" => "http://www.w3.org/TR/css3-box/#rotating", "ruby-align" => "http://www.w3.org/TR/css3-ruby/#ruby-align", "ruby-overhang" => "http://www.w3.org/TR/css3-ruby/#ruby-overhang", "ruby-position" => "http://www.w3.org/TR/css3-ruby/#ruby-position", "ruby-span" => "http://www.w3.org/TR/css3-ruby/#ruby-span", "size" => "http://www.w3.org/TR/css3-page/#size", "speak" => "http://www.w3.org/TR/css3-speech/#speak", "speak-as" => "http://www.w3.org/TR/css3-speech/#speak-as", "speak-header" => "http://www.w3.org/TR/CSS21/aural.html#propdef-speak-header", "speak-numeral" => "http://www.w3.org/TR/CSS21/aural.html#propdef-speak-numeral", "speak-punctuation" => "http://www.w3.org/TR/CSS21/aural.html#propdef-speak-punctuation", "speech-rate" => "http://www.w3.org/TR/CSS21/aural.html#propdef-speech-rate", "stress" => "http://www.w3.org/TR/CSS21/aural.html#propdef-stress", "string-set" => "http://www.w3.org/TR/css3-gcpm/#string-set", "tab-size" => "http://www.w3.org/TR/css3-text/#tab-size", "table-layout" => "http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout", "target" => "http://www.w3.org/TR/css3-hyperlinks/#the-target", "target-name" => "http://www.w3.org/TR/css3-hyperlinks/#the-target-name", "target-new" => "http://www.w3.org/TR/css3-hyperlinks/#the-target-new", "target-position" => "http://www.w3.org/TR/css3-hyperlinks/#the-target-position", "text-align" => "http://www.w3.org/TR/css3-text/#text-align", "text-align-last" => "http://www.w3.org/TR/css3-text/#text-align-last", "text-decoration" => "http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration", "text-decoration-color" => "http://www.w3.org/TR/css-text-decor-3/#text-decoration-color", "text-decoration-line" => "http://www.w3.org/TR/css-text-decor-3/#text-decoration-line", "text-decoration-skip" => "http://www.w3.org/TR/css-text-decor-3/#text-decoration-skip", "text-decoration-style" => "http://www.w3.org/TR/css-text-decor-3/#text-decoration-style", "text-emphasis" => "http://www.w3.org/TR/css-text-decor-3/#text-emphasis", "text-emphasis-color" => "http://www.w3.org/TR/css-text-decor-3/#text-emphasis-color", "text-emphasis-position" => "http://www.w3.org/TR/css-text-decor-3/#text-emphasis-position", "text-emphasis-style" => "http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style", "text-height" => "http://www.w3.org/TR/css3-linebox/#text-height", "text-indent" => "http://www.w3.org/TR/css3-text/#text-indent", "text-justify" => "http://www.w3.org/TR/css3-text/#text-justify", "text-outline" => "http://www.w3.org/TR/css3-text/#text-outline", "text-overflow" => "http://www.w3.org/TR/css3-ui/#text-overflow", "text-shadow" => "http://www.w3.org/TR/css-text-decor-3/#text-shadow", "text-space-collapse" => "http://www.w3.org/TR/css3-text/#white-space-collapsing", "text-transform" => "http://www.w3.org/TR/CSS21/text.html#propdef-text-transform", "text-underline-position" => "http://www.w3.org/TR/css-text-decor-3/#text-underline-position", "text-wrap" => "http://www.w3.org/TR/css3-text/#text-wrap", "top" => "http://www.w3.org/TR/CSS21/visuren.html#propdef-top", "transform" => "http://www.w3.org/TR/css3-3d-transforms/#transform-property", "transform-origin" => "http://www.w3.org/TR/css3-3d-transforms/#transform-origin-property", "transform-style" => "http://www.w3.org/TR/css3-3d-transforms/#transform-style-property", "transition" => "http://www.w3.org/TR/css3-transitions/#transition", "transition-delay" => "http://www.w3.org/TR/css3-transitions/#transition-delay", "transition-duration" => "http://www.w3.org/TR/css3-transitions/#transition-duration", "transition-property" => "http://www.w3.org/TR/css3-transitions/#transition-property", "transition-timing-function" => "http://www.w3.org/TR/css3-transitions/#transition-timing-function", "unicode-bidi" => "http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi", "vertical-align" => "http://www.w3.org/TR/css3-linebox/#vertical-align", "visibility" => "http://www.w3.org/TR/css3-box/#visibility", "voice-balance" => "http://www.w3.org/TR/css3-speech/#voice-balance", "voice-duration" => "http://www.w3.org/TR/css3-speech/#voice-duration", "voice-family" => "http://www.w3.org/TR/css3-speech/#voice-family", "voice-pitch" => "http://www.w3.org/TR/css3-speech/#voice-pitch", "voice-range" => "http://www.w3.org/TR/css3-speech/#voice-range", "voice-rate" => "http://www.w3.org/TR/css3-speech/#voice-rate", "voice-stress" => "http://www.w3.org/TR/css3-speech/#voice-stress", "voice-volume" => "http://www.w3.org/TR/css3-speech/#voice-volume", "volume" => "http://www.w3.org/TR/CSS21/aural.html#propdef-volume", "white-space" => "http://www.w3.org/TR/css3-text/#white-space", "widows" => "http://www.w3.org/TR/css3-page/#widows", "width" => "http://www.w3.org/TR/css3-box/#width", "word-break" => "http://www.w3.org/TR/css3-text/#word-break", "word-spacing" => "http://www.w3.org/TR/css3-text/#word-spacing", "word-wrap" => "http://www.w3.org/TR/css3-text/#word-wrap", "z-index" => "http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index", } cur_line = ENV['TM_CURRENT_LINE'] cur_word = ENV['TM_CURRENT_WORD'] # since dash (‘-’) is not a word character, extend current word to neighboring word and dash characters $prop_name = /[-\w]*#{Regexp.escape cur_word}[-\w]*/.match(cur_line)[0] def request_prop_name s = TextMate::UI.request_string( :title => 'Documentation for Property', :prompt => 'Which property would you like to lookup?', :button1 => 'Lookup' ) unless s.nil? or s.length < 1 $props[s] || "http://meiert.com/en/indices/css-properties/" else TextMate.exit_discard end end url = $props[$prop_name] || request_prop_name puts "<meta http-equiv='Refresh' content='0;URL=#{url}'>" input none keyEquivalent ^h name Documentation for Property output showAsHTML scope source.sass uuid E2CC7D28-9F0B-4BBB-ACE0-E67682DF3889 ================================================ FILE: Commands/Insert Color….tmCommand ================================================ beforeRunningCommand nop bundleUUID 4675F24E-6227-11D9-BFB1-000D93589AF6 command #!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -wKu # encoding: UTF-8 require ENV['TM_SUPPORT_PATH'] + "/lib/ui" require ENV['TM_SUPPORT_PATH'] + "/lib/exit_codes" colour = STDIN.read # http://www.w3schools.com/css/css_colornames.asp COLOURS = { 'aliceblue' => 'F0F8FF', 'antiquewhite' => 'FAEBD7', 'aqua' => '00FFFF', 'aquamarine' => '7FFFD4', 'azure' => 'F0FFFF', 'beige' => 'F5F5DC', 'bisque' => 'FFE4C4', 'black' => '000000', 'blanchedalmond' => 'FFEBCD', 'blue' => '0000FF', 'blueviolet' => '8A2BE2', 'brown' => 'A52A2A', 'burlywood' => 'DEB887', 'cadetblue' => '5F9EA0', 'chartreuse' => '7FFF00', 'chocolate' => 'D2691E', 'coral' => 'FF7F50', 'cornflowerblue' => '6495ED', 'cornsilk' => 'FFF8DC', 'crimson' => 'DC143C', 'cyan' => '00FFFF', 'darkblue' => '00008B', 'darkcyan' => '008B8B', 'darkgoldenrod' => 'B8860B', 'darkgray' => 'A9A9A9', 'darkgrey' => 'A9A9A9', 'darkgreen' => '006400', 'darkkhaki' => 'BDB76B', 'darkmagenta' => '8B008B', 'darkolivegreen' => '556B2F', 'darkorange' => 'FF8C00', 'darkorchid' => '9932CC', 'darkred' => '8B0000', 'darksalmon' => 'E9967A', 'darkseagreen' => '8FBC8F', 'darkslateblue' => '483D8B', 'darkslategray' => '2F4F4F', 'darkslategrey' => '2F4F4F', 'darkturquoise' => '00CED1', 'darkviolet' => '9400D3', 'deeppink' => 'FF1493', 'deepskyblue' => '00BFFF', 'dimgray' => '696969', 'dimgrey' => '696969', 'dodgerblue' => '1E90FF', 'firebrick' => 'B22222', 'floralwhite' => 'FFFAF0', 'forestgreen' => '228B22', 'fuchsia' => 'FF00FF', 'gainsboro' => 'DCDCDC', 'ghostwhite' => 'F8F8FF', 'gold' => 'FFD700', 'goldenrod' => 'DAA520', 'gray' => '808080', 'grey' => '808080', 'green' => '008000', 'greenyellow' => 'ADFF2F', 'honeydew' => 'F0FFF0', 'hotpink' => 'FF69B4', 'indianred' => 'CD5C5C', 'indigo' => '4B0082', 'ivory' => 'FFFFF0', 'khaki' => 'F0E68C', 'lavender' => 'E6E6FA', 'lavenderblush' => 'FFF0F5', 'lawngreen' => '7CFC00', 'lemonchiffon' => 'FFFACD', 'lightblue' => 'ADD8E6', 'lightcoral' => 'F08080', 'lightcyan' => 'E0FFFF', 'lightgoldenrodyellow' => 'FAFAD2', 'lightgray' => 'D3D3D3', 'lightgrey' => 'D3D3D3', 'lightgreen' => '90EE90', 'lightpink' => 'FFB6C1', 'lightsalmon' => 'FFA07A', 'lightseagreen' => '20B2AA', 'lightskyblue' => '87CEFA', 'lightslategray' => '778899', 'lightslategrey' => '778899', 'lightsteelblue' => 'B0C4DE', 'lightyellow' => 'FFFFE0', 'lime' => '00FF00', 'limegreen' => '32CD32', 'linen' => 'FAF0E6', 'magenta' => 'FF00FF', 'maroon' => '800000', 'mediumaquamarine' => '66CDAA', 'mediumblue' => '0000CD', 'mediumorchid' => 'BA55D3', 'mediumpurple' => '9370D8', 'mediumseagreen' => '3CB371', 'mediumslateblue' => '7B68EE', 'mediumspringgreen' => '00FA9A', 'mediumturquoise' => '48D1CC', 'mediumvioletred' => 'C71585', 'midnightblue' => '191970', 'mintcream' => 'F5FFFA', 'mistyrose' => 'FFE4E1', 'moccasin' => 'FFE4B5', 'navajowhite' => 'FFDEAD', 'navy' => '000080', 'oldlace' => 'FDF5E6', 'olive' => '808000', 'olivedrab' => '6B8E23', 'orange' => 'FFA500', 'orangered' => 'FF4500', 'orchid' => 'DA70D6', 'palegoldenrod' => 'EEE8AA', 'palegreen' => '98FB98', 'paleturquoise' => 'AFEEEE', 'palevioletred' => 'D87093', 'papayawhip' => 'FFEFD5', 'peachpuff' => 'FFDAB9', 'peru' => 'CD853F', 'pink' => 'FFC0CB', 'plum' => 'DDA0DD', 'powderblue' => 'B0E0E6', 'purple' => '800080', 'red' => 'FF0000', 'rosybrown' => 'BC8F8F', 'royalblue' => '4169E1', 'saddlebrown' => '8B4513', 'salmon' => 'FA8072', 'sandybrown' => 'F4A460', 'seagreen' => '2E8B57', 'seashell' => 'FFF5EE', 'sienna' => 'A0522D', 'silver' => 'C0C0C0', 'skyblue' => '87CEEB', 'slateblue' => '6A5ACD', 'slategray' => '708090', 'slategrey' => '708090', 'snow' => 'FFFAFA', 'springgreen' => '00FF7F', 'steelblue' => '4682B4', 'tan' => 'D2B48C', 'teal' => '008080', 'thistle' => 'D8BFD8', 'tomato' => 'FF6347', 'turquoise' => '40E0D0', 'violet' => 'EE82EE', 'wheat' => 'F5DEB3', 'white' => 'FFFFFF', 'whitesmoke' => 'F5F5F5', 'yellow' => 'FFFF00', 'yellowgreen' => '9ACD32', } if colour.length > 0 and colour[0] != ?# colour.downcase! # Convert named colours to their hex values colour = '#' + COLOURS[colour] if COLOURS.has_key? colour end if res = TextMate::UI.request_color(colour) print res else TextMate.exit_discard end fallbackInput word input selection name Insert Color… output replaceSelectedText scope source.sass uuid 15DB6DEF-1236-4781-AC58-D5D7B8A76727 ================================================ FILE: Commands/Update Bundle.tmCommand ================================================ beforeRunningCommand nop command cd "$TM_BUNDLE_PATH" echo "<pre>" [ -d ".svn" ] && svn up [ -d ".git" ] && git pull [ ! -d .svn ] && [ ! -d .git ] && echo "You must install the bundle using Subversion or Git in order to update via this command." osascript -e 'tell app "TextMate" to reload bundles' echo "</pre>" input selection name Update Bundle output showAsHTML uuid 3FB1865C-21D8-47B5-9059-670FFC58DFCF ================================================ FILE: DragCommands/Insert Image path.tmDragCommand ================================================ command img="$TM_DROPPED_FILE" echo -n $img draggedFileExtensions png jpeg jpg gif name Insert Image path output insertAsSnippet scope source.sass uuid 131416B9-6C23-46DF-8B0F-3A6FB7922EBC ================================================ FILE: DragCommands/Insert Image uri.tmDragCommand ================================================ bundleUUID 4675F24E-6227-11D9-BFB1-000D93589AF6 command if echo "$TM_SCOPE" | grep -q meta.property-list.css then if echo "$TM_SCOPE" | grep -q meta.property-value.css then if echo "$TM_CURRENT_WORD" | grep -q url\(\) then echo -n "'$TM_DROPPED_FILE'" elif echo "$TM_SCOPE" | grep -q string.quoted.single.css then echo -n "$TM_DROPPED_FILE" else echo -n "url('$TM_DROPPED_FILE')" fi else echo -ne "background:\${1: #\${2:DDD}} url('$TM_DROPPED_FILE')\${3: \${4:repeat/repeat-x/repeat-y/no-repeat} \${5:scroll/fixed} \${6:top/center/bottom/x-%/x-pos} \${7:left/center/right/y-%/y-pos}};\n\$0" fi else echo -ne "\${1:#selector} {\n background: url('$TM_DROPPED_FILE')\${3: \${4:no-repeat} \${5:scroll} \${6:top} \${7:left}};\n" sips -g pixelWidth -g pixelHeight "$TM_DROPPED_FILE"|awk '/pixelWidth/ { printf(" width: %dpx;\n", $2) } /pixelHeight/ { printf(" height: %dpx;\n}\$0", $2) }' fi draggedFileExtensions png jpeg jpg gif name Insert Image uri output insertAsSnippet scope source.sass uuid 0600FA72-0508-48B1-B627-A1D2D8BB1811 ================================================ FILE: LICENSE ================================================ The MIT License (MIT) Copyright (c) 2014 nathos Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: Preferences/Comments.tmPreferences ================================================ name Comments scope source.sass settings shellVariables name TM_COMMENT_START value // name TM_COMMENT_START_2 value /* name TM_COMMENT_END_2 value */ uuid 7CDCE4E8-3850-4F98-A0A8-AFAE23F4F6E9 ================================================ FILE: Preferences/Completions 1.tmPreferences ================================================ name Completions 1 scope source.sass -meta.property-list settings completions * # . a abbr acronym address area b base big blockquote body br button caption cite code col colgroup dd del dfn div dl dt em fieldset form frame frameset h1 h2 h3 h4 h5 h6 head hr html i iframe img input ins kbd label legend li link map meta noframes noscript object ol optgroup option p param pre q samp script select small span strike strong style sub sup table tbody td textarea tfoot th thead title tr tt ul var uuid 22107EBB-8C07-4A65-ADA0-796859B49C86 ================================================ FILE: Preferences/Completions.tmPreferences ================================================ name Completions scope source.sass settings completions background border clear color cursor direction display float font letter list margin marker overflow padding position text vertical visibility white word absolute block bottom hidden inline inherit italic left relative repeat-x repeat-y repeat right underline uppercase uuid 3C3365EB-75D2-4DFD-9F23-AE3F6A33165D ================================================ FILE: Preferences/Miscellaneous.tmPreferences ================================================ name Miscellaneous scope source.sass settings smartTypingPairs " " ( ) { } [ ] ' ' ` ` uuid 0643AEB8-653A-401E-A96F-3D243092B977 ================================================ FILE: Preferences/Property Value Completions.tmPreferences ================================================ name Property Value Completions scope source.sass meta.property-value settings completions absolute all-scroll always auto baseline below bidi-override block bold bolder both bottom break-all break-word capitalize center char circle col-resize collapse crosshair dashed decimal default disabled disc distribute distribute-all-lines distribute-letter distribute-space dotted double e-resize ellipsis fixed groove hand help hidden horizontal ideograph-alpha ideograph-numeric ideograph-parenthesis ideograph-space inactive inherit inline inline-block inset inside inter-ideograph inter-word italic justify keep-all left lighter line line-edge line-through list-item loose lower-alpha lower-roman lowercase lr-tb ltr medium middle move n-resize ne-resize newspaper no-drop no-repeat none normal not-allowed nowrap nw-resize oblique outset outside overline pointer progress relative repeat repeat-x repeat-y ridge right row-resize rtl s-resize scroll se-resize separate small-caps solid square static strict super sw-resize table-footer-group table-header-group tb-rl text text-bottom text-top thick thin top transparent underline upper-alpha upper-roman uppercase url("") vertical-ideographic vertical-text visible w-resize wait whitespace uuid F76DEA2A-76C3-4D87-B144-C7D54063AC6C ================================================ FILE: Preferences/Symbol List: Selectors.tmPreferences ================================================ name Symbol List: Selectors scope entity.other.attribute-name.class, entity.other.attribute-name.id, keyword.control.untitled settings showInSymbolList 1 symbolTransformation s/(.*?)/$1/ uuid 85C52E50-A97B-46E9-BBF4-577C1FC761E0 ================================================ FILE: README.md ================================================ # Sass for TextMate/Sublime Text 2 & 3 ## What's this thingie? This add-on adds syntax highlighting and tab/code completion for Sass and SCSS files. It features [Zen Coding](http://code.google.com/p/zen-coding/) shortcuts for many CSS properties, making you look like some kind of stylesheet wizard to everyone around you. You've got to like that. ## TextMate Installation ### With git mkdir -p ~/Library/Application\ Support/TextMate/Bundles/ cd ~/Library/Application\ Support/TextMate/Bundles/ git clone https://github.com/nathos/sass-textmate-bundle.git Sass.tmbundle osascript -e 'tell app "TextMate" to reload bundles' ### Without git mkdir -p ~/Library/Application\ Support/TextMate/Bundles cd ~/Library/Application\ Support/TextMate/Bundles mkdir sass-textmate-bundle.tmbundle && curl -L https://github.com/nathos/sass-textmate-bundle/tarball/master | tar xz --strip 1 -C sass-textmate-bundle.tmbundle osascript -e 'tell app "TextMate" to reload bundles' ## Sublime Text 2 & 3 Installation ### With Sublime Package Control I recommend using the excellent [Sublime Package Control](http://wbond.net/sublime_packages/package_control) to install Sublime Text 2 packages. Once you have Package Control installed, activate your Command Palette (Command + Shift + P) and choose ```Package Control: Install Package```. Then, search for **"Sass"** and press Enter. In mere moments you'll be up and running with full syntax highlighting, tab completion and more. Huzzah! ### With Git (Windows) From within Sublime Text go to: ```Preferences > Browse Packages...``` Right-click and select: ```Git Bash Here``` From the Git Bash: ```git clone https://github.com/nathos/sass-textmate-bundle.git``` Restart Sublime Text. ### Putting HAML in its place You may find that when you open files with the `.sass` extension, Sublime Text 2 initially interprets the syntax as HAML. To permanently fix this, open `Packages/Rails/Ruby Haml.tmLanguage` and delete the line `sass`. Alternatively, you can open a sass file in Sublime Text (with either the .sass or .scss extension) and go to ```View > Syntax``` and select Sass. This will also ensure updated won't override this setting in future. ## About & Credit This was originally a fork of , and includes the best contributions of people [throughout the network](https://github.com/nathos/sass-textmate-bundle/network). Features include improved syntax highlighting, [Zen Coding](http://code.google.com/p/zen-coding/)-style property autocompletion, and more. ================================================ FILE: Snippets/!important.tmSnippet ================================================ content !important$0 name !important scope source.sass tabTrigger ! uuid E730BFDC-EE59-43A0-8585-56C568E7D99F ================================================ FILE: Snippets/+clearfix.tmSnippet ================================================ content +clearfix name +clearfix scope source.sass tabTrigger cf uuid 23C59F5E-24B6-47A5-9E0B-073B3F8BAFC1 ================================================ FILE: Snippets/---.tmSnippet ================================================ bundleUUID 4675F24E-6227-11D9-BFB1-000D93589AF6 content /* $1 ---------------------------------------- */ name --- scope source.sass tabTrigger --- uuid F81D1BB3-0686-4A05-B387-471171D5C241 ================================================ FILE: Snippets/@font-face.tmSnippet ================================================ content @font-face font-family: $1 src: url($2)$0 name @font-face scope source.sass tabTrigger @f uuid E0AC4235-CD62-495A-A846-24D203AB51D0 ================================================ FILE: Snippets/@import.tmSnippet ================================================ content @import url($1)$0 name @import scope source.sass tabTrigger @i uuid C8B9A854-A63B-4256-B809-1FDBFAF45A1A ================================================ FILE: Snippets/@media.tmSnippet ================================================ content @media ${1:print} $0 name @media scope source.sass tabTrigger @m uuid 652B0C17-4A4D-4033-B114-45E67113A975 ================================================ FILE: Snippets/background+.tmSnippet ================================================ content background: ${TM_CSS_SPACE}#${1:FFF} url($2) ${3:0} ${4:0} ${5:no-repeat}$0 name background+ scope source.sass tabTrigger bg+ uuid 6092544F-BB95-44AB-A2D5-3E2E2B9ADF33 ================================================ FILE: Snippets/background-attachment.tmSnippet ================================================ content background-attachment: ${TM_CSS_SPACE}$1$0 name background-attachment scope source.sass tabTrigger bga uuid A5ED4259-19C3-43CA-B0B4-30AE984474FB ================================================ FILE: Snippets/background-attachment:fixed.tmSnippet ================================================ content background-attachment: ${TM_CSS_SPACE}fixed$0 name background-attachment:fixed scope source.sass tabTrigger bga:f uuid 11FA80F3-8FC9-49DA-9F09-B7C214F204B3 ================================================ FILE: Snippets/background-attachment:scroll.tmSnippet ================================================ content background-attachment: ${TM_CSS_SPACE}scroll$0 name background-attachment:scroll scope source.sass tabTrigger bga:s uuid 944A5454-1173-4110-9698-296E3928D347 ================================================ FILE: Snippets/background-break.tmSnippet ================================================ content background-break: ${TM_CSS_SPACE}$1$0 name background-break scope source.sass tabTrigger bgbk uuid A1B5F181-3AEF-4A8D-8F54-5FF4BD9CA6B1 ================================================ FILE: Snippets/background-break:bounding-box.tmSnippet ================================================ content background-break: ${TM_CSS_SPACE}bounding-box$0 name background-break:bounding-box scope source.sass tabTrigger bgbk:bb uuid D7762AA5-3846-4DD2-B721-777DA25E9140 ================================================ FILE: Snippets/background-break:continuous.tmSnippet ================================================ content background-break: ${TM_CSS_SPACE}continuous$0 name background-break:continuous scope source.sass tabTrigger bgbk:c uuid 9BDEDDDD-28F7-486E-8514-4E12EB011B43 ================================================ FILE: Snippets/background-break:each-box.tmSnippet ================================================ content background-break: ${TM_CSS_SPACE}each-box$0 name background-break:each-box scope source.sass tabTrigger bgbk:eb uuid 635FCC04-892D-49FF-AE11-46CF790320B9 ================================================ FILE: Snippets/background-clip.tmSnippet ================================================ content background-clip: ${TM_CSS_SPACE}$1$0 name background-clip scope source.sass tabTrigger bgcp uuid DCFC098A-3A37-4616-A88D-C336A37EAFB9 ================================================ FILE: Snippets/background-clip:border-box.tmSnippet ================================================ content background-clip: ${TM_CSS_SPACE}border-box$0 name background-clip:border-box scope source.sass tabTrigger bgcp:bb uuid DA2CC899-3F27-4C89-BC38-61857B080A5D ================================================ FILE: Snippets/background-clip:content-box.tmSnippet ================================================ content background-clip: ${TM_CSS_SPACE}content-box$0 name background-clip:content-box scope source.sass tabTrigger bgcp:cb uuid 5D401E2B-E814-4B3D-9590-55069680992E ================================================ FILE: Snippets/background-clip:no-clip.tmSnippet ================================================ content background-clip: ${TM_CSS_SPACE}no-clip$0 name background-clip:no-clip scope source.sass tabTrigger bgcp:nc uuid CED755EA-511C-42EC-AF07-A1FA0F730049 ================================================ FILE: Snippets/background-clip:padding-box.tmSnippet ================================================ content background-clip: ${TM_CSS_SPACE}padding-box$0 name background-clip:padding-box scope source.sass tabTrigger bgcp:pb uuid 8BA13B60-C998-448B-856D-5E38ED00603C ================================================ FILE: Snippets/background-color.tmSnippet ================================================ content background-color: ${TM_CSS_SPACE}#${1:FFF}$0 name background-color scope source.sass tabTrigger bgc uuid 1FFF6B8D-D83C-4BBF-89F3-92EF8BE0DFD1 ================================================ FILE: Snippets/background-color:transparent.tmSnippet ================================================ content background-color: ${TM_CSS_SPACE}transparent$0 name background-color:transparent scope source.sass tabTrigger bgc:t uuid 0C7DB05A-A8C0-4BB7-9CDF-477FD6953147 ================================================ FILE: Snippets/background-image.tmSnippet ================================================ content background-image: ${TM_CSS_SPACE}url("$1")$0 name background-image scope source.sass tabTrigger bgi uuid 8D9B7DF8-8C16-4501-B3AE-7AE69239BA22 ================================================ FILE: Snippets/background-image:none.tmSnippet ================================================ content background-image: ${TM_CSS_SPACE}none$0 name background-image:none scope source.sass tabTrigger bgi:n uuid 76F4D427-3D8C-4735-A1B8-C0A2A39CD129 ================================================ FILE: Snippets/background-origin.tmSnippet ================================================ content background-origin: ${TM_CSS_SPACE}$1$0 name background-origin scope source.sass tabTrigger bgo uuid 818AA90F-BDB7-452C-A470-42F7EFDBA302 ================================================ FILE: Snippets/background-origin:border-box.tmSnippet ================================================ content background-origin: ${TM_CSS_SPACE}border-box$0 name background-origin:border-box scope source.sass tabTrigger bgo:bb uuid 28182C70-AF85-4CFA-85C0-BEFA4EA33721 ================================================ FILE: Snippets/background-origin:content-box.tmSnippet ================================================ content background-origin: ${TM_CSS_SPACE}content-box$0 name background-origin:content-box scope source.sass tabTrigger bgo:cb uuid 9A4B7B8C-FE4D-48BB-A365-F042300837CF ================================================ FILE: Snippets/background-origin:padding-box.tmSnippet ================================================ content background-origin: ${TM_CSS_SPACE}padding-box$0 name background-origin:padding-box scope source.sass tabTrigger bgo:pb uuid 669D0EF5-63DF-435A-BAFB-E81973D405CA ================================================ FILE: Snippets/background-position-x.tmSnippet ================================================ content background-position-x: ${TM_CSS_SPACE}$1$0 name background-position-x scope source.sass tabTrigger bgpx uuid DAF36E28-169D-4425-B27D-0D1571893DC0 ================================================ FILE: Snippets/background-position-y.tmSnippet ================================================ content background-position-y: ${TM_CSS_SPACE}$1$0 name background-position-y scope source.sass tabTrigger bgpy uuid B8E23427-EB7F-42C8-B943-2457E70ABE4B ================================================ FILE: Snippets/background-position.tmSnippet ================================================ content background-position: ${TM_CSS_SPACE}${1:0} ${2:0}$0 name background-position scope source.sass tabTrigger bgp uuid C92DEFC4-7A3D-4EF2-AF88-566D8BB25CDF ================================================ FILE: Snippets/background-repeat.tmSnippet ================================================ content background-repeat: ${TM_CSS_SPACE}$1$0 name background-repeat scope source.sass tabTrigger bgr uuid CE8D2A33-4C05-407F-A3D7-8A6CE814B70C ================================================ FILE: Snippets/background-repeat:no-repeat.tmSnippet ================================================ content background-repeat: ${TM_CSS_SPACE}no-repeat$0 name background-repeat:no-repeat scope source.sass tabTrigger bgr:n uuid 2632C583-24FF-4F76-93AF-E826399633E1 ================================================ FILE: Snippets/background-repeat:repeat-x.tmSnippet ================================================ content background-repeat: ${TM_CSS_SPACE}repeat-x$0 name background-repeat:repeat-x scope source.sass tabTrigger bgr:x uuid AF93EC40-3F20-4E79-AB6A-6271B95596BD ================================================ FILE: Snippets/background-repeat:repeat-y.tmSnippet ================================================ content background-repeat: ${TM_CSS_SPACE}repeat-y$0 name background-repeat:repeat-y scope source.sass tabTrigger bgr:y uuid B2D4052C-6F1A-4053-9269-984499426D4D ================================================ FILE: Snippets/background-repeat:repeat.tmSnippet ================================================ content background-repeat: ${TM_CSS_SPACE}repeat$0 name background-repeat:repeat scope source.sass tabTrigger bgr:r uuid D61199DE-48F3-43EC-8955-70820E21A96A ================================================ FILE: Snippets/background-size.tmSnippet ================================================ content background-size: ${TM_CSS_SPACE}$1$0 name background-size scope source.sass tabTrigger bgz uuid 2DD4B6AD-AE38-498F-AA62-BB1D83594169 ================================================ FILE: Snippets/background-size:auto.tmSnippet ================================================ content background-size: ${TM_CSS_SPACE}auto$0 name background-size:auto scope source.sass tabTrigger bgz:a uuid 3ABC728F-3846-4483-9B92-173ACC164CCE ================================================ FILE: Snippets/background-size:contain.tmSnippet ================================================ content background-size: ${TM_CSS_SPACE}contain$0 name background-size:contain scope source.sass tabTrigger bgz:ct uuid 0BD9B5E7-DABC-4C29-94FA-EB6BD53009C3 ================================================ FILE: Snippets/background-size:cover.tmSnippet ================================================ content background-size: ${TM_CSS_SPACE}cover$0 name background-size:cover scope source.sass tabTrigger bgz:cv uuid 3B1B2B30-98D1-4680-8E81-E3E10889E50F ================================================ FILE: Snippets/background.tmSnippet ================================================ content background: ${TM_CSS_SPACE}$1$0 name background scope source.sass tabTrigger bg uuid 003F8221-B93B-4269-BA6B-7A4B51BA5178 ================================================ FILE: Snippets/background:ie.tmSnippet ================================================ content filter: ${TM_CSS_SPACE}progid: DXImageTransform.Microsoft.AlphaImageLoader(src='$1',sizingMethod='${2:crop}')$0 name background:ie scope source.sass tabTrigger bg:ie uuid 81938FA6-8A40-40A8-983B-BF90DC48479D ================================================ FILE: Snippets/background:none.tmSnippet ================================================ content background: ${TM_CSS_SPACE}none$0 name background:none scope source.sass tabTrigger bg:n uuid 516230B2-B8F4-420F-89D7-D674DCBEFCF4 ================================================ FILE: Snippets/border+.tmSnippet ================================================ content border: ${TM_CSS_SPACE}${1:1px} ${2:solid} #${3:000}$0 name border+ scope source.sass tabTrigger bd+ uuid 949A8AF7-D253-4C2D-8E1C-2B32795CCB9F ================================================ FILE: Snippets/border-bottom+.tmSnippet ================================================ content border-bottom: ${TM_CSS_SPACE}${1:1px} ${2:solid} #${3:000}$0 name border-bottom+ scope source.sass tabTrigger bdb+ uuid C520ABD7-ABF0-49DE-8E0B-D98F128C3790 ================================================ FILE: Snippets/border-bottom-color.tmSnippet ================================================ content border-bottom-color: ${TM_CSS_SPACE}#${1:000}$0 name border-bottom-color scope source.sass tabTrigger bdbc uuid E4AD878B-9B0A-42A6-BF16-FD60C41E153E ================================================ FILE: Snippets/border-bottom-image.tmSnippet ================================================ content border-bottom-image: ${TM_CSS_SPACE}url($1)$0 name border-bottom-image scope source.sass tabTrigger bdbi uuid 908F3AA4-E040-48A2-B853-2CC42B83AB76 ================================================ FILE: Snippets/border-bottom-image:none.tmSnippet ================================================ content border-bottom-image: ${TM_CSS_SPACE}none$0 name border-bottom-image:none scope source.sass tabTrigger bdbi:n uuid 3F6F4620-A2BC-4473-82B0-B06288547C1E ================================================ FILE: Snippets/border-bottom-left-image.tmSnippet ================================================ content border-bottom-left-image: ${TM_CSS_SPACE}url($1)$0 name border-bottom-left-image scope source.sass tabTrigger bdbli uuid ADB5F5F2-AA0B-40BF-B644-D1CD5227B6C3 ================================================ FILE: Snippets/border-bottom-left-image:continue.tmSnippet ================================================ content border-bottom-left-image: ${TM_CSS_SPACE}continue$0 name border-bottom-left-image:continue scope source.sass tabTrigger bdbli:c uuid FC15F2EC-7D18-472C-AA3C-CDFF8C549701 ================================================ FILE: Snippets/border-bottom-left-image:none.tmSnippet ================================================ content border-bottom-left-image: ${TM_CSS_SPACE}none$0 name border-bottom-left-image:none scope source.sass tabTrigger bdbli:n uuid A8C2A6C7-CEB3-403E-9840-8C4CB5C324AA ================================================ FILE: Snippets/border-bottom-left-radius.tmSnippet ================================================ content border-bottom-left-radius: ${TM_CSS_SPACE}$1$0 name border-bottom-left-radius scope source.sass tabTrigger bdblrz uuid 957AB322-F8BA-4EF0-BE8C-8E5078D43EA0 ================================================ FILE: Snippets/border-bottom-right-image.tmSnippet ================================================ content border-bottom-right-image: ${TM_CSS_SPACE}url($1)$0 name border-bottom-right-image scope source.sass tabTrigger bdbri uuid 5999B4AC-D51D-4D68-B69B-67EC43A149DD ================================================ FILE: Snippets/border-bottom-right-image:continue.tmSnippet ================================================ content border-bottom-right-image: ${TM_CSS_SPACE}continue$0 name border-bottom-right-image:continue scope source.sass tabTrigger bdbri:c uuid 06AFD2D1-87A3-4675-A244-51A3E30F7F58 ================================================ FILE: Snippets/border-bottom-right-image:none.tmSnippet ================================================ content border-bottom-right-image: ${TM_CSS_SPACE}none$0 name border-bottom-right-image:none scope source.sass tabTrigger bdbri:n uuid 961776B6-D0E8-416F-B83E-04A12F72AE53 ================================================ FILE: Snippets/border-bottom-right-radius.tmSnippet ================================================ content border-bottom-right-radius: ${TM_CSS_SPACE}$1$0 name border-bottom-right-radius scope source.sass tabTrigger bdbrrz uuid A311653B-72F9-46C8-92DE-3FEF6C569813 ================================================ FILE: Snippets/border-bottom-style.tmSnippet ================================================ content border-bottom-style: ${TM_CSS_SPACE}$1$0 name border-bottom-style scope source.sass tabTrigger bdbs uuid BAADEC46-F13B-461D-9E0C-A7CF7ED32032 ================================================ FILE: Snippets/border-bottom-style:none.tmSnippet ================================================ content border-bottom-style: ${TM_CSS_SPACE}none$0 name border-bottom-style:none scope source.sass tabTrigger bdbs:n uuid E04F2215-93E0-4C1B-9B28-DBFA95A91690 ================================================ FILE: Snippets/border-bottom-width.tmSnippet ================================================ content border-bottom-width: ${TM_CSS_SPACE}$1$0 name border-bottom-width scope source.sass tabTrigger bdbw uuid 9B3D9D2F-A5FC-4D05-BD80-9EC25E161EBE ================================================ FILE: Snippets/border-bottom.tmSnippet ================================================ content border-bottom: ${TM_CSS_SPACE}$1$0 name border-bottom scope source.sass tabTrigger bdb uuid B2A47EB1-5E50-4362-8C82-6FCF9A607AEC ================================================ FILE: Snippets/border-bottom:none.tmSnippet ================================================ content border-bottom: ${TM_CSS_SPACE}none$0 name border-bottom:none scope source.sass tabTrigger bdb:n uuid 44C6CC07-B398-4004-95BA-250ECEE2B132 ================================================ FILE: Snippets/border-break.tmSnippet ================================================ content border-break: ${TM_CSS_SPACE}$1$0 name border-break scope source.sass tabTrigger bdbk uuid ACFF9A38-3922-4633-875C-BCB1CB9BBA11 ================================================ FILE: Snippets/border-break:close.tmSnippet ================================================ content border-break: ${TM_CSS_SPACE}close$0 name border-break:close scope source.sass tabTrigger bdbk:c uuid EEB61673-486C-4E49-9368-C50A525211ED ================================================ FILE: Snippets/border-collapse.tmSnippet ================================================ content border-collapse: ${TM_CSS_SPACE}$1$0 name border-collapse scope source.sass tabTrigger bdcl uuid 0625D94A-28B2-4E6C-9ED3-782768A594D3 ================================================ FILE: Snippets/border-collapse:collapse.tmSnippet ================================================ content border-collapse: ${TM_CSS_SPACE}collapse$0 name border-collapse:collapse scope source.sass tabTrigger bdcl:c uuid 92B66278-3D46-480E-B585-1F54541DE8FA ================================================ FILE: Snippets/border-collapse:separate.tmSnippet ================================================ content border-collapse: ${TM_CSS_SPACE}separate$0 name border-collapse:separate scope source.sass tabTrigger bdcl:s uuid 028FA688-8048-4629-A8F2-5B1DBCFD2ED3 ================================================ FILE: Snippets/border-color.tmSnippet ================================================ content border-color: ${TM_CSS_SPACE}#${1:000}$0 name border-color scope source.sass tabTrigger bdc uuid CA91FE05-2FC0-4E35-B8BB-0F6E06982D47 ================================================ FILE: Snippets/border-corner-image.tmSnippet ================================================ content border-corner-image: ${TM_CSS_SPACE}url($1)$0 name border-corner-image scope source.sass tabTrigger bdci uuid 9608D315-54A2-4B33-B2E8-14F5D32ABD02 ================================================ FILE: Snippets/border-corner-image:continue.tmSnippet ================================================ content border-corner-image: ${TM_CSS_SPACE}continue$0 name border-corner-image:continue scope source.sass tabTrigger bdci:c uuid E8869EA0-49EC-4DA5-89BF-7B6F97D2797B ================================================ FILE: Snippets/border-corner-image:none.tmSnippet ================================================ content border-corner-image: ${TM_CSS_SPACE}none$0 name border-corner-image:none scope source.sass tabTrigger bdci:n uuid FB686136-1F75-4085-8496-82BB73721BA5 ================================================ FILE: Snippets/border-fit.tmSnippet ================================================ content border-fit: ${TM_CSS_SPACE}$1$0 name border-fit scope source.sass tabTrigger bdf uuid 97B8D9BE-2382-4697-B4E8-D4BD1D60340F ================================================ FILE: Snippets/border-fit:clip.tmSnippet ================================================ content border-fit: ${TM_CSS_SPACE}clip$0 name border-fit:clip scope source.sass tabTrigger bdf:c uuid 06AD2D9A-51AB-4ED7-AD44-36C53EBC63A7 ================================================ FILE: Snippets/border-fit:overflow.tmSnippet ================================================ content border-fit: ${TM_CSS_SPACE}overwrite$0 name border-fit:overflow scope source.sass tabTrigger bdf:of uuid 691830E3-B2DA-4564-9134-205E0C2B44D9 ================================================ FILE: Snippets/border-fit:overwrite.tmSnippet ================================================ content border-fit: ${TM_CSS_SPACE}overwrite$0 name border-fit:overwrite scope source.sass tabTrigger bdf:ow uuid 2C1B3E35-8733-4E86-99BC-2861345470E1 ================================================ FILE: Snippets/border-fit:repeat.tmSnippet ================================================ content border-fit: ${TM_CSS_SPACE}repeat$0 name border-fit:repeat scope source.sass tabTrigger bdf:r uuid A125A042-A613-4FC4-BD4D-FEC3A9427973 ================================================ FILE: Snippets/border-fit:scale.tmSnippet ================================================ content border-fit: ${TM_CSS_SPACE}scale$0 name border-fit:scale scope source.sass tabTrigger bdf:sc uuid 5934A7B2-C026-485B-AA42-EB047436CF71 ================================================ FILE: Snippets/border-fit:space.tmSnippet ================================================ content border-fit: ${TM_CSS_SPACE}space$0 name border-fit:space scope source.sass tabTrigger bdf:sp uuid 5E5191EA-8DDF-4835-A73D-7381AD58CB2A ================================================ FILE: Snippets/border-fit:stretch.tmSnippet ================================================ content border-fit: ${TM_CSS_SPACE}stretch$0 name border-fit:stretch scope source.sass tabTrigger bdf:st uuid 31EA3CF5-0AB0-4BB0-BDB9-802033F29AF3 ================================================ FILE: Snippets/border-image.tmSnippet ================================================ content border-image: ${TM_CSS_SPACE}url($1) ${2:0} ${3:0} ${4:0} ${5:0} ${6:stretch} ${7:stretch}$0 name border-image scope source.sass tabTrigger bdi uuid 376CC2B4-8FEB-43A0-9AA0-E162F759D9D7 ================================================ FILE: Snippets/border-image:none.tmSnippet ================================================ content border-image: ${TM_CSS_SPACE}none$0 name border-image:none scope source.sass tabTrigger bdi:n uuid EAAAFED7-04D8-41A5-93A5-E91D7B82BCE3 ================================================ FILE: Snippets/border-left+.tmSnippet ================================================ content border-left: ${TM_CSS_SPACE}${1:1px} ${2:solid} #${3:000}$0 name border-left+ scope source.sass tabTrigger bdl+ uuid B6E5A8F1-6CDC-4626-A974-BD19E35D091E ================================================ FILE: Snippets/border-left-color.tmSnippet ================================================ content border-left-color: ${TM_CSS_SPACE}#${1:000}$0 name border-left-color scope source.sass tabTrigger bdlc uuid F788ABDB-113F-4179-95D5-2C911C6CEBB1 ================================================ FILE: Snippets/border-left-image.tmSnippet ================================================ content border-left-image: ${TM_CSS_SPACE}url($1)$0 name border-left-image scope source.sass tabTrigger bdli uuid 75AA03A1-1B3E-4196-8EA6-156AECFAF77D ================================================ FILE: Snippets/border-left-image:none.tmSnippet ================================================ content border-left-image: ${TM_CSS_SPACE}none$0 name border-left-image:none scope source.sass tabTrigger bdli:n uuid 7B3C63A0-916B-4E05-99A3-3B1C7FED5467 ================================================ FILE: Snippets/border-left-style.tmSnippet ================================================ content border-left-style: ${TM_CSS_SPACE}$1$0 name border-left-style scope source.sass tabTrigger bdls uuid 62841CE2-07AC-4E7B-8193-3820F0A79D09 ================================================ FILE: Snippets/border-left-style:none.tmSnippet ================================================ content border-left-style: ${TM_CSS_SPACE}none$0 name border-left-style:none scope source.sass tabTrigger bdls:n uuid EE6CE4A7-FFC5-46CB-82B3-FF7D78D1AC85 ================================================ FILE: Snippets/border-left-width.tmSnippet ================================================ content border-left-width: ${TM_CSS_SPACE}$1$0 name border-left-width scope source.sass tabTrigger bdlw uuid 93102F63-A511-4C18-82F5-51AB5637D061 ================================================ FILE: Snippets/border-left.tmSnippet ================================================ content border-left: ${TM_CSS_SPACE}$1$0 name border-left scope source.sass tabTrigger bdl uuid 6067E3C2-D071-487B-85AD-EA282EBF6BCD ================================================ FILE: Snippets/border-left:none.tmSnippet ================================================ content border-left: ${TM_CSS_SPACE}none$0 name border-left:none scope source.sass tabTrigger bdl:n uuid 385A48FC-CB37-47BA-A94D-48ED8EBDD854 ================================================ FILE: Snippets/border-length.tmSnippet ================================================ content border-length: ${TM_CSS_SPACE}$1$0 name border-length scope source.sass tabTrigger bdlt uuid 4E19C0F7-1A6F-4F7D-A888-F36B9D108476 ================================================ FILE: Snippets/border-length:auto.tmSnippet ================================================ content border-length: ${TM_CSS_SPACE}auto$0 name border-length:auto scope source.sass tabTrigger bdlt:a uuid B275A757-6FBA-44A9-8FE8-A0E5088893F2 ================================================ FILE: Snippets/border-radius.tmSnippet ================================================ content border-radius: ${TM_CSS_SPACE}$1$0 name border-radius scope source.sass tabTrigger bdrz uuid B397712C-9F55-442F-A1E8-D8425C3A1E57 ================================================ FILE: Snippets/border-right+.tmSnippet ================================================ content border-right: ${TM_CSS_SPACE}${1:1px} ${2:solid} #${3:000}$0 name border-right+ scope source.sass tabTrigger bdr+ uuid 4D36AB95-5F75-47B1-8C15-53D13CAAB1E7 ================================================ FILE: Snippets/border-right-color.tmSnippet ================================================ content border-right-color: ${TM_CSS_SPACE}#${1:000}$0 name border-right-color scope source.sass tabTrigger bdrc uuid FDA19B52-313A-4B37-86CB-9D0E9CFC617C ================================================ FILE: Snippets/border-right-image.tmSnippet ================================================ content border-right-image: ${TM_CSS_SPACE}url($1)$0 name border-right-image scope source.sass tabTrigger bdri uuid C5534076-FB9E-4B67-90CC-ADFE5D6A410A ================================================ FILE: Snippets/border-right-image:none.tmSnippet ================================================ content border-right-image: ${TM_CSS_SPACE}none$0 name border-right-image:none scope source.sass tabTrigger bdri:n uuid ACD7B177-3D62-4486-8B24-3ECE95ADE14C ================================================ FILE: Snippets/border-right-style.tmSnippet ================================================ content border-right-style: ${TM_CSS_SPACE}$1$0 name border-right-style scope source.sass tabTrigger bdrs uuid 11457523-5DD1-492D-BA56-5B33DC9FC925 ================================================ FILE: Snippets/border-right-style:none.tmSnippet ================================================ content border-right-style: ${TM_CSS_SPACE}none$0 name border-right-style:none scope source.sass tabTrigger bdrs:n uuid 3DBC0A47-AAE2-4FFB-AB9F-8391C6A71BC7 ================================================ FILE: Snippets/border-right-width.tmSnippet ================================================ content border-right-width: ${TM_CSS_SPACE}$1$0 name border-right-width scope source.sass tabTrigger bdrw uuid 8779A918-D358-4AAF-B3B2-2CB3718A5BAD ================================================ FILE: Snippets/border-right.tmSnippet ================================================ content border-right: ${TM_CSS_SPACE}$1$0 name border-right scope source.sass tabTrigger bdr uuid C0685ED8-9EE6-4B3C-A271-19CD7D5B2CDC ================================================ FILE: Snippets/border-right:none.tmSnippet ================================================ content border-right: ${TM_CSS_SPACE}none$0 name border-right:none scope source.sass tabTrigger bdr:n uuid BAD01F28-8630-449A-B60D-3F9165236448 ================================================ FILE: Snippets/border-spacing.tmSnippet ================================================ content border-spacing: ${TM_CSS_SPACE}$1$0 name border-spacing scope source.sass tabTrigger bdsp uuid FB0B3033-098B-400D-AE9C-6BEDBC694545 ================================================ FILE: Snippets/border-style.tmSnippet ================================================ content border-style: ${TM_CSS_SPACE}$1$0 name border-style scope source.sass tabTrigger bds uuid FF3B30E1-8D83-4512-9447-D469C20E1A4F ================================================ FILE: Snippets/border-style:dashed.tmSnippet ================================================ content border-style: ${TM_CSS_SPACE}dashed$0 name border-style:dashed scope source.sass tabTrigger bds:ds uuid D4AB6BF7-69D3-4263-A6D5-865B5AFDCC7B ================================================ FILE: Snippets/border-style:dot-dash.tmSnippet ================================================ content border-style: ${TM_CSS_SPACE}dot-dash$0 name border-style:dot-dash scope source.sass tabTrigger bds:dtds uuid 6BB21BDB-CB98-469C-8C99-AF1E82A3E2C1 ================================================ FILE: Snippets/border-style:dot-dot-dash.tmSnippet ================================================ content border-style: ${TM_CSS_SPACE}dot-dot-dash$0 name border-style:dot-dot-dash scope source.sass tabTrigger bds:dtdtds uuid 1323456D-1B2A-47F5-8210-2B9D9FAB2904 ================================================ FILE: Snippets/border-style:dotted.tmSnippet ================================================ content border-style: ${TM_CSS_SPACE}dotted$0 name border-style:dotted scope source.sass tabTrigger bds:dt uuid 7183B6E8-4C08-48C9-97C3-DF33BEFF9771 ================================================ FILE: Snippets/border-style:double.tmSnippet ================================================ content border-style: ${TM_CSS_SPACE}double$0 name border-style:double scope source.sass tabTrigger bds:db uuid 239189C0-73E8-4ABD-A53B-D24065EA50BC ================================================ FILE: Snippets/border-style:groove.tmSnippet ================================================ content border-style: ${TM_CSS_SPACE}groove$0 name border-style:groove scope source.sass tabTrigger bds:g uuid EECBDFD9-D0E2-431E-95CC-53FA7458A81F ================================================ FILE: Snippets/border-style:hidden.tmSnippet ================================================ content border-style: ${TM_CSS_SPACE}hidden$0 name border-style:hidden scope source.sass tabTrigger bds:h uuid 8ED3EFF5-9250-4199-835B-4D437018E405 ================================================ FILE: Snippets/border-style:inset.tmSnippet ================================================ content border-style: ${TM_CSS_SPACE}inset$0 name border-style:inset scope source.sass tabTrigger bds:i uuid FD080A48-55C7-4552-B82C-15B2EA7B2CBC ================================================ FILE: Snippets/border-style:none.tmSnippet ================================================ content border-style: ${TM_CSS_SPACE}none$0 name border-style:none scope source.sass tabTrigger bds:n uuid FEA80715-0436-4EF4-B51A-1E3808E905C1 ================================================ FILE: Snippets/border-style:outset.tmSnippet ================================================ content border-style: ${TM_CSS_SPACE}outset$0 name border-style:outset scope source.sass tabTrigger bds:o uuid 8D53D146-128C-401C-A67E-3B7D83387F9B ================================================ FILE: Snippets/border-style:ridge.tmSnippet ================================================ content border-style: ${TM_CSS_SPACE}ridge$0 name border-style:ridge scope source.sass tabTrigger bds:r uuid 4AA66BCC-D0F9-4FE6-92D8-F0D5DB884F0F ================================================ FILE: Snippets/border-style:solid.tmSnippet ================================================ content border-style: ${TM_CSS_SPACE}solid$0 name border-style:solid scope source.sass tabTrigger bds:s uuid 53AE9514-2B09-49CF-B1DD-84492B564EB3 ================================================ FILE: Snippets/border-style:wave.tmSnippet ================================================ content border-style: ${TM_CSS_SPACE}wave$0 name border-style:wave scope source.sass tabTrigger bds:w uuid DFB8D9D4-85BE-4223-A12E-2C233CA0B044 ================================================ FILE: Snippets/border-top+.tmSnippet ================================================ content border-top: ${TM_CSS_SPACE}${1:1px} ${2:solid} #${3:000}$0 name border-top+ scope source.sass tabTrigger bdt+ uuid E4F4AFDF-0CFA-4F7C-BEEC-B15A2EFC4594 ================================================ FILE: Snippets/border-top-color.tmSnippet ================================================ content border-top-color: ${TM_CSS_SPACE}#${1:000}$0 name border-top-color scope source.sass tabTrigger bdtc uuid 29710212-1114-46B9-B36F-891B924FB3ED ================================================ FILE: Snippets/border-top-image.tmSnippet ================================================ content border-top-image: ${TM_CSS_SPACE}url($1)$0 name border-top-image scope source.sass tabTrigger bdti uuid 1B18F809-85F6-43CF-BC9A-781F0EB70349 ================================================ FILE: Snippets/border-top-image:none.tmSnippet ================================================ content border-top-image: ${TM_CSS_SPACE}none$0 name border-top-image:none scope source.sass tabTrigger bdti:n uuid 463497F0-EAA9-48E1-915C-85E2059F41D2 ================================================ FILE: Snippets/border-top-left-image.tmSnippet ================================================ content border-top-left-image: ${TM_CSS_SPACE}url($1)$0 name border-top-left-image scope source.sass tabTrigger bdtli uuid 47B2919F-FCBF-441C-A3BD-067175F444D8 ================================================ FILE: Snippets/border-top-left-image:continue.tmSnippet ================================================ content border-corner-image: ${TM_CSS_SPACE}continue$0 name border-top-left-image:continue scope source.sass tabTrigger bdtli:c uuid 480C99CC-45DE-4F71-89F1-7E7C55485442 ================================================ FILE: Snippets/border-top-left-image:none.tmSnippet ================================================ content border-corner-image: ${TM_CSS_SPACE}none$0 name border-top-left-image:none scope source.sass tabTrigger bdtli:n uuid 6A85F93E-8D1F-413B-BCE4-3552EF3B05CF ================================================ FILE: Snippets/border-top-left-radius.tmSnippet ================================================ content border-top-left-radius: ${TM_CSS_SPACE}$1$0 name border-top-left-radius scope source.sass tabTrigger bdtlrz uuid 076D51CC-6053-4378-B219-85DFF363CDAB ================================================ FILE: Snippets/border-top-right-image.tmSnippet ================================================ content border-top-right-image: ${TM_CSS_SPACE}url($1)$0 name border-top-right-image scope source.sass tabTrigger bdtri uuid 75B9CC95-712F-4A49-869E-83080E49409A ================================================ FILE: Snippets/border-top-right-image:continue.tmSnippet ================================================ content border-top-right-image: ${TM_CSS_SPACE}continue$0 name border-top-right-image:continue scope source.sass tabTrigger bdtri:c uuid CBDB672C-66D4-4B22-90D1-74C8CD943666 ================================================ FILE: Snippets/border-top-right-image:none.tmSnippet ================================================ content border-top-right-image: ${TM_CSS_SPACE}none$0 name border-top-right-image:none scope source.sass tabTrigger bdtri:n uuid CE3C969C-5D65-40A7-BFEA-060CD8156654 ================================================ FILE: Snippets/border-top-right-radius.tmSnippet ================================================ content border-top-right-radius: ${TM_CSS_SPACE}$1$0 name border-top-right-radius scope source.sass tabTrigger bdtrrz uuid 706EFE5A-9CF5-4190-8CC9-88B0DB11DACB ================================================ FILE: Snippets/border-top-style.tmSnippet ================================================ content border-top-style: ${TM_CSS_SPACE}$1$0 name border-top-style scope source.sass tabTrigger bdts uuid 3602DCA3-51B8-4667-8AA0-EE55FBC8C583 ================================================ FILE: Snippets/border-top-style:none.tmSnippet ================================================ content border-top-style: ${TM_CSS_SPACE}none$0 name border-top-style:none scope source.sass tabTrigger bdts:n uuid 3AD767F7-5BDA-4872-B60E-BC799C3723DD ================================================ FILE: Snippets/border-top-width.tmSnippet ================================================ content border-top-width: ${TM_CSS_SPACE}$1$0 name border-top-width scope source.sass tabTrigger bdtw uuid 706FF0ED-4DAB-47BB-9663-BECF3A330D0D ================================================ FILE: Snippets/border-top.tmSnippet ================================================ content border-top: ${TM_CSS_SPACE}$1$0 name border-top scope source.sass tabTrigger bdt uuid 45797D5D-1ED1-49BD-868B-88B217B12EEB ================================================ FILE: Snippets/border-top:none.tmSnippet ================================================ content border-top: ${TM_CSS_SPACE}none$0 name border-top:none scope source.sass tabTrigger bdt:n uuid E404F19C-71F0-4C61-8296-1C7CB2294216 ================================================ FILE: Snippets/border-width.tmSnippet ================================================ content border-width: ${TM_CSS_SPACE}$1$0 name border-width scope source.sass tabTrigger bdw uuid 991C5926-2BA2-4E38-A9D3-946821F3BBFF ================================================ FILE: Snippets/border.tmSnippet ================================================ content border: ${TM_CSS_SPACE}$1$0 name border scope source.sass tabTrigger bd uuid E4D598EF-4AE3-4878-B13E-6BAD7EE65F19 ================================================ FILE: Snippets/border:none.tmSnippet ================================================ content border: ${TM_CSS_SPACE}none$0 name border:none scope source.sass tabTrigger bd:n uuid C097B5F3-1BF9-4BDC-99EB-6D41E098E987 ================================================ FILE: Snippets/bottom.tmSnippet ================================================ content bottom: ${TM_CSS_SPACE}$1$0 name bottom scope source.sass tabTrigger b uuid C6A2787F-3C15-4F81-8ACE-C36164766340 ================================================ FILE: Snippets/bottom:auto.tmSnippet ================================================ content bottom: ${TM_CSS_SPACE}auto$0 name bottom:auto scope source.sass tabTrigger b:a uuid D5909CA2-5080-4280-93F4-9FF83B24546F ================================================ FILE: Snippets/box-shadow+.tmSnippet ================================================ content box-shadow: ${TM_CSS_SPACE}${1:0} ${2:0} ${3:0} #${4:000}$0 name box-shadow+ scope source.sass tabTrigger bxsh+ uuid C7359698-4291-4C79-A0F9-A8FE375C8048 ================================================ FILE: Snippets/box-shadow.tmSnippet ================================================ content box-shadow: ${TM_CSS_SPACE}$1$0 name box-shadow scope source.sass tabTrigger bxsh uuid 526BB856-32AE-4CE3-9C4B-80D74C806571 ================================================ FILE: Snippets/box-shadow:none.tmSnippet ================================================ content box-shadow: ${TM_CSS_SPACE}none$0 name box-shadow:none scope source.sass tabTrigger bxsh:n uuid 8A82CE70-5215-42CF-B92D-45D01949B5E5 ================================================ FILE: Snippets/box-sizing.tmSnippet ================================================ content box-sizing: ${TM_CSS_SPACE}$1$0 name box-sizing scope source.sass tabTrigger bxz uuid 825AE65E-A23B-4BEC-AEE3-908FA9877D99 ================================================ FILE: Snippets/box-sizing:border-box.tmSnippet ================================================ content box-sizing: ${TM_CSS_SPACE}border-box$0 name box-sizing:border-box scope source.sass tabTrigger bxz:bb uuid B43200E7-6A6B-40C5-8FD1-907E7D8BA61D ================================================ FILE: Snippets/box-sizing:content-box.tmSnippet ================================================ content box-sizing: ${TM_CSS_SPACE}content-box$0 name box-sizing:content-box scope source.sass tabTrigger bxz:cb uuid 7B9D80E8-D1DD-4B4F-B284-413A0B9C83F3 ================================================ FILE: Snippets/caption-side.tmSnippet ================================================ content caption-side: ${TM_CSS_SPACE}$1$0 name caption-side scope source.sass tabTrigger cps uuid 4F0A86EF-A7F0-4DD6-8A2C-7AED2770273A ================================================ FILE: Snippets/caption-side:bottom.tmSnippet ================================================ content caption-side: ${TM_CSS_SPACE}bottom$0 name caption-side:bottom scope source.sass tabTrigger cps:b uuid 832AE619-0B38-4283-8D38-605953547C60 ================================================ FILE: Snippets/caption-side:top.tmSnippet ================================================ content caption-side: ${TM_CSS_SPACE}top$0 name caption-side:top scope source.sass tabTrigger cps:t uuid 5364E317-D1C7-4D47-A76C-D252B0EF37A5 ================================================ FILE: Snippets/clear.tmSnippet ================================================ content clear: ${TM_CSS_SPACE}$1$0 name clear scope source.sass tabTrigger cl uuid 5D23F0D5-89FF-4AAE-9FD9-418B4B57C127 ================================================ FILE: Snippets/clear:both.tmSnippet ================================================ content clear: ${TM_CSS_SPACE}both$0 name clear:both scope source.sass tabTrigger cl:b uuid CE0858E7-5DA2-44B2-9B9F-E84582B5C3EE ================================================ FILE: Snippets/clear:left.tmSnippet ================================================ content clear: ${TM_CSS_SPACE}left$0 name clear:left scope source.sass tabTrigger cl:l uuid 298BD4DE-ABD8-4B98-9853-4924F1A875E4 ================================================ FILE: Snippets/clear:none.tmSnippet ================================================ content clear: ${TM_CSS_SPACE}none$0 name clear:none scope source.sass tabTrigger cl:n uuid 0D31930C-3D50-49AE-9091-89D474174381 ================================================ FILE: Snippets/clear:right.tmSnippet ================================================ content clear: ${TM_CSS_SPACE}right$0 name clear:right scope source.sass tabTrigger cl:r uuid E03409F3-AA8A-4ED3-A43B-8E341C1EA1F0 ================================================ FILE: Snippets/clip.tmSnippet ================================================ content clip: ${TM_CSS_SPACE}$1$0 name clip scope source.sass tabTrigger cp uuid AF69BFF3-B384-49E6-A7C5-74E39FBB5E90 ================================================ FILE: Snippets/clip:auto.tmSnippet ================================================ content clip: ${TM_CSS_SPACE}auto$0 name clip:auto scope source.sass tabTrigger cp:a uuid 36C86DDE-C4EA-4863-B88E-3E2DD3071947 ================================================ FILE: Snippets/clip:rect().tmSnippet ================================================ content clip: ${TM_CSS_SPACE}rect(${1:0} ${2:0} ${3:0} ${4:0})$0 name clip:rect() scope source.sass tabTrigger cp:r uuid 3EB72C56-789A-44B0-AFB6-5CD2DB9E3B46 ================================================ FILE: Snippets/color.tmSnippet ================================================ content color: ${TM_CSS_SPACE}#${1:000}$0 name color scope source.sass tabTrigger c uuid 06606D9E-93FB-4315-AFAF-2CB9BCB81D0D ================================================ FILE: Snippets/content.tmSnippet ================================================ content content: ${TM_CSS_SPACE}$1$0 name content scope source.sass tabTrigger ct uuid B7D1128D-99E7-4DFF-8B03-EBC5E7415F20 ================================================ FILE: Snippets/content:attr().tmSnippet ================================================ content content: ${TM_CSS_SPACE}attr($1)$0 name content:attr() scope source.sass tabTrigger ct:a uuid BFE1F3F8-F422-42EA-B186-14FF121E92FC ================================================ FILE: Snippets/content:close-quote.tmSnippet ================================================ content content: ${TM_CSS_SPACE}close-quote$0 name content:close-quote scope source.sass tabTrigger ct:cq uuid 08D0B728-198B-42CC-8F6F-A661134B16E7 ================================================ FILE: Snippets/content:counter().tmSnippet ================================================ content content: ${TM_CSS_SPACE}counter($1)$0 name content:counter() scope source.sass tabTrigger ct:c uuid DD3DA6BC-C44B-49B7-B880-9856A9D87275 ================================================ FILE: Snippets/content:counters().tmSnippet ================================================ content content: ${TM_CSS_SPACE}counters($1)$0 name content:counters() scope source.sass tabTrigger ct:cs uuid 58FCE877-007D-4A17-A7B1-545716F41534 ================================================ FILE: Snippets/content:no-close-quote.tmSnippet ================================================ content content: ${TM_CSS_SPACE}no-close-quote$0 name content:no-close-quote scope source.sass tabTrigger ct:ncq uuid B213B656-5CA9-48F9-8656-A1391A57832D ================================================ FILE: Snippets/content:no-open-quote.tmSnippet ================================================ content content: ${TM_CSS_SPACE}no-open-quote$0 name content:no-open-quote scope source.sass tabTrigger ct:noq uuid 0B7D2740-021E-4AB4-B6EE-2D5E49145FC1 ================================================ FILE: Snippets/content:normal.tmSnippet ================================================ content content: ${TM_CSS_SPACE}normal$0 name content:normal scope source.sass tabTrigger ct:n uuid 69D02AD9-43AD-4BC3-90FA-E5D5AF3F6873 ================================================ FILE: Snippets/content:open-quote.tmSnippet ================================================ content content: ${TM_CSS_SPACE}open-quote$0 name content:open-quote scope source.sass tabTrigger ct:oq uuid 0283F1A0-9DFA-44D8-8D0B-AB5823D04DBC ================================================ FILE: Snippets/counter-increment.tmSnippet ================================================ content counter-increment: ${TM_CSS_SPACE}$1$0 name counter-increment scope source.sass tabTrigger coi uuid 029EBEBD-1422-426A-BC01-87287B4C496A ================================================ FILE: Snippets/counter-reset.tmSnippet ================================================ content counter-reset: ${TM_CSS_SPACE}$1$0 name counter-reset scope source.sass tabTrigger cor uuid 9E761DB7-9AFC-44DF-BA25-04BCED67FFAE ================================================ FILE: Snippets/cursor.tmSnippet ================================================ content cursor: ${TM_CSS_SPACE}$1$0 name cursor scope source.sass tabTrigger cur uuid 745B0AEE-839B-40C9-B7B2-F5F15E1267F2 ================================================ FILE: Snippets/cursor:auto.tmSnippet ================================================ content cursor: ${TM_CSS_SPACE}auto$0 name cursor:auto scope source.sass tabTrigger cur:a uuid C928D5E3-45D8-4F63-9512-4B655A63339F ================================================ FILE: Snippets/cursor:crosshair.tmSnippet ================================================ content cursor: ${TM_CSS_SPACE}crosshair$0 name cursor:crosshair scope source.sass tabTrigger cur:c uuid 9D3168F5-ACF8-47BD-ADD3-9BC11898A0EE ================================================ FILE: Snippets/cursor:default.tmSnippet ================================================ content cursor: ${TM_CSS_SPACE}default$0 name cursor:default scope source.sass tabTrigger cur:d uuid 3B678F5C-E025-4311-9FC5-45184F7EA9DE ================================================ FILE: Snippets/cursor:hand.tmSnippet ================================================ content cursor: ${TM_CSS_SPACE}hand$0 name cursor:hand scope source.sass tabTrigger cur:ha uuid 1AE87254-2BF7-4FC9-A139-55D5E088C1D6 ================================================ FILE: Snippets/cursor:help.tmSnippet ================================================ content cursor: ${TM_CSS_SPACE}help$0 name cursor:help scope source.sass tabTrigger cur:he uuid 876ACDB0-8502-4639-AF1E-8730E0DDC62F ================================================ FILE: Snippets/cursor:move.tmSnippet ================================================ content cursor: ${TM_CSS_SPACE}move$0 name cursor:move scope source.sass tabTrigger cur:m uuid 268F195D-79BF-47E2-8B18-3958877CF701 ================================================ FILE: Snippets/cursor:pointer.tmSnippet ================================================ content cursor: ${TM_CSS_SPACE}pointer$0 name cursor:pointer scope source.sass tabTrigger cur:p uuid 8C5B344F-9360-4F2C-AFE4-EA0911A4BAEC ================================================ FILE: Snippets/cursor:text.tmSnippet ================================================ content cursor: ${TM_CSS_SPACE}text$0 name cursor:text scope source.sass tabTrigger cur:t uuid E3FF48EC-7B5C-48F4-8A9B-71258EE1D5A0 ================================================ FILE: Snippets/display.tmSnippet ================================================ content display: ${TM_CSS_SPACE}$1$0 name display scope source.sass tabTrigger d uuid A71A5340-5408-4756-AAA5-1B0BADC4CD4D ================================================ FILE: Snippets/display:-moz-inline-box.tmSnippet ================================================ content display: ${TM_CSS_SPACE}-moz-inline-box$0 name display:-moz-inline-box scope source.sass tabTrigger d:mib uuid F3BA3408-E5E5-4642-A4DE-DDD8A988F2E6 ================================================ FILE: Snippets/display:-moz-inline-stack.tmSnippet ================================================ content display: ${TM_CSS_SPACE}-moz-inline-stack$0 name display:-moz-inline-stack scope source.sass tabTrigger d:mis uuid 0BA95029-A585-4135-9886-0706A0985733 ================================================ FILE: Snippets/display:block.tmSnippet ================================================ content display: ${TM_CSS_SPACE}block$0 name display:block scope source.sass tabTrigger d:b uuid 88E81FC8-5FF9-42EF-905F-C7CBFFE4207F ================================================ FILE: Snippets/display:compact.tmSnippet ================================================ content display: ${TM_CSS_SPACE}compact$0 name display:compact scope source.sass tabTrigger d:cp uuid 7AF517E2-6126-4369-82CF-8DEFEEA236D2 ================================================ FILE: Snippets/display:inline-block.tmSnippet ================================================ content display: ${TM_CSS_SPACE}inline-block$0 name display:inline-block scope source.sass tabTrigger d:ib uuid C3841F3A-CE39-431E-83E6-7F958E8FB068 ================================================ FILE: Snippets/display:inline-table.tmSnippet ================================================ content display: ${TM_CSS_SPACE}inline-table$0 name display:inline-table scope source.sass tabTrigger d:itb uuid 2A0142DD-153F-4284-A7BB-07E5F5340963 ================================================ FILE: Snippets/display:inline.tmSnippet ================================================ content display: ${TM_CSS_SPACE}inline$0 name display:inline scope source.sass tabTrigger d:i uuid 3DADFAF7-5EFE-4BF9-B9AF-BB5AA4F268A3 ================================================ FILE: Snippets/display:list-item.tmSnippet ================================================ content display: ${TM_CSS_SPACE}list-item$0 name display:list-item scope source.sass tabTrigger d:li uuid CA0DB94E-03A0-4F4E-ADEE-7049553AFE87 ================================================ FILE: Snippets/display:none.tmSnippet ================================================ content display: ${TM_CSS_SPACE}none$0 name display:none scope source.sass tabTrigger d:n uuid 0887DAB2-1507-4B64-A1DB-D62F4E549EED ================================================ FILE: Snippets/display:run-in.tmSnippet ================================================ content display: ${TM_CSS_SPACE}run-in$0 name display:run-in scope source.sass tabTrigger d:ri uuid F6712D02-B8A7-48BE-999D-DE72D54992FA ================================================ FILE: Snippets/display:table-caption.tmSnippet ================================================ content display: ${TM_CSS_SPACE}table-caption$0 name display:table-caption scope source.sass tabTrigger d:tbcp uuid 79C8003E-44F2-4701-A481-F7179B915AF2 ================================================ FILE: Snippets/display:table-cell.tmSnippet ================================================ content display: ${TM_CSS_SPACE}table-cell$0 name display:table-cell scope source.sass tabTrigger d:tbc uuid 80BC863F-91CD-476C-A60A-A9BF58BF3B80 ================================================ FILE: Snippets/display:table-column-group.tmSnippet ================================================ content display: ${TM_CSS_SPACE}table-column-group$0 name display:table-column-group scope source.sass tabTrigger d:tbclg uuid 0897455A-7920-4BCF-AC07-8F28971D5D55 ================================================ FILE: Snippets/display:table-column.tmSnippet ================================================ content display: ${TM_CSS_SPACE}table-column$0 name display:table-column scope source.sass tabTrigger d:tbcl uuid 575EEA22-9D18-4435-8232-05F68D12B185 ================================================ FILE: Snippets/display:table-footer-group.tmSnippet ================================================ content display: ${TM_CSS_SPACE}table-footer-group$0 name display:table-footer-group scope source.sass tabTrigger d:tbfg uuid 5E92F668-2600-4834-8CAB-C5E4A42A7D70 ================================================ FILE: Snippets/display:table-header-group.tmSnippet ================================================ content display: ${TM_CSS_SPACE}table-header-group$0 name display:table-header-group scope source.sass tabTrigger d:tbhg uuid 669E7D34-28DA-40DD-ADC3-3EBC979F8719 ================================================ FILE: Snippets/display:table-row-group.tmSnippet ================================================ content display: ${TM_CSS_SPACE}table-row-group$0 name display:table-row-group scope source.sass tabTrigger d:tbrg uuid 748E89C8-68E6-4500-A2CA-5C69AC0BE0C6 ================================================ FILE: Snippets/display:table-row.tmSnippet ================================================ content display: ${TM_CSS_SPACE}table-row$0 name display:table-row scope source.sass tabTrigger d:tbr uuid A04AB504-30B0-491E-A880-92B3D26FD8D1 ================================================ FILE: Snippets/display:table.tmSnippet ================================================ content display: ${TM_CSS_SPACE}table$0 name display:table scope source.sass tabTrigger d:tb uuid 0ED608EC-B90A-4B42-9D77-7E60C43AE798 ================================================ FILE: Snippets/empty-cells.tmSnippet ================================================ content empty-cells: ${TM_CSS_SPACE}$1$0 name empty-cells scope source.sass tabTrigger ec uuid 5A02BD45-7177-434A-B6A8-F21A79C4EDF8 ================================================ FILE: Snippets/empty-cells:hide.tmSnippet ================================================ content empty-cells: ${TM_CSS_SPACE}hide$0 name empty-cells:hide scope source.sass tabTrigger ec:h uuid 41C74A27-A194-43E8-99A4-9CA22F48E938 ================================================ FILE: Snippets/empty-cells:show.tmSnippet ================================================ content empty-cells: ${TM_CSS_SPACE}show$0 name empty-cells:show scope source.sass tabTrigger ec:s uuid 2D592419-3260-4527-8DB3-FB8C4A0858D2 ================================================ FILE: Snippets/expression(…).tmSnippet ================================================ content expression($0) name expression(…) scope source.sass tabTrigger exp uuid D5F13DCB-A2BD-41DA-AB5F-8C54DE43CC79 ================================================ FILE: Snippets/float.tmSnippet ================================================ content float: ${TM_CSS_SPACE}$1$0 name float scope source.sass tabTrigger fl uuid 1FBD0844-503A-4145-A404-3C4F947FF57F ================================================ FILE: Snippets/float:left.tmSnippet ================================================ content float: ${TM_CSS_SPACE}left$0 name float:left scope source.sass tabTrigger fl:l uuid 7DEFD18D-BB4A-4F98-B6BA-A8D7863B59E3 ================================================ FILE: Snippets/float:none.tmSnippet ================================================ content float: ${TM_CSS_SPACE}none$0 name float:none scope source.sass tabTrigger fl:n uuid BAB79161-FBA8-4D4C-8B26-0FB785CDD1E2 ================================================ FILE: Snippets/float:right.tmSnippet ================================================ content float: ${TM_CSS_SPACE}right$0 name float:right scope source.sass tabTrigger fl:r uuid 7760806C-E5FC-4A79-9A33-33F4D078B394 ================================================ FILE: Snippets/font+.tmSnippet ================================================ content font: ${TM_CSS_SPACE}${1:1em} ${2:Arial},${3:sans-serif}$0 name font+ scope source.sass tabTrigger f+ uuid B451E242-2D58-473B-9CCB-DA9574F5CA41 ================================================ FILE: Snippets/font-effect.tmSnippet ================================================ content font-effect: ${TM_CSS_SPACE}$1$0 name font-effect scope source.sass tabTrigger fef uuid 6A8343D3-7C7F-43EC-B825-D6CA576521D6 ================================================ FILE: Snippets/font-effect:emboss.tmSnippet ================================================ content font-effect: ${TM_CSS_SPACE}emboss$0 name font-effect:emboss scope source.sass tabTrigger fef:eb uuid 0B220622-C55C-41B6-89F0-195EA265F72B ================================================ FILE: Snippets/font-effect:engrave.tmSnippet ================================================ content font-effect: ${TM_CSS_SPACE}engrave$0 name font-effect:engrave scope source.sass tabTrigger fef:eg uuid F8559A5F-73B6-4700-B797-87B441687062 ================================================ FILE: Snippets/font-effect:none.tmSnippet ================================================ content font-effect: ${TM_CSS_SPACE}none$0 name font-effect:none scope source.sass tabTrigger fef:n uuid 6E78B67A-37A6-4C4E-8B6E-E39BF788A67E ================================================ FILE: Snippets/font-effect:outline.tmSnippet ================================================ content font-effect: ${TM_CSS_SPACE}outline$0 name font-effect:outline scope source.sass tabTrigger fef:o uuid F0CAD285-835D-442E-B2C8-CC7D15E71C4F ================================================ FILE: Snippets/font-emphasize-position.tmSnippet ================================================ content font-emphasize-position: ${TM_CSS_SPACE}$1$0 name font-emphasize-position scope source.sass tabTrigger femp uuid CE0BC368-7101-4EE6-97DC-7C0EE6952416 ================================================ FILE: Snippets/font-emphasize-position:after.tmSnippet ================================================ content font-emphasize-position: ${TM_CSS_SPACE}after$0 name font-emphasize-position:after scope source.sass tabTrigger femp:a uuid 2A0A6A32-E726-4316-8491-F9C06E2F7F62 ================================================ FILE: Snippets/font-emphasize-position:before.tmSnippet ================================================ content font-emphasize-position: ${TM_CSS_SPACE}before$0 name font-emphasize-position:before scope source.sass tabTrigger femp:b uuid 0F860490-01C0-4AE5-B3A7-6A7F8BEA8D94 ================================================ FILE: Snippets/font-emphasize-style.tmSnippet ================================================ content font-emphasize-style: ${TM_CSS_SPACE}$1$0 name font-emphasize-style scope source.sass tabTrigger fems uuid AFA607B7-DF8B-4FEF-9AFD-10EE6D192F08 ================================================ FILE: Snippets/font-emphasize-style:accent.tmSnippet ================================================ content font-emphasize-style: ${TM_CSS_SPACE}accent$0 name font-emphasize-style:accent scope source.sass tabTrigger fems:ac uuid 5AC81B15-DCFD-4B71-8C2B-C99E7C95DB8A ================================================ FILE: Snippets/font-emphasize-style:circle.tmSnippet ================================================ content font-emphasize-style: ${TM_CSS_SPACE}circle$0 name font-emphasize-style:circle scope source.sass tabTrigger fems:c uuid DF529A96-6B0D-494A-B77F-BEB604C52C97 ================================================ FILE: Snippets/font-emphasize-style:disc.tmSnippet ================================================ content font-emphasize-style: ${TM_CSS_SPACE}disc$0 name font-emphasize-style:disc scope source.sass tabTrigger fems:ds uuid 9CC2EB31-3BD7-4002-8E5C-9148658CAAF9 ================================================ FILE: Snippets/font-emphasize-style:dot.tmSnippet ================================================ content font-emphasize-style: ${TM_CSS_SPACE}dot$0 name font-emphasize-style:dot scope source.sass tabTrigger fems:dt uuid FA7A1E09-CC46-4435-A294-A2F18C1B65A8 ================================================ FILE: Snippets/font-emphasize-style:none.tmSnippet ================================================ content font-emphasize-style: ${TM_CSS_SPACE}none$0 name font-emphasize-style:none scope source.sass tabTrigger fems:n uuid 89A8A519-4DBB-4C3C-9D96-C7108CA5676D ================================================ FILE: Snippets/font-emphasize.tmSnippet ================================================ content font-emphasize: ${TM_CSS_SPACE}$1$0 name font-emphasize scope source.sass tabTrigger fem uuid 58DF07BD-BACA-4328-AC1C-2E8B32F0244F ================================================ FILE: Snippets/font-family.tmSnippet ================================================ content font-family: ${TM_CSS_SPACE}$1$0 name font-family scope source.sass tabTrigger ff uuid 0474B47F-E254-4E9A-9C7A-9E01B0A6E8E5 ================================================ FILE: Snippets/font-family:cursive.tmSnippet ================================================ content font-family: ${TM_CSS_SPACE}${1:'Monotype Corsiva','Comic Sans MS'},cursive$0 name font-family:cursive scope source.sass tabTrigger ff:c uuid 9C2DD8C4-47E6-419B-B53C-E53FC13866AF ================================================ FILE: Snippets/font-family:fantasy.tmSnippet ================================================ content font-family: ${TM_CSS_SPACE}${1:Capitals,Impact},fantasy$0 name font-family:fantasy scope source.sass tabTrigger ff:f uuid 30FD30D4-E0CC-4888-A44B-D5097825CE4D ================================================ FILE: Snippets/font-family:monospace.tmSnippet ================================================ content font-family: ${TM_CSS_SPACE}${1:Monaco,'Courier New'},monospace$0 name font-family:monospace scope source.sass tabTrigger ff:m uuid 3584E741-DB22-41EA-9A6C-7F972592FC03 ================================================ FILE: Snippets/font-family:sans-serif.tmSnippet ================================================ content font-family: ${TM_CSS_SPACE}${1:Helvetica,Arial},sans-serif$0 name font-family:sans-serif scope source.sass tabTrigger ff:ss uuid E1CBCD86-1BE7-4A02-984C-3140E296551E ================================================ FILE: Snippets/font-family:serif.tmSnippet ================================================ content font-family: ${TM_CSS_SPACE}${1:Georgia,'Times New Roman'},serif$0 name font-family:serif scope source.sass tabTrigger ff:s uuid 495BE13D-C346-40B3-A271-165E92EC6E12 ================================================ FILE: Snippets/font-size-adjust.tmSnippet ================================================ content font-size-adjust: ${TM_CSS_SPACE}$1$0 name font-size-adjust scope source.sass tabTrigger fza uuid 02199604-8ACD-4AFB-871D-384F7E39D9DC ================================================ FILE: Snippets/font-size-adjust:none.tmSnippet ================================================ content font-size-adjust: ${TM_CSS_SPACE}none$0 name font-size-adjust:none scope source.sass tabTrigger fza:n uuid D0EF2959-537B-46E6-AA82-04FC7C6FB3AE ================================================ FILE: Snippets/font-size.tmSnippet ================================================ content font-size: ${TM_CSS_SPACE}$1$0 name font-size scope source.sass tabTrigger fz uuid E1599669-D428-4A3E-87C2-4715168849B3 ================================================ FILE: Snippets/font-smooth.tmSnippet ================================================ content font-smooth: ${TM_CSS_SPACE}$1$0 name font-smooth scope source.sass tabTrigger fsm uuid 413A135E-0A6F-401A-AD93-C5F594958E63 ================================================ FILE: Snippets/font-smooth:always.tmSnippet ================================================ content font-smooth: ${TM_CSS_SPACE}always$0 name font-smooth:always scope source.sass tabTrigger fsm:aw uuid 0201FBB1-9660-4125-8BF2-8D15D2CB74CF ================================================ FILE: Snippets/font-smooth:auto.tmSnippet ================================================ content font-smooth: ${TM_CSS_SPACE}auto$0 name font-smooth:auto scope source.sass tabTrigger fsm:a uuid 64F9527C-DCD8-4933-95E9-8E6E751EA54F ================================================ FILE: Snippets/font-smooth:never.tmSnippet ================================================ content font-smooth: ${TM_CSS_SPACE}never$0 name font-smooth:never scope source.sass tabTrigger fsm:n uuid 34DF6A48-EFA2-44B8-BBCF-A50C5926006B ================================================ FILE: Snippets/font-stretch.tmSnippet ================================================ content font-stretch: ${TM_CSS_SPACE}$1$0 name font-stretch scope source.sass tabTrigger fst uuid E9DB6C3F-B3D0-418E-9498-5C4E7F17DD94 ================================================ FILE: Snippets/font-stretch:condensed.tmSnippet ================================================ content font-stretch: ${TM_CSS_SPACE}condensed$0 name font-stretch:condensed scope source.sass tabTrigger fst:c uuid 00E7269D-5A3E-4C5E-8CDC-8E7A26B4F4AD ================================================ FILE: Snippets/font-stretch:expanded.tmSnippet ================================================ content font-stretch: ${TM_CSS_SPACE}expanded$0 name font-stretch:expanded scope source.sass tabTrigger fst:e uuid 45567479-7BF8-4BBB-B14F-92750A69B888 ================================================ FILE: Snippets/font-stretch:extra-condensed.tmSnippet ================================================ content font-stretch: ${TM_CSS_SPACE}extra-condensed$0 name font-stretch:extra-condensed scope source.sass tabTrigger fst:ec uuid A2A4E83E-AFE9-4D8E-AE55-A2403C54AE65 ================================================ FILE: Snippets/font-stretch:extra-expanded.tmSnippet ================================================ content font-stretch: ${TM_CSS_SPACE}extra-expanded$0 name font-stretch:extra-expanded scope source.sass tabTrigger fst:ee uuid EB1EB75A-8676-43AF-A2A1-FA15A4CBF6CF ================================================ FILE: Snippets/font-stretch:normal.tmSnippet ================================================ content font-stretch: ${TM_CSS_SPACE}normal$0 name font-stretch:normal scope source.sass tabTrigger fst:n uuid 7E3DE41D-47C8-4A9E-8436-DEFB71B52118 ================================================ FILE: Snippets/font-stretch:semi-condensed.tmSnippet ================================================ content font-stretch: ${TM_CSS_SPACE}semi-condensed$0 name font-stretch:semi-condensed scope source.sass tabTrigger fst:sc uuid 3155A7F4-4534-4085-BA1F-8F4A145F376C ================================================ FILE: Snippets/font-stretch:semi-expanded.tmSnippet ================================================ content font-stretch: ${TM_CSS_SPACE}semi-expanded$0 name font-stretch:semi-expanded scope source.sass tabTrigger fst:se uuid 0D5AE6A2-D986-4EDF-ABD8-833C64342F49 ================================================ FILE: Snippets/font-stretch:ultra-condensed.tmSnippet ================================================ content font-stretch: ${TM_CSS_SPACE}ultra-condensed$0 name font-stretch:ultra-condensed scope source.sass tabTrigger fst:uc uuid 945E1967-1C4E-4EDE-91F3-1033EF4F3E0E ================================================ FILE: Snippets/font-stretch:ultra-expanded.tmSnippet ================================================ content font-stretch: ${TM_CSS_SPACE}ultra-expanded$0 name font-stretch:ultra-expanded scope source.sass tabTrigger fst:ue uuid C4236EEC-1692-4B3B-9BAA-7798D95B8B4F ================================================ FILE: Snippets/font-style.tmSnippet ================================================ content font-style: ${TM_CSS_SPACE}$1$0 name font-style scope source.sass tabTrigger fs uuid 0C76715F-CB52-48FA-B720-D05EACC4D73A ================================================ FILE: Snippets/font-style:italic.tmSnippet ================================================ content font-style: ${TM_CSS_SPACE}italic$0 name font-style:italic scope source.sass tabTrigger fs:i uuid EF451C67-FC00-4B09-A6A2-5451ACA1A0CC ================================================ FILE: Snippets/font-style:normal.tmSnippet ================================================ content font-style: ${TM_CSS_SPACE}normal$0 name font-style:normal scope source.sass tabTrigger fs:n uuid 69CF3B19-2845-45F5-8623-E9A60497FD8E ================================================ FILE: Snippets/font-style:oblique.tmSnippet ================================================ content font-style: ${TM_CSS_SPACE}oblique$0 name font-style:oblique scope source.sass tabTrigger fs:o uuid 8E94B263-3B59-4DC1-9A97-AD3151AB3E66 ================================================ FILE: Snippets/font-variant.tmSnippet ================================================ content font-variant: ${TM_CSS_SPACE}$1$0 name font-variant scope source.sass tabTrigger fv uuid 1E36B873-9059-406D-9CD4-FDE697D582E7 ================================================ FILE: Snippets/font-variant:normal.tmSnippet ================================================ content font-variant: ${TM_CSS_SPACE}normal$0 name font-variant:normal scope source.sass tabTrigger fv:n uuid E0EF3335-8A80-4388-8EE9-6A37513FA15D ================================================ FILE: Snippets/font-variant:small-caps.tmSnippet ================================================ content font-variant: ${TM_CSS_SPACE}small-caps$0 name font-variant:small-caps scope source.sass tabTrigger fv:sc uuid FBAAA5FE-F84E-4C98-9CF1-CAC67963D4B7 ================================================ FILE: Snippets/font-weight.tmSnippet ================================================ content font-weight: ${TM_CSS_SPACE}$1$0 name font-weight scope source.sass tabTrigger fw uuid 3770E742-B058-4E4D-9615-B73AC79170C2 ================================================ FILE: Snippets/font-weight:bold.tmSnippet ================================================ content font-weight: ${TM_CSS_SPACE}bold$0 name font-weight:bold scope source.sass tabTrigger fw:b uuid 73F85138-EF80-45FC-BC69-8DCC41C73CFD ================================================ FILE: Snippets/font-weight:bolder.tmSnippet ================================================ content font-weight: ${TM_CSS_SPACE}bolder$0 name font-weight:bolder scope source.sass tabTrigger fw:br uuid 91A8881F-401D-4FC8-9F18-C398B4A320D1 ================================================ FILE: Snippets/font-weight:lighter.tmSnippet ================================================ content font-weight: ${TM_CSS_SPACE}lighter$0 name font-weight:lighter scope source.sass tabTrigger fw:lr uuid 65403A01-B626-4193-87B9-CEE1429BF2F5 ================================================ FILE: Snippets/font-weight:normal.tmSnippet ================================================ content font-weight: ${TM_CSS_SPACE}normal$0 name font-weight:normal scope source.sass tabTrigger fw:n uuid A2673E7C-E3F7-4209-9DEF-5070110272C1 ================================================ FILE: Snippets/font.tmSnippet ================================================ content font: ${TM_CSS_SPACE}$1$0 name font scope source.sass tabTrigger f uuid A3358DC5-C4B1-4ECE-9FF4-8BB38DC13472 ================================================ FILE: Snippets/height.tmSnippet ================================================ content height: ${TM_CSS_SPACE}$1$0 name height scope source.sass tabTrigger h uuid 66A4EBD9-1465-42D4-ACC2-D60D92F94D53 ================================================ FILE: Snippets/height:auto.tmSnippet ================================================ content height: ${TM_CSS_SPACE}auto$0 name height:auto scope source.sass tabTrigger h:a uuid 9AFDB4D7-F376-415F-A028-E6EDF61C56DB ================================================ FILE: Snippets/left.tmSnippet ================================================ content left: ${TM_CSS_SPACE}$1$0 name left scope source.sass tabTrigger l uuid 2CE3C992-A0E3-450F-BCCE-ABA98FC41296 ================================================ FILE: Snippets/left:auto.tmSnippet ================================================ content left: ${TM_CSS_SPACE}auto$0 name left:auto scope source.sass tabTrigger l:a uuid 33E4A86C-0BF9-42B3-AA3F-4BEF8C8DE24C ================================================ FILE: Snippets/letter-spacing.tmSnippet ================================================ content letter-spacing: ${TM_CSS_SPACE}$1$0 name letter-spacing scope source.sass tabTrigger lts uuid C3E1C7E5-88B5-4543-8805-08D082180737 ================================================ FILE: Snippets/line-height.tmSnippet ================================================ content line-height: ${TM_CSS_SPACE}$1$0 name line-height scope source.sass tabTrigger lh uuid EBD9DE61-DF10-4DD1-9A54-1632CDF05119 ================================================ FILE: Snippets/list-style-image.tmSnippet ================================================ content list-style-image: ${TM_CSS_SPACE}url($1)$0 name list-style-image scope source.sass tabTrigger lisi uuid 39F04C1D-0314-42C5-B0D8-F20BA8E581E4 ================================================ FILE: Snippets/list-style-image:none.tmSnippet ================================================ content list-style-image: ${TM_CSS_SPACE}none$0 name list-style-image:none scope source.sass tabTrigger lisi:n uuid 31E03BAE-8811-46B3-909C-B4EE8710C682 ================================================ FILE: Snippets/list-style-position.tmSnippet ================================================ content list-style-position: ${TM_CSS_SPACE}$1$0 name list-style-position scope source.sass tabTrigger lisp uuid 796848F6-20C7-4AFE-956C-BA1D43866068 ================================================ FILE: Snippets/list-style-position:inside.tmSnippet ================================================ content list-style-position: ${TM_CSS_SPACE}inside$0 name list-style-position:inside scope source.sass tabTrigger lisp:i uuid 23B37296-47CF-4455-8EA0-FA6FFF03840C ================================================ FILE: Snippets/list-style-position:outside.tmSnippet ================================================ content list-style-position: ${TM_CSS_SPACE}outside$0 name list-style-position:outside scope source.sass tabTrigger lisp:o uuid 3708BA00-6D13-48DB-B953-706349C58410 ================================================ FILE: Snippets/list-style-type.tmSnippet ================================================ content list-style-type: ${TM_CSS_SPACE}$1$0 name list-style-type scope source.sass tabTrigger list uuid 6B21094C-DBF8-44B5-A3BF-1A1B1766606B ================================================ FILE: Snippets/list-style-type:circle.tmSnippet ================================================ content list-style-type: ${TM_CSS_SPACE}circle$0 name list-style-type:circle scope source.sass tabTrigger list:c uuid E6185559-8D1E-4EF1-87B9-F44A7B210647 ================================================ FILE: Snippets/list-style-type:decimal-leading-zero.tmSnippet ================================================ content list-style-type: ${TM_CSS_SPACE}decimal-leading-zero$0 name list-style-type:decimal-leading-zero scope source.sass tabTrigger list:dclz uuid 68565397-DA10-40AD-BE4A-3698126E6A20 ================================================ FILE: Snippets/list-style-type:decimal.tmSnippet ================================================ content list-style-type: ${TM_CSS_SPACE}decimal$0 name list-style-type:decimal scope source.sass tabTrigger list:dc uuid 6AD2FE23-631F-497C-A57D-BD5C48BA4B61 ================================================ FILE: Snippets/list-style-type:disc.tmSnippet ================================================ content list-style-type: ${TM_CSS_SPACE}disc$0 name list-style-type:disc scope source.sass tabTrigger list:d uuid 834F8507-5CC7-4F6F-82AA-3F79EA07EA8A ================================================ FILE: Snippets/list-style-type:lower-roman.tmSnippet ================================================ content list-style-type: ${TM_CSS_SPACE}lower-roman$0 name list-style-type:lower-roman scope source.sass tabTrigger list:lr uuid A4ABDCC6-9DD1-4813-BDDA-C691243DBD85 ================================================ FILE: Snippets/list-style-type:none.tmSnippet ================================================ content list-style-type: ${TM_CSS_SPACE}none$0 name list-style-type:none scope source.sass tabTrigger list:n uuid 4387E7AA-B917-4783-AAE9-7F83F5983AEE ================================================ FILE: Snippets/list-style-type:square.tmSnippet ================================================ content list-style-type: ${TM_CSS_SPACE}square$0 name list-style-type:square scope source.sass tabTrigger list:s uuid 010737CB-C402-44E1-BE7B-1DB8CD6A0495 ================================================ FILE: Snippets/list-style-type:upper-roman.tmSnippet ================================================ content list-style-type: ${TM_CSS_SPACE}upper-roman$0 name list-style-type:upper-roman scope source.sass tabTrigger list:ur uuid 53905316-2F23-4850-B237-48FF9C22063C ================================================ FILE: Snippets/list-style.tmSnippet ================================================ content list-style: ${TM_CSS_SPACE}$1$0 name list-style scope source.sass tabTrigger lis uuid 1A40693F-4020-4490-80A1-53CEC8F3C855 ================================================ FILE: Snippets/list-style:none.tmSnippet ================================================ content list-style: ${TM_CSS_SPACE}none$0 name list-style:none scope source.sass tabTrigger lis:n uuid 3F7FEA27-6927-4B6C-BE7B-9AA1C6A72C26 ================================================ FILE: Snippets/margin-bottom.tmSnippet ================================================ content margin-bottom: ${TM_CSS_SPACE}$1$0 name margin-bottom scope source.sass tabTrigger mb uuid 456009C6-DD78-49EF-AE08-097C7D0BDA3F ================================================ FILE: Snippets/margin-bottom:auto.tmSnippet ================================================ content margin-bottom: ${TM_CSS_SPACE}auto$0 name margin-bottom:auto scope source.sass tabTrigger mb:a uuid 6190B988-A188-4984-ABDD-72B9EE94B6BF ================================================ FILE: Snippets/margin-left.tmSnippet ================================================ content margin-left: ${TM_CSS_SPACE}$1$0 name margin-left scope source.sass tabTrigger ml uuid BE54BDFB-67B7-4B9B-8E32-1348C33458C0 ================================================ FILE: Snippets/margin-left:auto.tmSnippet ================================================ content margin-left: ${TM_CSS_SPACE}auto$0 name margin-left:auto scope source.sass tabTrigger ml:a uuid E6A5CEB2-335E-4C05-B426-D4379973FAA9 ================================================ FILE: Snippets/margin-right.tmSnippet ================================================ content margin-right: ${TM_CSS_SPACE}$1$0 name margin-right scope source.sass tabTrigger mr uuid C04EB711-F653-4EEE-82D1-ECEDCA11ED3A ================================================ FILE: Snippets/margin-right:auto.tmSnippet ================================================ content margin-right: ${TM_CSS_SPACE}auto$0 name margin-right:auto scope source.sass tabTrigger mr:a uuid 14B864E6-0C92-4DFE-AA15-D16F11B9F7AA ================================================ FILE: Snippets/margin-top.tmSnippet ================================================ content margin-top: ${TM_CSS_SPACE}$1$0 name margin-top scope source.sass tabTrigger mt uuid 5796FD17-DFFF-4283-AF53-59EB8B43106E ================================================ FILE: Snippets/margin-top:auto.tmSnippet ================================================ content margin-top: ${TM_CSS_SPACE}auto$0 name margin-top:auto scope source.sass tabTrigger mt:a uuid FC7F7D3C-CBBE-4F13-B654-2D9A9F2942A1 ================================================ FILE: Snippets/margin.tmSnippet ================================================ content margin: ${TM_CSS_SPACE}$1$0 name margin scope source.sass tabTrigger m uuid CAFAC772-3D7C-4857-BE8D-8E32AA69E0A6 ================================================ FILE: Snippets/margin:0 0 0 0.tmSnippet ================================================ content margin: ${TM_CSS_SPACE}${1:0} ${2:0} ${3:0} ${4:0}$0 name margin:0 0 0 0 scope source.sass tabTrigger m:4 uuid 697B049A-8B32-46CD-AF40-CAE6C276C2B7 ================================================ FILE: Snippets/margin:0 0 0.tmSnippet ================================================ content margin: ${TM_CSS_SPACE}${1:0} ${2:0} ${3:0}$0 name margin:0 0 0 scope source.sass tabTrigger m:3 uuid D53C73A6-A456-4F16-B6B8-7A8D2120B5CE ================================================ FILE: Snippets/margin:0 0.tmSnippet ================================================ content margin: ${TM_CSS_SPACE}${1:0} ${2:0}$0 name margin:0 0 scope source.sass tabTrigger m:2 uuid 541E3413-3E20-4A48-8762-3ACAD3AAB87D ================================================ FILE: Snippets/margin:0.tmSnippet ================================================ content margin: ${TM_CSS_SPACE}0$0 name margin:0 scope source.sass tabTrigger m:0 uuid D602B52C-B15D-4ED4-A674-58FA93F54045 ================================================ FILE: Snippets/margin:auto.tmSnippet ================================================ content margin: ${TM_CSS_SPACE}auto$0 name margin:auto scope source.sass tabTrigger m:a uuid C5881752-BBED-42C6-8B9E-8782DA586E2C ================================================ FILE: Snippets/max-height.tmSnippet ================================================ content max-height: ${TM_CSS_SPACE}$1$0 name max-height scope source.sass tabTrigger mah uuid 14DAEE3C-8FAE-4187-AA59-CD45469E69FF ================================================ FILE: Snippets/max-height:none.tmSnippet ================================================ content max-height: ${TM_CSS_SPACE}none$0 name max-height:none scope source.sass tabTrigger mah:n uuid D9894C01-2B0D-4EFA-839B-F36E637C752F ================================================ FILE: Snippets/max-width.tmSnippet ================================================ content max-width: ${TM_CSS_SPACE}$1$0 name max-width scope source.sass tabTrigger maw uuid F19FF729-F762-4DB7-8C64-E99B4B0A209A ================================================ FILE: Snippets/max-width:none.tmSnippet ================================================ content max-width: ${TM_CSS_SPACE}none$0 name max-width:none scope source.sass tabTrigger maw:n uuid FB5EC4A9-69B9-4CCF-9604-6DBFA5276A95 ================================================ FILE: Snippets/min-height.tmSnippet ================================================ content min-height: ${TM_CSS_SPACE}$1$0 name min-height scope source.sass tabTrigger mih uuid 027120BF-F3E7-46F9-83F8-4CC3E3F90E83 ================================================ FILE: Snippets/min-width.tmSnippet ================================================ content min-width: ${TM_CSS_SPACE}$1$0 name min-width scope source.sass tabTrigger miw uuid 454F9EE9-F851-4CD8-8322-A6BA58D6F098 ================================================ FILE: Snippets/opacity.tmSnippet ================================================ content opacity: ${TM_CSS_SPACE}$1$0 name opacity scope source.sass tabTrigger op uuid 19CA2BB8-9C16-4A5C-AE73-089BF4D4FE62 ================================================ FILE: Snippets/opacity:ie.tmSnippet ================================================ content filter: ${TM_CSS_SPACE}progid: DXImageTransform.Microsoft.Alpha(Opacity=${1:100})$0 name opacity:ie scope source.sass tabTrigger op:ie uuid 7EEFBBD6-E0CF-4BA3-848F-9513BFB96228 ================================================ FILE: Snippets/opacity:ms.tmSnippet ================================================ content -ms-filter: ${TM_CSS_SPACE}'progid: DXImageTransform.Microsoft.Alpha(Opacity=${1:100})'$0 name opacity:ms scope source.sass tabTrigger op:ms uuid CC686BB0-A9F0-4F0E-A2D5-99BF2B934E86 ================================================ FILE: Snippets/orphans.tmSnippet ================================================ content orphans: ${TM_CSS_SPACE}$1$0 name orphans scope source.sass tabTrigger orp uuid D9925162-5222-4B79-85A9-AD6973658047 ================================================ FILE: Snippets/outline+.tmSnippet ================================================ content outline: ${TM_CSS_SPACE}${1:1px} ${2:solid} #${3:000}$0 name outline+ scope source.sass tabTrigger o+ uuid BDA91743-F962-4160-BEC8-628FE67C843C ================================================ FILE: Snippets/outline-color.tmSnippet ================================================ content outline-color: ${TM_CSS_SPACE}${1:#000}$0 name outline-color scope source.sass tabTrigger oc uuid 50B25E40-72E3-4C49-8755-F2621B9FAECC ================================================ FILE: Snippets/outline-color:invert.tmSnippet ================================================ content outline-color: ${TM_CSS_SPACE}invert$0 name outline-color:invert scope source.sass tabTrigger oc:i uuid A2F8AFCE-24BC-4105-BCDA-729EBB4B4A63 ================================================ FILE: Snippets/outline-offset.tmSnippet ================================================ content outline-offset: ${TM_CSS_SPACE}$1$0 name outline-offset scope source.sass tabTrigger oo uuid 8278F3DA-1C71-4270-BC07-01B553A434D9 ================================================ FILE: Snippets/outline-style.tmSnippet ================================================ content outline-style: ${TM_CSS_SPACE}$1$0 name outline-style scope source.sass tabTrigger os uuid C37E4618-AFD7-4AB5-A08D-FC79103DAB70 ================================================ FILE: Snippets/outline-width.tmSnippet ================================================ content outline-width: ${TM_CSS_SPACE}$1$0 name outline-width scope source.sass tabTrigger ow uuid 8AC8DE53-9CEE-4540-82EC-3692AA1E3113 ================================================ FILE: Snippets/outline.tmSnippet ================================================ content outline: ${TM_CSS_SPACE}$1$0 name outline scope source.sass tabTrigger o uuid 59333226-DD3F-4752-9A39-788C7E8F3E4E ================================================ FILE: Snippets/outline:none.tmSnippet ================================================ content outline: ${TM_CSS_SPACE}none$0 name outline:none scope source.sass tabTrigger o:n uuid 351BA142-D0F0-49BD-9F33-BB7410885396 ================================================ FILE: Snippets/overflow-style.tmSnippet ================================================ content overflow-style: ${TM_CSS_SPACE}$1$0 name overflow-style scope source.sass tabTrigger ovs uuid F8D40E80-AA60-485B-A975-E61EAAC21B76 ================================================ FILE: Snippets/overflow-style:auto.tmSnippet ================================================ content overflow-style: ${TM_CSS_SPACE}auto$0 name overflow-style:auto scope source.sass tabTrigger ovs:a uuid 2407F011-2B2F-400D-ACDE-DBC9E6A2E815 ================================================ FILE: Snippets/overflow-style:marquee.tmSnippet ================================================ content overflow-style: ${TM_CSS_SPACE}marquee$0 name overflow-style:marquee scope source.sass tabTrigger ovs:mq uuid 76C08E39-CFD4-4512-8683-5F8202302E58 ================================================ FILE: Snippets/overflow-style:move.tmSnippet ================================================ content overflow-style: ${TM_CSS_SPACE}move$0 name overflow-style:move scope source.sass tabTrigger ovs:mv uuid 99AB461F-5ED6-4CE5-B4A0-C2F219241EEF ================================================ FILE: Snippets/overflow-style:panner.tmSnippet ================================================ content overflow-style: ${TM_CSS_SPACE}panner$0 name overflow-style:panner scope source.sass tabTrigger ovs:p uuid EACE7214-A3D4-4238-A16D-99CC35A1BE81 ================================================ FILE: Snippets/overflow-style:scrollbar.tmSnippet ================================================ content overflow-style: ${TM_CSS_SPACE}scrollbar$0 name overflow-style:scrollbar scope source.sass tabTrigger ovs:s uuid 173E558E-8FCC-414E-90E0-E966FB3523EF ================================================ FILE: Snippets/overflow-x.tmSnippet ================================================ content overflow-x: ${TM_CSS_SPACE}$1$0 name overflow-x scope source.sass tabTrigger ovx uuid 13A4A3ED-2D88-4D18-BF88-09D7E7B366E8 ================================================ FILE: Snippets/overflow-x:auto.tmSnippet ================================================ content overflow-x: ${TM_CSS_SPACE}auto$0 name overflow-x:auto scope source.sass tabTrigger ovx:a uuid B484D05B-B523-424D-B8EF-7D9FAEBF1F72 ================================================ FILE: Snippets/overflow-x:hidden.tmSnippet ================================================ content overflow-x: ${TM_CSS_SPACE}hidden$0 name overflow-x:hidden scope source.sass tabTrigger ovx:h uuid B9294449-41D4-4884-A4EF-E3C3D64CC8D6 ================================================ FILE: Snippets/overflow-x:scroll.tmSnippet ================================================ content overflow-x: ${TM_CSS_SPACE}scroll$0 name overflow-x:scroll scope source.sass tabTrigger ovx:s uuid 3440E2D9-1DD9-43C3-AB4A-852649BC346D ================================================ FILE: Snippets/overflow-x:visible.tmSnippet ================================================ content overflow-x: ${TM_CSS_SPACE}visible$0 name overflow-x:visible scope source.sass tabTrigger ovx:v uuid 330DAF58-79EA-42B1-A4AC-030798C4949F ================================================ FILE: Snippets/overflow-y.tmSnippet ================================================ content overflow-y: ${TM_CSS_SPACE}$1$0 name overflow-y scope source.sass tabTrigger ovy uuid F7FCFC59-6672-4AB8-82EF-28DD5CBB18AA ================================================ FILE: Snippets/overflow-y:auto.tmSnippet ================================================ content overflow-y: ${TM_CSS_SPACE}auto$0 name overflow-y:auto scope source.sass tabTrigger ovy:a uuid E662C5B6-4B92-4606-A4AB-5F6C2629AA6F ================================================ FILE: Snippets/overflow-y:hidden.tmSnippet ================================================ content overflow-y: ${TM_CSS_SPACE}hidden$0 name overflow-y:hidden scope source.sass tabTrigger ovy:h uuid C51073F8-93CB-4442-969F-767AE11E1D49 ================================================ FILE: Snippets/overflow-y:scroll.tmSnippet ================================================ content overflow-y: ${TM_CSS_SPACE}scroll$0 name overflow-y:scroll scope source.sass tabTrigger ovy:s uuid BCAD19B3-83A1-4D4B-BE74-4B6B48E52899 ================================================ FILE: Snippets/overflow-y:visible.tmSnippet ================================================ content overflow-y: ${TM_CSS_SPACE}visible$0 name overflow-y:visible scope source.sass tabTrigger ovy:v uuid 9E567A56-98C3-45C3-B6BF-309A296D6C12 ================================================ FILE: Snippets/overflow.tmSnippet ================================================ content overflow: ${TM_CSS_SPACE}$1$0 name overflow scope source.sass tabTrigger ov uuid 772D0E83-A237-4447-B985-0DE415140EEA ================================================ FILE: Snippets/overflow:auto.tmSnippet ================================================ content overflow: ${TM_CSS_SPACE}auto$0 name overflow:auto scope source.sass tabTrigger ov:a uuid AE4C4B01-D861-4320-A326-3C56D64737F9 ================================================ FILE: Snippets/overflow:hidden.tmSnippet ================================================ content overflow: ${TM_CSS_SPACE}hidden$0 name overflow:hidden scope source.sass tabTrigger ov:h uuid C91F3A02-CDC7-433D-8FA1-42482912B3A5 ================================================ FILE: Snippets/overflow:scroll.tmSnippet ================================================ content overflow: ${TM_CSS_SPACE}scroll$0 name overflow:scroll scope source.sass tabTrigger ov:s uuid 954F16EC-CD7D-4778-AB92-DFAAE1309F31 ================================================ FILE: Snippets/overflow:visible.tmSnippet ================================================ content overflow: ${TM_CSS_SPACE}visible$0 name overflow:visible scope source.sass tabTrigger ov:v uuid 88EC1F07-145C-4781-B345-BC023C41962B ================================================ FILE: Snippets/padding-bottom.tmSnippet ================================================ content padding-bottom: ${TM_CSS_SPACE}$1$0 name padding-bottom scope source.sass tabTrigger pb uuid E67CDAF7-11F9-4B99-99B2-4E18E5B25B07 ================================================ FILE: Snippets/padding-left.tmSnippet ================================================ content padding-left: ${TM_CSS_SPACE}$1$0 name padding-left scope source.sass tabTrigger pl uuid E4B70FEC-2C07-491A-B1A0-12478253421F ================================================ FILE: Snippets/padding-right.tmSnippet ================================================ content padding-right: ${TM_CSS_SPACE}$1$0 name padding-right scope source.sass tabTrigger pr uuid 30B91AB2-269B-4522-A0CF-0EC322B94DDE ================================================ FILE: Snippets/padding-top.tmSnippet ================================================ content padding-top: ${TM_CSS_SPACE}$1$0 name padding-top scope source.sass tabTrigger pt uuid 5086CE07-1A1B-45C7-99DC-EB4837BBE7AA ================================================ FILE: Snippets/padding.tmSnippet ================================================ content padding: ${TM_CSS_SPACE}$1$0 name padding scope source.sass tabTrigger p uuid E348165D-7E3E-412A-BCA3-0CEC90281E6C ================================================ FILE: Snippets/padding:0 0 0 0.tmSnippet ================================================ content padding: ${TM_CSS_SPACE}${1:0} ${2:0} ${3:0} ${4:0}$0 name padding:0 0 0 0 scope source.sass tabTrigger p:4 uuid 4D7BC082-8375-409B-80EB-738974344476 ================================================ FILE: Snippets/padding:0 0 0.tmSnippet ================================================ content padding: ${TM_CSS_SPACE}${1:0} ${2:0} ${3:0}$0 name padding:0 0 0 scope source.sass tabTrigger p:3 uuid 1BD9F95B-6612-43FF-9D2E-BA4930852099 ================================================ FILE: Snippets/padding:0 0.tmSnippet ================================================ content padding: ${TM_CSS_SPACE}${1:0} ${2:0}$0 name padding:0 0 scope source.sass tabTrigger p:2 uuid 8D597D8C-2E2F-4B7D-84A6-BB060CB2B5B9 ================================================ FILE: Snippets/padding:0.tmSnippet ================================================ content padding: ${TM_CSS_SPACE}0$0 name padding:0 scope source.sass tabTrigger p:0 uuid 33A72A45-58E2-44F5-B790-3621C01BA583 ================================================ FILE: Snippets/page-break-after.tmSnippet ================================================ content page-break-after: ${TM_CSS_SPACE}$1$0 name page-break-after scope source.sass tabTrigger pgba uuid 99C5DF35-55F9-4C45-982C-88C9755498D4 ================================================ FILE: Snippets/page-break-after:always.tmSnippet ================================================ content page-break-after: ${TM_CSS_SPACE}always$0 name page-break-after:always scope source.sass tabTrigger pgba:aw uuid 7E6FE173-3689-41AB-9F7C-2527E705DB38 ================================================ FILE: Snippets/page-break-after:auto.tmSnippet ================================================ content page-break-after: ${TM_CSS_SPACE}auto$0 name page-break-after:auto scope source.sass tabTrigger pgba:a uuid 26E75BC5-47AF-40D3-A102-C8D0B6ED612F ================================================ FILE: Snippets/page-break-after:left.tmSnippet ================================================ content page-break-after: ${TM_CSS_SPACE}left$0 name page-break-after:left scope source.sass tabTrigger pgba:l uuid E4CEE3F6-4777-430A-9332-69D02DD9CEDA ================================================ FILE: Snippets/page-break-after:right.tmSnippet ================================================ content page-break-after: ${TM_CSS_SPACE}right$0 name page-break-after:right scope source.sass tabTrigger pgba:r uuid 2EDBE10A-AD07-4974-B23B-F3FFDD2C7EED ================================================ FILE: Snippets/page-break-before.tmSnippet ================================================ content page-break-before: ${TM_CSS_SPACE}$1$0 name page-break-before scope source.sass tabTrigger pgbb uuid FD86FB25-38A1-4AB2-BC4E-11BF0A214A6E ================================================ FILE: Snippets/page-break-before:always.tmSnippet ================================================ content page-break-before: ${TM_CSS_SPACE}always$0 name page-break-before:always scope source.sass tabTrigger pgbb:aw uuid 9645F0CB-74AC-4CC4-A5D3-F5B29213946C ================================================ FILE: Snippets/page-break-before:auto.tmSnippet ================================================ content page-break-before: ${TM_CSS_SPACE}auto$0 name page-break-before:auto scope source.sass tabTrigger pgbb:a uuid A96BBF96-CCB8-4F2D-AFD3-AA334C090DF1 ================================================ FILE: Snippets/page-break-before:left.tmSnippet ================================================ content page-break-before: ${TM_CSS_SPACE}left$0 name page-break-before:left scope source.sass tabTrigger pgbb:l uuid 01452476-0103-422D-BB3A-9DA863C1C940 ================================================ FILE: Snippets/page-break-before:right.tmSnippet ================================================ content page-break-before: ${TM_CSS_SPACE}right$0 name page-break-before:right scope source.sass tabTrigger pgbb:r uuid 7115F518-8A30-49B5-A3D5-42AF8FA748BB ================================================ FILE: Snippets/page-break-inside.tmSnippet ================================================ content page-break-inside: ${TM_CSS_SPACE}$1$0 name page-break-inside scope source.sass tabTrigger pgbi uuid F7848619-7EB2-41E2-A9D6-D3E3CDEA95F0 ================================================ FILE: Snippets/page-break-inside:auto.tmSnippet ================================================ content page-break-inside: ${TM_CSS_SPACE}auto$0 name page-break-inside:auto scope source.sass tabTrigger pgbi:a uuid C56DB8C0-4472-4EBF-8C4E-E25D42DBE943 ================================================ FILE: Snippets/page-break-inside:avoid.tmSnippet ================================================ content page-break-inside: ${TM_CSS_SPACE}avoid$0 name page-break-inside:avoid scope source.sass tabTrigger pgbi:av uuid 98153726-65CA-4A4E-B152-C9D5A60BAD9B ================================================ FILE: Snippets/position.tmSnippet ================================================ content position: ${TM_CSS_SPACE}$1$0 name position scope source.sass tabTrigger pos uuid 314D4488-C500-40CA-A54F-BBDC25B9F039 ================================================ FILE: Snippets/position:absolute.tmSnippet ================================================ content position: ${TM_CSS_SPACE}absolute$0 name position:absolute scope source.sass tabTrigger pos:a uuid 53058C8B-64C2-4374-8598-D3352AD3440E ================================================ FILE: Snippets/position:fixed.tmSnippet ================================================ content position: ${TM_CSS_SPACE}fixed$0 name position:fixed scope source.sass tabTrigger pos:f uuid E0577C16-AF3F-4291-B1F9-3CC14E1792C9 ================================================ FILE: Snippets/position:relative.tmSnippet ================================================ content position: ${TM_CSS_SPACE}relative$0 name position:relative scope source.sass tabTrigger pos:r uuid D5079A3D-EF42-462F-A7E7-90CCFABCA36B ================================================ FILE: Snippets/position:static.tmSnippet ================================================ content position: ${TM_CSS_SPACE}static$0 name position:static scope source.sass tabTrigger pos:s uuid CAC2B79F-1076-4BA0-A644-30D66C7CDA6E ================================================ FILE: Snippets/quotes.tmSnippet ================================================ content quotes: ${TM_CSS_SPACE}$1$0 name quotes scope source.sass tabTrigger q uuid AB973003-CC4B-4CDB-9E49-B07CB2B46C95 ================================================ FILE: Snippets/quotes:en.tmSnippet ================================================ content quotes: ${TM_CSS_SPACE}'\201C' '\201D' '\2018' '\2019'$0 name quotes:en scope source.sass tabTrigger q:en uuid AED87AC8-D0D2-4BA0-A471-8313B9057D2A ================================================ FILE: Snippets/quotes:none.tmSnippet ================================================ content quotes: ${TM_CSS_SPACE}none$0 name quotes:none scope source.sass tabTrigger q:n uuid EB9F0F7A-51EC-410C-916E-CF1B6CF842DF ================================================ FILE: Snippets/quotes:ru.tmSnippet ================================================ content quotes: ${TM_CSS_SPACE}'\00AB' '\00BB' '\201E' '\201C'$0 name quotes:ru scope source.sass tabTrigger q:ru uuid 5B6F92EC-D1E8-45B3-A2A8-D3B37806CA7B ================================================ FILE: Snippets/resize.tmSnippet ================================================ content resize: ${TM_CSS_SPACE}$1$0 name resize scope source.sass tabTrigger rz uuid F0CBCB81-574F-458D-9427-6C0F5C071370 ================================================ FILE: Snippets/resize:both.tmSnippet ================================================ content resize: ${TM_CSS_SPACE}both$0 name resize:both scope source.sass tabTrigger rz:b uuid E2F690B2-2E54-4F3B-8812-5DF665F9B8B1 ================================================ FILE: Snippets/resize:horizontal.tmSnippet ================================================ content resize: ${TM_CSS_SPACE}horizontal$0 name resize:horizontal scope source.sass tabTrigger rz:h uuid 4F4EF762-A77F-4E7B-B079-0A07D5EBBFEF ================================================ FILE: Snippets/resize:none.tmSnippet ================================================ content resize: ${TM_CSS_SPACE}none$0 name resize:none scope source.sass tabTrigger rz:n uuid 16A4CC40-CF34-4173-B2D4-A51B170B836E ================================================ FILE: Snippets/resize:vertical.tmSnippet ================================================ content resize: ${TM_CSS_SPACE}vertical$0 name resize:vertical scope source.sass tabTrigger rz:v uuid C4A4B25F-669C-4835-B806-27A14969C5C3 ================================================ FILE: Snippets/right.tmSnippet ================================================ content right: ${TM_CSS_SPACE}$1$0 name right scope source.sass tabTrigger r uuid 36CE1B8E-6909-4908-B5DA-068A88C00E2B ================================================ FILE: Snippets/right:auto.tmSnippet ================================================ content right: ${TM_CSS_SPACE}auto$0 name right:auto scope source.sass tabTrigger r:a uuid 0554C6FA-6289-4834-8C2D-62E16391A783 ================================================ FILE: Snippets/table-layout.tmSnippet ================================================ content table-layout: ${TM_CSS_SPACE}$1$0 name table-layout scope source.sass tabTrigger tbl uuid 1BB0D280-214A-443D-A560-32329E88C04D ================================================ FILE: Snippets/table-layout:auto.tmSnippet ================================================ content table-layout: ${TM_CSS_SPACE}auto$0 name table-layout:auto scope source.sass tabTrigger tbl:a uuid 37D93DFA-EE1A-41BF-BCD3-D08F1ED42E9F ================================================ FILE: Snippets/table-layout:fixed.tmSnippet ================================================ content table-layout: ${TM_CSS_SPACE}fixed$0 name table-layout:fixed scope source.sass tabTrigger tbl:f uuid 8E73590D-CB83-4ACD-9373-B645C23313DD ================================================ FILE: Snippets/text-align-last.tmSnippet ================================================ content text-align-last: ${TM_CSS_SPACE}$1$0 name text-align-last scope source.sass tabTrigger tal uuid 44C642A7-A885-417B-8B89-B25705F06935 ================================================ FILE: Snippets/text-align-last:auto.tmSnippet ================================================ content text-align-last: ${TM_CSS_SPACE}auto$0 name text-align-last:auto scope source.sass tabTrigger tal:a uuid 75BCF43D-23B6-406E-A889-44A2C077EE53 ================================================ FILE: Snippets/text-align-last:center.tmSnippet ================================================ content text-align-last: ${TM_CSS_SPACE}center$0 name text-align-last:center scope source.sass tabTrigger tal:c uuid 553F9B9E-8364-4933-BC50-24D3D45134D1 ================================================ FILE: Snippets/text-align-last:left.tmSnippet ================================================ content text-align-last: ${TM_CSS_SPACE}left$0 name text-align-last:left scope source.sass tabTrigger tal:l uuid 66EF18A0-B942-45EB-89D2-2871627C3EE5 ================================================ FILE: Snippets/text-align-last:right.tmSnippet ================================================ content text-align-last: ${TM_CSS_SPACE}right$0 name text-align-last:right scope source.sass tabTrigger tal:r uuid A76D9D89-F831-48FB-9FA3-F190A66A9685 ================================================ FILE: Snippets/text-align.tmSnippet ================================================ content text-align: ${TM_CSS_SPACE}$1$0 name text-align scope source.sass tabTrigger ta uuid 855C226C-8296-49C2-A45D-BC69B86994B9 ================================================ FILE: Snippets/text-align:center.tmSnippet ================================================ content text-align: ${TM_CSS_SPACE}center$0 name text-align:center scope source.sass tabTrigger ta:c uuid 513FB4D9-DEBE-47B1-B441-1CF167B2D787 ================================================ FILE: Snippets/text-align:left.tmSnippet ================================================ content text-align: ${TM_CSS_SPACE}left$0 name text-align:left scope source.sass tabTrigger ta:l uuid 7DF9350E-B817-4C76-AFF8-3BB6B1024B29 ================================================ FILE: Snippets/text-align:right.tmSnippet ================================================ content text-align: ${TM_CSS_SPACE}right$0 name text-align:right scope source.sass tabTrigger ta:r uuid E3F59509-B0CA-498C-AE48-AF949AC0BAFD ================================================ FILE: Snippets/text-decoration.tmSnippet ================================================ content text-decoration: ${TM_CSS_SPACE}$1$0 name text-decoration scope source.sass tabTrigger td uuid 2538E093-0363-444E-B848-CEFBA635285C ================================================ FILE: Snippets/text-decoration:line-through.tmSnippet ================================================ content text-decoration: ${TM_CSS_SPACE}line-through$0 name text-decoration:line-through scope source.sass tabTrigger td:l uuid 197BA76C-CC12-4E87-AADB-C8B31ED1BD91 ================================================ FILE: Snippets/text-decoration:none.tmSnippet ================================================ content text-decoration: ${TM_CSS_SPACE}none$0 name text-decoration:none scope source.sass tabTrigger td:n uuid 16114054-6730-4233-9F1A-B5F8CC27A63E ================================================ FILE: Snippets/text-decoration:overline.tmSnippet ================================================ content text-decoration: ${TM_CSS_SPACE}overline$0 name text-decoration:overline scope source.sass tabTrigger td:o uuid 90B01045-66BA-498A-9694-A9A4C3C425B9 ================================================ FILE: Snippets/text-decoration:underline.tmSnippet ================================================ content text-decoration: ${TM_CSS_SPACE}underline$0 name text-decoration:underline scope source.sass tabTrigger td:u uuid 24CCF9FF-4623-4F31-BBEC-FE728B87FE5F ================================================ FILE: Snippets/text-emphasis.tmSnippet ================================================ content text-emphasis: ${TM_CSS_SPACE}$1$0 name text-emphasis scope source.sass tabTrigger te uuid 0F8C3032-226D-4A4E-97BB-9B9FB7751BAB ================================================ FILE: Snippets/text-emphasis:accent.tmSnippet ================================================ content text-emphasis: ${TM_CSS_SPACE}accent$0 name text-emphasis:accent scope source.sass tabTrigger te:ac uuid EDA7E9DB-0795-4130-8822-D7ED23616363 ================================================ FILE: Snippets/text-emphasis:after.tmSnippet ================================================ content text-emphasis: ${TM_CSS_SPACE}after$0 name text-emphasis:after scope source.sass tabTrigger te:a uuid 0996E6A7-036D-4902-A472-D054E8B4EDCD ================================================ FILE: Snippets/text-emphasis:before.tmSnippet ================================================ content text-emphasis: ${TM_CSS_SPACE}before$0 name text-emphasis:before scope source.sass tabTrigger te:b uuid 90C13955-9CFA-4453-A33B-44D945F314E2 ================================================ FILE: Snippets/text-emphasis:circle.tmSnippet ================================================ content text-emphasis: ${TM_CSS_SPACE}circle$0 name text-emphasis:circle scope source.sass tabTrigger te:c uuid 1D3497CF-B2E3-4897-B26C-58D5A67A619C ================================================ FILE: Snippets/text-emphasis:disc.tmSnippet ================================================ content text-emphasis: ${TM_CSS_SPACE}disc$0 name text-emphasis:disc scope source.sass tabTrigger te:ds uuid BF591C1F-0AA0-4EF9-BDE1-76CF0204F055 ================================================ FILE: Snippets/text-emphasis:dot.tmSnippet ================================================ content text-emphasis: ${TM_CSS_SPACE}dot$0 name text-emphasis:dot scope source.sass tabTrigger te:dt uuid 7C735F26-24A2-4B9E-8225-BEBD9DB6BF7D ================================================ FILE: Snippets/text-emphasis:none.tmSnippet ================================================ content text-emphasis: ${TM_CSS_SPACE}none$0 name text-emphasis:none scope source.sass tabTrigger te:n uuid A96230ED-56F9-40BC-B9E3-AE16FE5D6A6E ================================================ FILE: Snippets/text-height.tmSnippet ================================================ content text-height: ${TM_CSS_SPACE}$1$0 name text-height scope source.sass tabTrigger th uuid 8E382877-23C2-4C5A-BB00-19AFB9108771 ================================================ FILE: Snippets/text-height:auto.tmSnippet ================================================ content text-height: ${TM_CSS_SPACE}auto$0 name text-height:auto scope source.sass tabTrigger th:a uuid 7DBE9BFC-3634-458F-ABB8-EA8E30324BAC ================================================ FILE: Snippets/text-height:font-size.tmSnippet ================================================ content text-height: ${TM_CSS_SPACE}font-size$0 name text-height:font-size scope source.sass tabTrigger th:f uuid 50E72F27-8214-4826-AAF8-216DAEDB2605 ================================================ FILE: Snippets/text-height:max-size.tmSnippet ================================================ content text-height: ${TM_CSS_SPACE}max-size$0 name text-height:max-size scope source.sass tabTrigger th:m uuid D560E31F-11C7-45CE-AB1B-95540F8E1C0A ================================================ FILE: Snippets/text-height:text-size.tmSnippet ================================================ content text-height: ${TM_CSS_SPACE}text-size$0 name text-height:text-size scope source.sass tabTrigger th:t uuid 842F0D9F-6E2C-4183-8013-D1AC32B29A32 ================================================ FILE: Snippets/text-indent.tmSnippet ================================================ content text-indent: ${TM_CSS_SPACE}$1$0 name text-indent scope source.sass tabTrigger ti uuid A2FA0AD2-34F9-4391-955C-7908B3630EF7 ================================================ FILE: Snippets/text-indent:-.tmSnippet ================================================ content text-indent: ${TM_CSS_SPACE}-9999px$0 name text-indent:- scope source.sass tabTrigger ti:- uuid C3C0C502-8B40-403E-9E8A-1E94F5AD06A0 ================================================ FILE: Snippets/text-justify.tmSnippet ================================================ content text-justify: ${TM_CSS_SPACE}$1$0 name text-justify scope source.sass tabTrigger tj uuid A494DD08-5024-496E-B9FB-8C90246D72B2 ================================================ FILE: Snippets/text-justify:auto.tmSnippet ================================================ content text-justify: ${TM_CSS_SPACE}auto$0 name text-justify:auto scope source.sass tabTrigger tj:a uuid B432E6BE-9631-483C-83F0-C16EFA4A4D4D ================================================ FILE: Snippets/text-justify:distribute.tmSnippet ================================================ content text-justify: ${TM_CSS_SPACE}distribute$0 name text-justify:distribute scope source.sass tabTrigger tj:d uuid 1B535F26-53F5-477A-B56E-0EE57624997F ================================================ FILE: Snippets/text-justify:inter-cluster.tmSnippet ================================================ content text-justify: ${TM_CSS_SPACE}inter-cluster$0 name text-justify:inter-cluster scope source.sass tabTrigger tj:ic uuid D5E90AE6-A521-4D5C-9AC0-ACF1DEB9A038 ================================================ FILE: Snippets/text-justify:inter-ideograph.tmSnippet ================================================ content text-justify: ${TM_CSS_SPACE}inter-ideograph$0 name text-justify:inter-ideograph scope source.sass tabTrigger tj:ii uuid FB08402A-B880-46BF-9BF0-50A014E61ADF ================================================ FILE: Snippets/text-justify:inter-word.tmSnippet ================================================ content text-justify: ${TM_CSS_SPACE}inter-word$0 name text-justify:inter-word scope source.sass tabTrigger tj:iw uuid 827B8AE6-95CE-4332-8C02-DB8436718BEC ================================================ FILE: Snippets/text-justify:kashida.tmSnippet ================================================ content text-justify: ${TM_CSS_SPACE}kashida$0 name text-justify:kashida scope source.sass tabTrigger tj:k uuid ECF16183-8C98-4A28-97F3-537CC7F961AC ================================================ FILE: Snippets/text-justify:tibetan.tmSnippet ================================================ content text-justify: ${TM_CSS_SPACE}tibetan$0 name text-justify:tibetan scope source.sass tabTrigger tj:t uuid 7DD53491-34CE-49BB-9135-9A8E84E8B4E4 ================================================ FILE: Snippets/text-outline+.tmSnippet ================================================ content text-outline: ${TM_CSS_SPACE}${1:0} ${2:0} #${3:000}$0 name text-outline+ scope source.sass tabTrigger to+ uuid 8C5AE8B8-93DD-4487-8807-FEB1DA3092A7 ================================================ FILE: Snippets/text-outline.tmSnippet ================================================ content text-outline: ${TM_CSS_SPACE}$1$0 name text-outline scope source.sass tabTrigger to uuid 9D96BC66-5BA6-4832-8459-1D8CE287C3EC ================================================ FILE: Snippets/text-outline:none.tmSnippet ================================================ content text-outline: ${TM_CSS_SPACE}none$0 name text-outline:none scope source.sass tabTrigger to:n uuid BF41FA37-F0B1-4585-8F81-E89AA1E628C3 ================================================ FILE: Snippets/text-replace.tmSnippet ================================================ content text-replace: ${TM_CSS_SPACE}$1$0 name text-replace scope source.sass tabTrigger tr uuid 0F5E6460-FEDB-47AF-96DD-A00E5E9BB28B ================================================ FILE: Snippets/text-replace:none.tmSnippet ================================================ content text-replace: ${TM_CSS_SPACE}none$0 name text-replace:none scope source.sass tabTrigger tr:n uuid DE71FEAF-62C1-46F4-B898-2BEDEE9076BC ================================================ FILE: Snippets/text-shadow+.tmSnippet ================================================ content text-shadow: ${TM_CSS_SPACE}${1:0} ${2:0} ${3:0} #${4:000}$0 name text-shadow+ scope source.sass tabTrigger tsh+ uuid E395E605-BEC4-4802-97E6-69341B17AF66 ================================================ FILE: Snippets/text-shadow.tmSnippet ================================================ content text-shadow: ${TM_CSS_SPACE}$1$0 name text-shadow scope source.sass tabTrigger tsh uuid DC9B2505-2A5A-4D1C-950A-2A5564B5FDF0 ================================================ FILE: Snippets/text-shadow:none.tmSnippet ================================================ content text-shadow: ${TM_CSS_SPACE}none$0 name text-shadow:none scope source.sass tabTrigger tsh:n uuid 7B2A61A4-954C-48F5-9CFB-5252ECB19550 ================================================ FILE: Snippets/text-transform.tmSnippet ================================================ content text-transform: ${TM_CSS_SPACE}$1$0 name text-transform scope source.sass tabTrigger tt uuid C8FA6143-8085-4815-A549-DD76475246DD ================================================ FILE: Snippets/text-transform:capitalize.tmSnippet ================================================ content text-transform: ${TM_CSS_SPACE}capitalize$0 name text-transform:capitalize scope source.sass tabTrigger tt:c uuid 532C474E-11FB-4555-957E-F68EDBC0549C ================================================ FILE: Snippets/text-transform:lowercase.tmSnippet ================================================ content text-transform: ${TM_CSS_SPACE}lowercase$0 name text-transform:lowercase scope source.sass tabTrigger tt:l uuid 1F2C6AA2-6972-423D-ADEE-F339F83B15A6 ================================================ FILE: Snippets/text-transform:none.tmSnippet ================================================ content text-transform: ${TM_CSS_SPACE}none$0 name text-transform:none scope source.sass tabTrigger tt:n uuid 77AA7BE6-BB23-4991-88FC-4C68F21E7E7E ================================================ FILE: Snippets/text-transform:uppercase.tmSnippet ================================================ content text-transform: ${TM_CSS_SPACE}uppercase$0 name text-transform:uppercase scope source.sass tabTrigger tt:u uuid 20D25993-B91B-42EB-8195-7B1967C35805 ================================================ FILE: Snippets/text-wrap.tmSnippet ================================================ content text-wrap: ${TM_CSS_SPACE}$1$0 name text-wrap scope source.sass tabTrigger tw uuid 253CCB65-F169-4499-9C01-2B7F48A60B81 ================================================ FILE: Snippets/text-wrap:none.tmSnippet ================================================ content text-wrap: ${TM_CSS_SPACE}none$0 name text-wrap:none scope source.sass tabTrigger tw:no uuid BD11A132-D4A3-488E-A6BD-CD36E28ED8FA ================================================ FILE: Snippets/text-wrap:normal.tmSnippet ================================================ content text-wrap: ${TM_CSS_SPACE}normal$0 name text-wrap:normal scope source.sass tabTrigger tw:n uuid 2B967E29-D665-40BF-BE88-B1A45F1AA461 ================================================ FILE: Snippets/text-wrap:suppress.tmSnippet ================================================ content text-wrap: ${TM_CSS_SPACE}suppress$0 name text-wrap:suppress scope source.sass tabTrigger tw:s uuid 564C9B45-CC7B-4D6D-A9B3-B7D7A13F3494 ================================================ FILE: Snippets/text-wrap:unrestricted.tmSnippet ================================================ content text-wrap: ${TM_CSS_SPACE}unrestricted$0 name text-wrap:unrestricted scope source.sass tabTrigger tw:u uuid B1D9A667-DE5D-48A4-BBEA-CB3F39A595FE ================================================ FILE: Snippets/top.tmSnippet ================================================ content top: ${TM_CSS_SPACE}$1$0 name top scope source.sass tabTrigger t uuid FCCBFD90-FDE0-4F93-B696-929DF81C3D0B ================================================ FILE: Snippets/top:auto.tmSnippet ================================================ content top: ${TM_CSS_SPACE}auto$0 name top:auto scope source.sass tabTrigger t:a uuid 6BE37660-56A0-48FB-9911-F9BC0EE70797 ================================================ FILE: Snippets/vertical-align.tmSnippet ================================================ content vertical-align: ${TM_CSS_SPACE}$1$0 name vertical-align scope source.sass tabTrigger va uuid 4B95D6EC-506D-4A03-A857-6B632B9C043C ================================================ FILE: Snippets/vertical-align:baseline.tmSnippet ================================================ content vertical-align: ${TM_CSS_SPACE}baseline$0 name vertical-align:baseline scope source.sass tabTrigger va:bl uuid A030FD7A-86F1-4261-BF83-804130A44DDE ================================================ FILE: Snippets/vertical-align:bottom.tmSnippet ================================================ content vertical-align: ${TM_CSS_SPACE}bottom$0 name vertical-align:bottom scope source.sass tabTrigger va:b uuid 08BD3C3B-B0D2-4E2A-B85E-13311FFDFAFF ================================================ FILE: Snippets/vertical-align:middle.tmSnippet ================================================ content vertical-align: ${TM_CSS_SPACE}middle$0 name vertical-align:middle scope source.sass tabTrigger va:m uuid 6A1455AD-A666-4334-BF82-62D6E1F5750D ================================================ FILE: Snippets/vertical-align:sub.tmSnippet ================================================ content vertical-align: ${TM_CSS_SPACE}sub$0 name vertical-align:sub scope source.sass tabTrigger va:sub uuid 8BBA11DD-62B8-470F-BBAF-2F528EB87A65 ================================================ FILE: Snippets/vertical-align:super.tmSnippet ================================================ content vertical-align: ${TM_CSS_SPACE}super$0 name vertical-align:super scope source.sass tabTrigger va:sup uuid 98B18070-41F0-4CB7-BFE2-EA21208A6E23 ================================================ FILE: Snippets/vertical-align:text-bottom.tmSnippet ================================================ content vertical-align: ${TM_CSS_SPACE}text-bottom$0 name vertical-align:text-bottom scope source.sass tabTrigger va:tb uuid 949E3A85-B704-4EF7-B04C-ACF160EB8D7A ================================================ FILE: Snippets/vertical-align:text-top.tmSnippet ================================================ content vertical-align: ${TM_CSS_SPACE}text-top$0 name vertical-align:text-top scope source.sass tabTrigger va:tt uuid 98C9436D-A758-448D-A7F0-767CAFE009A9 ================================================ FILE: Snippets/vertical-align:top.tmSnippet ================================================ content vertical-align: ${TM_CSS_SPACE}top$0 name vertical-align:top scope source.sass tabTrigger va:t uuid 168EE245-A94B-45B8-98AB-D7621719FD1A ================================================ FILE: Snippets/visibility.tmSnippet ================================================ content visibility: ${TM_CSS_SPACE}$1$0 name visibility scope source.sass tabTrigger v uuid FEFE6291-F74E-4B44-BA1E-A4D52F7CE3D6 ================================================ FILE: Snippets/visibility:collapse.tmSnippet ================================================ content visibility: ${TM_CSS_SPACE}collapse$0 name visibility:collapse scope source.sass tabTrigger v:c uuid 988C9BA4-CB58-46DE-A3F9-3B14E3475C49 ================================================ FILE: Snippets/visibility:hidden.tmSnippet ================================================ content visibility: ${TM_CSS_SPACE}hidden$0 name visibility:hidden scope source.sass tabTrigger v:h uuid 13709A62-6596-4E9A-B673-D5DDD8CA3532 ================================================ FILE: Snippets/visibility:visible.tmSnippet ================================================ content visibility: ${TM_CSS_SPACE}visible$0 name visibility:visible scope source.sass tabTrigger v:v uuid 1B1C2AAA-579E-47D2-A8F4-F48B76F08EE6 ================================================ FILE: Snippets/white-space-collapse.tmSnippet ================================================ content white-space-collapse: ${TM_CSS_SPACE}$1$0 name white-space-collapse scope source.sass tabTrigger whsc uuid 72FDBF7D-CC15-4C90-827B-804A2F076EA5 ================================================ FILE: Snippets/white-space-collapse:break-all.tmSnippet ================================================ content white-space-collapse: ${TM_CSS_SPACE}break-all$0 name white-space-collapse:break-all scope source.sass tabTrigger whsc:ba uuid 91DF287A-A854-4895-A8F2-527DF2F02D78 ================================================ FILE: Snippets/white-space-collapse:break-strict.tmSnippet ================================================ content white-space-collapse: ${TM_CSS_SPACE}break-strict$0 name white-space-collapse:break-strict scope source.sass tabTrigger whsc:bs uuid 5347DF22-00D0-4504-B4FB-3C1D71CF75CF ================================================ FILE: Snippets/white-space-collapse:keep-all.tmSnippet ================================================ content white-space-collapse: ${TM_CSS_SPACE}keep-all$0 name white-space-collapse:keep-all scope source.sass tabTrigger whsc:k uuid 84D7698F-B107-4A87-B835-4786656A16F0 ================================================ FILE: Snippets/white-space-collapse:loose.tmSnippet ================================================ content white-space-collapse: ${TM_CSS_SPACE}loose$0 name white-space-collapse:loose scope source.sass tabTrigger whsc:l uuid 0333A077-E6BA-4096-A15A-2727315395D1 ================================================ FILE: Snippets/white-space-collapse:normal.tmSnippet ================================================ content white-space-collapse: ${TM_CSS_SPACE}normal$0 name white-space-collapse:normal scope source.sass tabTrigger whsc:n uuid D0D4D673-52FE-4036-932F-3C7C15BF7DA0 ================================================ FILE: Snippets/white-space.tmSnippet ================================================ content white-space: ${TM_CSS_SPACE}$1$0 name white-space scope source.sass tabTrigger whs uuid ECFF15E8-E844-45E6-AE9A-C7D05C354D56 ================================================ FILE: Snippets/white-space:normal.tmSnippet ================================================ content white-space: ${TM_CSS_SPACE}normal$0 name white-space:normal scope source.sass tabTrigger whs:n uuid 8226D96C-E569-4536-8EC4-49D8E74F1A36 ================================================ FILE: Snippets/white-space:nowrap.tmSnippet ================================================ content white-space: ${TM_CSS_SPACE}nowrap$0 name white-space:nowrap scope source.sass tabTrigger whs:nw uuid 317F2137-7BD6-4AD7-A4CF-919E993A5D93 ================================================ FILE: Snippets/white-space:pre-line.tmSnippet ================================================ content white-space: ${TM_CSS_SPACE}pre-line$0 name white-space:pre-line scope source.sass tabTrigger whs:pl uuid 34E5047F-D823-479E-BECE-F6B8677A37D5 ================================================ FILE: Snippets/white-space:pre-wrap.tmSnippet ================================================ content white-space: ${TM_CSS_SPACE}pre-wrap$0 name white-space:pre-wrap scope source.sass tabTrigger whs:pw uuid 2C83EAB0-B96B-4C55-9225-D76FF34BB981 ================================================ FILE: Snippets/white-space:pre.tmSnippet ================================================ content white-space: ${TM_CSS_SPACE}pre$0 name white-space:pre scope source.sass tabTrigger whs:p uuid 9E328F79-0818-419F-AC90-BD71B8DEA2D2 ================================================ FILE: Snippets/widows.tmSnippet ================================================ content widows: ${TM_CSS_SPACE}$1$0 name widows scope source.sass tabTrigger wid uuid 7DE56A5D-B0A4-4FBB-B0E9-8F3A78040AC7 ================================================ FILE: Snippets/width.tmSnippet ================================================ content width: ${TM_CSS_SPACE}$1$0 name width scope source.sass tabTrigger w uuid C14754F3-538B-4722-BB55-4E5141B092D3 ================================================ FILE: Snippets/width:auto.tmSnippet ================================================ content width: ${TM_CSS_SPACE}auto$0 name width:auto scope source.sass tabTrigger w:a uuid DA292A71-E70C-4E37-A773-3B401F9E8CB5 ================================================ FILE: Snippets/word-break.tmSnippet ================================================ content word-break: ${TM_CSS_SPACE}$1$0 name word-break scope source.sass tabTrigger wob uuid 754D1BFA-6F34-4ADF-A95C-34A195DE0CA8 ================================================ FILE: Snippets/word-break:break-all.tmSnippet ================================================ content word-break: ${TM_CSS_SPACE}break-all$0 name word-break:break-all scope source.sass tabTrigger wob:ba uuid FBE1D0E3-FD30-47F2-93C9-AC254B924371 ================================================ FILE: Snippets/word-break:break-strict.tmSnippet ================================================ content word-break: ${TM_CSS_SPACE}break-strict$0 name word-break:break-strict scope source.sass tabTrigger wob:bs uuid E5B0C6CC-489B-40A4-B270-FCAFE4EC24F0 ================================================ FILE: Snippets/word-break:keep-all.tmSnippet ================================================ content word-break: ${TM_CSS_SPACE}keep-all$0 name word-break:keep-all scope source.sass tabTrigger wob:k uuid AA03C0B9-298F-4C1E-A962-EDC70C05CFE0 ================================================ FILE: Snippets/word-break:loose.tmSnippet ================================================ content word-break: ${TM_CSS_SPACE}loose$0 name word-break:loose scope source.sass tabTrigger wob:l uuid 67DBCE21-60A3-4B32-BB41-CE6F6654E8AD ================================================ FILE: Snippets/word-break:normal.tmSnippet ================================================ content word-break: ${TM_CSS_SPACE}normal$0 name word-break:normal scope source.sass tabTrigger wob:n uuid 7B8BB6DF-DE56-45E5-895C-DC527EC583E8 ================================================ FILE: Snippets/word-spacing.tmSnippet ================================================ content word-spacing: ${TM_CSS_SPACE}$1$0 name word-spacing scope source.sass tabTrigger wos uuid D16A1709-1A03-4DC1-B2A9-22F342F06F5B ================================================ FILE: Snippets/word-wrap.tmSnippet ================================================ content word-wrap: ${TM_CSS_SPACE}$1$0 name word-wrap scope source.sass tabTrigger wow uuid 3B7BDE18-C50E-4DBD-A3AE-1F4B5953F836 ================================================ FILE: Snippets/word-wrap:none.tmSnippet ================================================ content word-wrap: ${TM_CSS_SPACE}none$0 name word-wrap:none scope source.sass tabTrigger wow:no uuid CA6BD1FF-023F-4056-AE66-97642B2C7ED2 ================================================ FILE: Snippets/word-wrap:normal.tmSnippet ================================================ content word-wrap: ${TM_CSS_SPACE}normal$0 name word-wrap:normal scope source.sass tabTrigger wow:n uuid D27D3F19-C749-4E14-9B98-99D1326FC296 ================================================ FILE: Snippets/word-wrap:suppress.tmSnippet ================================================ content word-wrap: ${TM_CSS_SPACE}suppress$0 name word-wrap:suppress scope source.sass tabTrigger wow:s uuid 2F50ABEC-BC0A-436C-B778-D2D5682E7A2C ================================================ FILE: Snippets/word-wrap:unrestricted.tmSnippet ================================================ content word-wrap: ${TM_CSS_SPACE}unrestricted$0 name word-wrap:unrestricted scope source.sass tabTrigger wow:u uuid 6B78C97F-67E2-44A1-BBD1-5D0D0DC3DB47 ================================================ FILE: Snippets/z-index.tmSnippet ================================================ content z-index: ${TM_CSS_SPACE}$1$0 name z-index scope source.sass tabTrigger z uuid 3815F908-DA2C-4E11-AE55-E71342903ED8 ================================================ FILE: Snippets/z-index:auto.tmSnippet ================================================ content z-index: ${TM_CSS_SPACE}auto$0 name z-index:auto scope source.sass tabTrigger z:a uuid 703BE0D3-CC7D-43B6-8055-F86BD8B55E78 ================================================ FILE: Snippets/zoom.tmSnippet ================================================ content zoom: ${TM_CSS_SPACE}1$0 name zoom scope source.sass tabTrigger zoo uuid 019D480D-031C-49C4-9A80-69740A13B160 ================================================ FILE: Snippets/{…}.tmSnippet ================================================ content $0 keyEquivalent @ name {…} scope source.sass uuid 437C60DE-0840-4414-85B0-BB8F172FB166 ================================================ FILE: Syntaxes/Sass.tmLanguage ================================================ fileTypes sass scss foldingStartMarker /\*|^#|^\*|^\b|^\. foldingStopMarker \*/|^\s*$ keyEquivalent ^~S name Sass patterns captures 1 name punctuation.definition.entity.scss 2 name entity.other.attribute-name.attribute.scss 3 name punctuation.separator.operator.scss 4 name string.unquoted.attribute-value.scss 5 name string.quoted.double.attribute-value.scss 6 name punctuation.definition.string.begin.scss 7 name punctuation.definition.string.end.scss match (?i)(\[)\s*(-?[_a-z\\[[:^ascii:]]][_a-z0-9\-\\[[:^ascii:]]]*)(?:\s*([~|^$*]?=)\s*(?:(-?[_a-z\\[[:^ascii:]]][_a-z0-9\-\\[[:^ascii:]]]*)|((?>(['"])(?:[^\\]|\\.)*?(\6)))))?\s*(\]) name meta.attribute-selector.scss match (?<=@include|@mixin)\s[a-zA-Z0-9_-]+ name support.function.name.sass match (@media\s(all|aural|braille|embossed|handheld|print|projection|screen|tty|tv)*)|(@else\s(if)*)|@[a-zA-Z-]+ name keyword.control.at-rule.css.sass include #variable include #placeholder-selector match [a-z-]+(?=:)|\b(from|through|to|in)\b name support.type.property-name.css.sass match @(import|for|else|each|mixin|include|charset|import|media|page|namespace|extend)\s[\%\/\.\w-]*\b name keyword.control.at-rule.sass match !(important|default|optional) name keyword.other.important.css.sass match \* name entity.name.tag.wildcard.scss match (?<=[\d])(ch|cm|deg|dpi|dpcm|dppx|em|ex|grad|in|mm|ms|pc|pt|px|rad|rem|turn|s|vh|vmin|vw)\b|% name keyword.other.unit.scss match \b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\b name keyword.control.untitled match (?<![!<>=a-zA-Z0-9_-]|[<>=a-zA-Z0-9_-] )[=+][a-zA-Z0-9_-]+ name keyword.control.mixin-shorthand.sass begin ' end ' name string.quoted.single.sass patterns match \\. name constant.character.escaped.sass begin " end " name string.quoted.double.sass patterns match \\. name constant.character.escaped.sass match [\.%][a-zA-Z0-9_-]+ name entity.other.attribute-name.class.sass match (#)([0-9a-fA-F]{3}|[0-9a-fA-F]{6})\b name constant.other.rgb-value.sass match !(important|default|optional) name keyword.other.important.css.sass match #[a-zA-Z0-9_-]+ name entity.other.attribute-name.id.sass match [!\$][a-zA-Z0-9_-]+ name variable.parameter.sass begin /\* end \*/ name comment.block.sass begin // end $\n? name comment.line.double-slash.sass match (-|\+)?\s*[0-9]+(\.[0-9]+)? name constant.numeric.sass match \b(whitespace|wait|w-resize|visible|rect|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\b name support.constant.property-value.sass match (left|right|true|false|top|bottom)(?!:) name constant.string.sass begin (headings|stylesheet-url|rgba?|hsla?|ie-hex-str|red|green|blue|alpha|opacity|hue|saturation|lightness|prefixed|prefix|-moz|-svg|-css2|-pie|-webkit|-ms|-o|-khtml|font-(?:files|url)|grid-image|image-(?:width|height|url|color)|sprites?|sprite-(?:map|map-name|file|url|position)|inline-(?:font-files|image)|opposite-position|grad-point|grad-end-position|color-stops|color-stops-in-percentages|grad-color-stops|(?:radial|linear)-(?:gradient|svg-gradient)|opacify|fade-?in|transparentize|fade-?out|lighten|darken|saturate|desaturate|grayscale|adjust-(?:hue|lightness|saturation|color)|scale-(?:lightness|saturation|color)|change-color|spin|complement|invert|mix|-compass-(?:list|space-list|slice|nth|list-size)|blank|compact|nth|first-value-of|join|length|append|nest|append-selector|headers|enumerate|range|percentage|unitless|unit|if|type-of|comparable|elements-of-type|quote|unquote|escape|e|sin|cos|tan|abs|round|ceil|floor|pi|translate(?:X|Y))\s*(\() beginCaptures 1 name support.function.misc.scss 2 name punctuation.section.function.scss end (\)) endCaptures 1 name punctuation.section.function.scss patterns include #double-quoted include #single-quoted include #variable match \^|\$|\*|~ name keyword.other.regex.sass include #parameters match & name keyword.control.untitled match :(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active) name entity.other.attribute-name.tag.pseudo-class match ::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value) name entity.other.attribute-name.tag.pseudo-element match \b(-webkit-[A-Za-z]+|-moz-[A-Za-z]+|-o-[A-Za-z]+|-ms-[A-Za-z]+|-khtml-[A-Za-z]+|[0-9]{1,3}\%|zoom|z-index|y|x|wrap|word-wrap|word-spacing|word-break|word|width|widows|white-space-collapse|white-space|white|weight|volume|voice-volume|voice-stress|voice-rate|voice-pitch-range|voice-pitch|voice-family|voice-duration|voice-balance|voice|visibility|vertical-align|variant|user-select|up|unicode-bidi|unicode|trim|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform|top-width|top-style|top-right-radius|top-left-radius|top-color|top|timing-function|text-wrap|text-transform|text-shadow|text-replace|text-outline|text-justify|text-indent|text-height|text-emphasis|text-decoration|text-align-last|text-align|text|target-position|target-new|target-name|target|table-layout|tab-size|style-type|style-position|style-image|style|string-set|stretch|stress|stacking-strategy|stacking-shift|stacking-ruby|stacking|src|speed|speech-rate|speech|speak-punctuation|speak-numeral|speak-header|speak|span|spacing|space-collapse|space|sizing|size-adjust|size|shadow|respond-to|rule-width|rule-style|rule-color|rule|ruby-span|ruby-position|ruby-overhang|ruby-align|ruby|rows|rotation-point|rotation|role|right-width|right-style|right-color|right|richness|rest-before|rest-after|rest|resource|resolution|resize|reset|replace|repeat|rendering-intent|rate|radius|quotes|punctuation-trim|punctuation|property|profile|presentation-level|presentation|position|pointer-events|point|play-state|play-during|play-count|pitch-range|pitch|phonemes|pause-before|pause-after|pause|page-policy|page-break-inside|page-break-before|page-break-after|page|padding-top|padding-right|padding-left|padding-bottom|padding|pack|overhang|overflow-y|overflow-x|overflow-style|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|origin|orientation|orient|ordinal-group|opacity|offset|numeral|new|nav-up|nav-right|nav-left|nav-index|nav-down|nav|name|move-to|model|min-width|min-height|min|max-width|max-height|max|marquee-style|marquee-speed|marquee-play-count|marquee-direction|marquee|marks|mark-before|mark-after|mark|margin-top|margin-right|margin-left|margin-bottom|margin|mask-image|list-style-type|list-style-position|list-style-image|list-style|list|lines|line-stacking-strategy|line-stacking-shift|line-stacking-ruby|line-stacking|line-height|line|level|letter-spacing|length|left-width|left-style|left-color|left|label|justify|iteration-count|inline-box-align|initial-value|initial-size|initial-before-align|initial-before-adjust|initial-after-align|initial-after-adjust|index|indent|increment|image-resolution|image-orientation|image|icon|hyphens|hyphenate-resource|hyphenate-lines|hyphenate-character|hyphenate-before|hyphenate-after|hyphenate|height|header|hanging-punctuation|grid-rows|grid-columns|grid|gap|font-weight|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-family|font|float-offset|float|flex-group|flex|fit-position|fit|fill|filter|family|empty-cells|emphasis|elevation|duration|drop-initial-value|drop-initial-size|drop-initial-before-align|drop-initial-before-adjust|drop-initial-after-align|drop-initial-after-adjust|drop|down|dominant-baseline|display-role|display-model|display|direction|delay|decoration-break|decoration|cursor|cue-before|cue-after|cue|crop|counter-reset|counter-increment|counter|count|content|columns|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|column-break-before|column-break-after|column|color-profile|color|collapse|clip|clear|character|caption-side|break-inside|break-before|break-after|break|box-sizing|box-shadow|box-pack|box-orient|box-ordinal-group|box-lines|box-flex-group|box-flex|box-direction|box-decoration-break|box-align|box|bottom-width|bottom-style|bottom-right-radius|bottom-left-radius|bottom-color|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-length|border-left-width|border-left-style|border-left-color|border-left|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|bookmark-target|bookmark-level|bookmark-label|bookmark|binding|bidi|before|baseline-shift|baseline|balance|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-break|background-attachment|background|backface-visibility|azimuth|attachment|appearance|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-duration|animation-direction|animation-delay|animation|alignment-baseline|alignment-adjust|alignment|align-last|align|after|adjust)\b name support.type.property-name.sass match (\b(?i:arial|century|comic|courier|garamond|georgia|helvetica|impact|lucida|symbol|system|tahoma|times|trebuchet|utopia|verdana|webdings|sans-serif|serif|monospace)\b) name support.constant.font-name.sass match (?>-(webkit|moz|ms|o|apple|khtml|xv|wap|epub)[a-zA-Z0-9_-]+)(?!\() name support.type.property-name.sass match (?<=\s\s)-?\w\n? name helper.sublime.property-name.sass match (?<=\w: )\w\n? name helper.sublime.property-value.sass repository nested-parens begin \( captures 0 name punctuation.section.scope.sass end \) patterns include #nested-parens double-quoted begin " end " name string.quoted.double.css.sass single-quoted begin ' end ' name string.quoted.single.css.sass variable match \$[a-zA-Z0-9_-]+ name variable placeholder-selector match %[a-zA-Z0-9_-]+ name entity.other.attribute-name.placeholder-selector.sass scopeName source.sass uuid 0AB51F6F-7780-4BF2-BEE3-5405ABA6A6B9 ================================================ FILE: info.plist ================================================ mainMenu excludedItems 889DF0E0-7D9A-4EB2-BD88-7D00F6954A89 9D707A0F-0805-4923-844E-77F414361FA1 655D5EB8-64CC-42DF-9242-BD2B9EB8132F 2A029021-D261-41BE-8EA5-630D2EA3FFC4 2B87C856-AB3C-4C0E-90CF-72CD217839BF B0E21BC6-58E4-49C2-A475-900574736F56 97A2D732-A09D-4DD4-A879-8F7807713113 649FC044-93E4-4ABD-A5CE-5A85E50BF061 F40D7F03-4D9B-48BC-811D-748925946CA0 80A5298A-0D60-4440-8DE5-C7DCC234307F F917CEB9-620E-42F5-ABE5-AD31E7E2B47D 5769D15D-A068-4B98-902C-0E9AD9C0BE6A 63CC7DE9-4008-4739-883D-A577E9B592FD 41665088-E041-41C5-BAB7-46FB70E53D4F items 5A998214-23DB-4482-927C-D02A57C78ACF A4B95614-65EA-467B-B041-0B3A3A5777CC 7CFAEEC4-AFBD-4343-A00B-1EF45C2DA29E 9293A4AC-4E90-4D2B-A81F-13CD9B16B030 E730BFDC-EE59-43A0-8585-56C568E7D99F 23C59F5E-24B6-47A5-9E0B-073B3F8BAFC1 F81D1BB3-0686-4A05-B387-471171D5C241 E0AC4235-CD62-495A-A846-24D203AB51D0 C8B9A854-A63B-4256-B809-1FDBFAF45A1A 652B0C17-4A4D-4033-B114-45E67113A975 003F8221-B93B-4269-BA6B-7A4B51BA5178 6092544F-BB95-44AB-A2D5-3E2E2B9ADF33 A5ED4259-19C3-43CA-B0B4-30AE984474FB 11FA80F3-8FC9-49DA-9F09-B7C214F204B3 944A5454-1173-4110-9698-296E3928D347 A1B5F181-3AEF-4A8D-8F54-5FF4BD9CA6B1 D7762AA5-3846-4DD2-B721-777DA25E9140 9BDEDDDD-28F7-486E-8514-4E12EB011B43 635FCC04-892D-49FF-AE11-46CF790320B9 DCFC098A-3A37-4616-A88D-C336A37EAFB9 DA2CC899-3F27-4C89-BC38-61857B080A5D 5D401E2B-E814-4B3D-9590-55069680992E CED755EA-511C-42EC-AF07-A1FA0F730049 8BA13B60-C998-448B-856D-5E38ED00603C 1FFF6B8D-D83C-4BBF-89F3-92EF8BE0DFD1 0C7DB05A-A8C0-4BB7-9CDF-477FD6953147 8D9B7DF8-8C16-4501-B3AE-7AE69239BA22 76F4D427-3D8C-4735-A1B8-C0A2A39CD129 818AA90F-BDB7-452C-A470-42F7EFDBA302 28182C70-AF85-4CFA-85C0-BEFA4EA33721 9A4B7B8C-FE4D-48BB-A365-F042300837CF 669D0EF5-63DF-435A-BAFB-E81973D405CA C92DEFC4-7A3D-4EF2-AF88-566D8BB25CDF DAF36E28-169D-4425-B27D-0D1571893DC0 B8E23427-EB7F-42C8-B943-2457E70ABE4B CE8D2A33-4C05-407F-A3D7-8A6CE814B70C 2632C583-24FF-4F76-93AF-E826399633E1 D61199DE-48F3-43EC-8955-70820E21A96A AF93EC40-3F20-4E79-AB6A-6271B95596BD B2D4052C-6F1A-4053-9269-984499426D4D 2DD4B6AD-AE38-498F-AA62-BB1D83594169 3ABC728F-3846-4483-9B92-173ACC164CCE 0BD9B5E7-DABC-4C29-94FA-EB6BD53009C3 3B1B2B30-98D1-4680-8E81-E3E10889E50F 81938FA6-8A40-40A8-983B-BF90DC48479D 516230B2-B8F4-420F-89D7-D674DCBEFCF4 E4D598EF-4AE3-4878-B13E-6BAD7EE65F19 949A8AF7-D253-4C2D-8E1C-2B32795CCB9F B2A47EB1-5E50-4362-8C82-6FCF9A607AEC C520ABD7-ABF0-49DE-8E0B-D98F128C3790 E4AD878B-9B0A-42A6-BF16-FD60C41E153E 908F3AA4-E040-48A2-B853-2CC42B83AB76 3F6F4620-A2BC-4473-82B0-B06288547C1E ADB5F5F2-AA0B-40BF-B644-D1CD5227B6C3 FC15F2EC-7D18-472C-AA3C-CDFF8C549701 A8C2A6C7-CEB3-403E-9840-8C4CB5C324AA 957AB322-F8BA-4EF0-BE8C-8E5078D43EA0 5999B4AC-D51D-4D68-B69B-67EC43A149DD 06AFD2D1-87A3-4675-A244-51A3E30F7F58 961776B6-D0E8-416F-B83E-04A12F72AE53 A311653B-72F9-46C8-92DE-3FEF6C569813 BAADEC46-F13B-461D-9E0C-A7CF7ED32032 E04F2215-93E0-4C1B-9B28-DBFA95A91690 9B3D9D2F-A5FC-4D05-BD80-9EC25E161EBE 44C6CC07-B398-4004-95BA-250ECEE2B132 ACFF9A38-3922-4633-875C-BCB1CB9BBA11 EEB61673-486C-4E49-9368-C50A525211ED 0625D94A-28B2-4E6C-9ED3-782768A594D3 92B66278-3D46-480E-B585-1F54541DE8FA 028FA688-8048-4629-A8F2-5B1DBCFD2ED3 CA91FE05-2FC0-4E35-B8BB-0F6E06982D47 9608D315-54A2-4B33-B2E8-14F5D32ABD02 E8869EA0-49EC-4DA5-89BF-7B6F97D2797B FB686136-1F75-4085-8496-82BB73721BA5 97B8D9BE-2382-4697-B4E8-D4BD1D60340F 06AD2D9A-51AB-4ED7-AD44-36C53EBC63A7 691830E3-B2DA-4564-9134-205E0C2B44D9 2C1B3E35-8733-4E86-99BC-2861345470E1 A125A042-A613-4FC4-BD4D-FEC3A9427973 5934A7B2-C026-485B-AA42-EB047436CF71 5E5191EA-8DDF-4835-A73D-7381AD58CB2A 31EA3CF5-0AB0-4BB0-BDB9-802033F29AF3 376CC2B4-8FEB-43A0-9AA0-E162F759D9D7 EAAAFED7-04D8-41A5-93A5-E91D7B82BCE3 6067E3C2-D071-487B-85AD-EA282EBF6BCD B6E5A8F1-6CDC-4626-A974-BD19E35D091E F788ABDB-113F-4179-95D5-2C911C6CEBB1 75AA03A1-1B3E-4196-8EA6-156AECFAF77D 7B3C63A0-916B-4E05-99A3-3B1C7FED5467 62841CE2-07AC-4E7B-8193-3820F0A79D09 EE6CE4A7-FFC5-46CB-82B3-FF7D78D1AC85 93102F63-A511-4C18-82F5-51AB5637D061 385A48FC-CB37-47BA-A94D-48ED8EBDD854 4E19C0F7-1A6F-4F7D-A888-F36B9D108476 B275A757-6FBA-44A9-8FE8-A0E5088893F2 B397712C-9F55-442F-A1E8-D8425C3A1E57 C0685ED8-9EE6-4B3C-A271-19CD7D5B2CDC 4D36AB95-5F75-47B1-8C15-53D13CAAB1E7 FDA19B52-313A-4B37-86CB-9D0E9CFC617C C5534076-FB9E-4B67-90CC-ADFE5D6A410A ACD7B177-3D62-4486-8B24-3ECE95ADE14C 11457523-5DD1-492D-BA56-5B33DC9FC925 3DBC0A47-AAE2-4FFB-AB9F-8391C6A71BC7 8779A918-D358-4AAF-B3B2-2CB3718A5BAD BAD01F28-8630-449A-B60D-3F9165236448 FB0B3033-098B-400D-AE9C-6BEDBC694545 FF3B30E1-8D83-4512-9447-D469C20E1A4F D4AB6BF7-69D3-4263-A6D5-865B5AFDCC7B 6BB21BDB-CB98-469C-8C99-AF1E82A3E2C1 1323456D-1B2A-47F5-8210-2B9D9FAB2904 7183B6E8-4C08-48C9-97C3-DF33BEFF9771 239189C0-73E8-4ABD-A53B-D24065EA50BC EECBDFD9-D0E2-431E-95CC-53FA7458A81F 8ED3EFF5-9250-4199-835B-4D437018E405 FD080A48-55C7-4552-B82C-15B2EA7B2CBC FEA80715-0436-4EF4-B51A-1E3808E905C1 8D53D146-128C-401C-A67E-3B7D83387F9B 4AA66BCC-D0F9-4FE6-92D8-F0D5DB884F0F 53AE9514-2B09-49CF-B1DD-84492B564EB3 DFB8D9D4-85BE-4223-A12E-2C233CA0B044 45797D5D-1ED1-49BD-868B-88B217B12EEB E4F4AFDF-0CFA-4F7C-BEEC-B15A2EFC4594 29710212-1114-46B9-B36F-891B924FB3ED 1B18F809-85F6-43CF-BC9A-781F0EB70349 463497F0-EAA9-48E1-915C-85E2059F41D2 47B2919F-FCBF-441C-A3BD-067175F444D8 480C99CC-45DE-4F71-89F1-7E7C55485442 6A85F93E-8D1F-413B-BCE4-3552EF3B05CF 076D51CC-6053-4378-B219-85DFF363CDAB 75B9CC95-712F-4A49-869E-83080E49409A CBDB672C-66D4-4B22-90D1-74C8CD943666 CE3C969C-5D65-40A7-BFEA-060CD8156654 706EFE5A-9CF5-4190-8CC9-88B0DB11DACB 3602DCA3-51B8-4667-8AA0-EE55FBC8C583 3AD767F7-5BDA-4872-B60E-BC799C3723DD 706FF0ED-4DAB-47BB-9663-BECF3A330D0D E404F19C-71F0-4C61-8296-1C7CB2294216 991C5926-2BA2-4E38-A9D3-946821F3BBFF C097B5F3-1BF9-4BDC-99EB-6D41E098E987 C6A2787F-3C15-4F81-8ACE-C36164766340 D5909CA2-5080-4280-93F4-9FF83B24546F 526BB856-32AE-4CE3-9C4B-80D74C806571 C7359698-4291-4C79-A0F9-A8FE375C8048 8A82CE70-5215-42CF-B92D-45D01949B5E5 825AE65E-A23B-4BEC-AEE3-908FA9877D99 B43200E7-6A6B-40C5-8FD1-907E7D8BA61D 7B9D80E8-D1DD-4B4F-B284-413A0B9C83F3 4F0A86EF-A7F0-4DD6-8A2C-7AED2770273A 832AE619-0B38-4283-8D38-605953547C60 5364E317-D1C7-4D47-A76C-D252B0EF37A5 5D23F0D5-89FF-4AAE-9FD9-418B4B57C127 CE0858E7-5DA2-44B2-9B9F-E84582B5C3EE 298BD4DE-ABD8-4B98-9853-4924F1A875E4 0D31930C-3D50-49AE-9091-89D474174381 E03409F3-AA8A-4ED3-A43B-8E341C1EA1F0 AF69BFF3-B384-49E6-A7C5-74E39FBB5E90 36C86DDE-C4EA-4863-B88E-3E2DD3071947 3EB72C56-789A-44B0-AFB6-5CD2DB9E3B46 06606D9E-93FB-4315-AFAF-2CB9BCB81D0D B7D1128D-99E7-4DFF-8B03-EBC5E7415F20 BFE1F3F8-F422-42EA-B186-14FF121E92FC 08D0B728-198B-42CC-8F6F-A661134B16E7 DD3DA6BC-C44B-49B7-B880-9856A9D87275 58FCE877-007D-4A17-A7B1-545716F41534 B213B656-5CA9-48F9-8656-A1391A57832D 0B7D2740-021E-4AB4-B6EE-2D5E49145FC1 69D02AD9-43AD-4BC3-90FA-E5D5AF3F6873 0283F1A0-9DFA-44D8-8D0B-AB5823D04DBC 029EBEBD-1422-426A-BC01-87287B4C496A 9E761DB7-9AFC-44DF-BA25-04BCED67FFAE 745B0AEE-839B-40C9-B7B2-F5F15E1267F2 C928D5E3-45D8-4F63-9512-4B655A63339F 9D3168F5-ACF8-47BD-ADD3-9BC11898A0EE 3B678F5C-E025-4311-9FC5-45184F7EA9DE 1AE87254-2BF7-4FC9-A139-55D5E088C1D6 876ACDB0-8502-4639-AF1E-8730E0DDC62F 268F195D-79BF-47E2-8B18-3958877CF701 8C5B344F-9360-4F2C-AFE4-EA0911A4BAEC E3FF48EC-7B5C-48F4-8A9B-71258EE1D5A0 A71A5340-5408-4756-AAA5-1B0BADC4CD4D F3BA3408-E5E5-4642-A4DE-DDD8A988F2E6 0BA95029-A585-4135-9886-0706A0985733 88E81FC8-5FF9-42EF-905F-C7CBFFE4207F 7AF517E2-6126-4369-82CF-8DEFEEA236D2 3DADFAF7-5EFE-4BF9-B9AF-BB5AA4F268A3 C3841F3A-CE39-431E-83E6-7F958E8FB068 2A0142DD-153F-4284-A7BB-07E5F5340963 CA0DB94E-03A0-4F4E-ADEE-7049553AFE87 0887DAB2-1507-4B64-A1DB-D62F4E549EED F6712D02-B8A7-48BE-999D-DE72D54992FA 0ED608EC-B90A-4B42-9D77-7E60C43AE798 79C8003E-44F2-4701-A481-F7179B915AF2 80BC863F-91CD-476C-A60A-A9BF58BF3B80 575EEA22-9D18-4435-8232-05F68D12B185 0897455A-7920-4BCF-AC07-8F28971D5D55 5E92F668-2600-4834-8CAB-C5E4A42A7D70 669E7D34-28DA-40DD-ADC3-3EBC979F8719 A04AB504-30B0-491E-A880-92B3D26FD8D1 748E89C8-68E6-4500-A2CA-5C69AC0BE0C6 5A02BD45-7177-434A-B6A8-F21A79C4EDF8 41C74A27-A194-43E8-99A4-9CA22F48E938 2D592419-3260-4527-8DB3-FB8C4A0858D2 D5F13DCB-A2BD-41DA-AB5F-8C54DE43CC79 1FBD0844-503A-4145-A404-3C4F947FF57F 7DEFD18D-BB4A-4F98-B6BA-A8D7863B59E3 BAB79161-FBA8-4D4C-8B26-0FB785CDD1E2 7760806C-E5FC-4A79-9A33-33F4D078B394 A3358DC5-C4B1-4ECE-9FF4-8BB38DC13472 B451E242-2D58-473B-9CCB-DA9574F5CA41 6A8343D3-7C7F-43EC-B825-D6CA576521D6 0B220622-C55C-41B6-89F0-195EA265F72B F8559A5F-73B6-4700-B797-87B441687062 6E78B67A-37A6-4C4E-8B6E-E39BF788A67E F0CAD285-835D-442E-B2C8-CC7D15E71C4F 58DF07BD-BACA-4328-AC1C-2E8B32F0244F CE0BC368-7101-4EE6-97DC-7C0EE6952416 2A0A6A32-E726-4316-8491-F9C06E2F7F62 0F860490-01C0-4AE5-B3A7-6A7F8BEA8D94 AFA607B7-DF8B-4FEF-9AFD-10EE6D192F08 5AC81B15-DCFD-4B71-8C2B-C99E7C95DB8A DF529A96-6B0D-494A-B77F-BEB604C52C97 9CC2EB31-3BD7-4002-8E5C-9148658CAAF9 FA7A1E09-CC46-4435-A294-A2F18C1B65A8 89A8A519-4DBB-4C3C-9D96-C7108CA5676D 0474B47F-E254-4E9A-9C7A-9E01B0A6E8E5 9C2DD8C4-47E6-419B-B53C-E53FC13866AF 30FD30D4-E0CC-4888-A44B-D5097825CE4D 3584E741-DB22-41EA-9A6C-7F972592FC03 E1CBCD86-1BE7-4A02-984C-3140E296551E 495BE13D-C346-40B3-A271-165E92EC6E12 E1599669-D428-4A3E-87C2-4715168849B3 02199604-8ACD-4AFB-871D-384F7E39D9DC D0EF2959-537B-46E6-AA82-04FC7C6FB3AE 413A135E-0A6F-401A-AD93-C5F594958E63 0201FBB1-9660-4125-8BF2-8D15D2CB74CF 64F9527C-DCD8-4933-95E9-8E6E751EA54F 34DF6A48-EFA2-44B8-BBCF-A50C5926006B E9DB6C3F-B3D0-418E-9498-5C4E7F17DD94 00E7269D-5A3E-4C5E-8CDC-8E7A26B4F4AD 45567479-7BF8-4BBB-B14F-92750A69B888 A2A4E83E-AFE9-4D8E-AE55-A2403C54AE65 EB1EB75A-8676-43AF-A2A1-FA15A4CBF6CF 7E3DE41D-47C8-4A9E-8436-DEFB71B52118 3155A7F4-4534-4085-BA1F-8F4A145F376C 0D5AE6A2-D986-4EDF-ABD8-833C64342F49 945E1967-1C4E-4EDE-91F3-1033EF4F3E0E C4236EEC-1692-4B3B-9BAA-7798D95B8B4F 0C76715F-CB52-48FA-B720-D05EACC4D73A EF451C67-FC00-4B09-A6A2-5451ACA1A0CC 69CF3B19-2845-45F5-8623-E9A60497FD8E 8E94B263-3B59-4DC1-9A97-AD3151AB3E66 1E36B873-9059-406D-9CD4-FDE697D582E7 E0EF3335-8A80-4388-8EE9-6A37513FA15D FBAAA5FE-F84E-4C98-9CF1-CAC67963D4B7 3770E742-B058-4E4D-9615-B73AC79170C2 73F85138-EF80-45FC-BC69-8DCC41C73CFD 91A8881F-401D-4FC8-9F18-C398B4A320D1 65403A01-B626-4193-87B9-CEE1429BF2F5 A2673E7C-E3F7-4209-9DEF-5070110272C1 66A4EBD9-1465-42D4-ACC2-D60D92F94D53 9AFDB4D7-F376-415F-A028-E6EDF61C56DB 2CE3C992-A0E3-450F-BCCE-ABA98FC41296 33E4A86C-0BF9-42B3-AA3F-4BEF8C8DE24C C3E1C7E5-88B5-4543-8805-08D082180737 EBD9DE61-DF10-4DD1-9A54-1632CDF05119 1A40693F-4020-4490-80A1-53CEC8F3C855 39F04C1D-0314-42C5-B0D8-F20BA8E581E4 31E03BAE-8811-46B3-909C-B4EE8710C682 796848F6-20C7-4AFE-956C-BA1D43866068 23B37296-47CF-4455-8EA0-FA6FFF03840C 3708BA00-6D13-48DB-B953-706349C58410 6B21094C-DBF8-44B5-A3BF-1A1B1766606B E6185559-8D1E-4EF1-87B9-F44A7B210647 6AD2FE23-631F-497C-A57D-BD5C48BA4B61 68565397-DA10-40AD-BE4A-3698126E6A20 834F8507-5CC7-4F6F-82AA-3F79EA07EA8A A4ABDCC6-9DD1-4813-BDDA-C691243DBD85 4387E7AA-B917-4783-AAE9-7F83F5983AEE 010737CB-C402-44E1-BE7B-1DB8CD6A0495 53905316-2F23-4850-B237-48FF9C22063C 3F7FEA27-6927-4B6C-BE7B-9AA1C6A72C26 CAFAC772-3D7C-4857-BE8D-8E32AA69E0A6 456009C6-DD78-49EF-AE08-097C7D0BDA3F 6190B988-A188-4984-ABDD-72B9EE94B6BF BE54BDFB-67B7-4B9B-8E32-1348C33458C0 E6A5CEB2-335E-4C05-B426-D4379973FAA9 C04EB711-F653-4EEE-82D1-ECEDCA11ED3A 14B864E6-0C92-4DFE-AA15-D16F11B9F7AA 5796FD17-DFFF-4283-AF53-59EB8B43106E FC7F7D3C-CBBE-4F13-B654-2D9A9F2942A1 D602B52C-B15D-4ED4-A674-58FA93F54045 541E3413-3E20-4A48-8762-3ACAD3AAB87D D53C73A6-A456-4F16-B6B8-7A8D2120B5CE 697B049A-8B32-46CD-AF40-CAE6C276C2B7 C5881752-BBED-42C6-8B9E-8782DA586E2C 14DAEE3C-8FAE-4187-AA59-CD45469E69FF D9894C01-2B0D-4EFA-839B-F36E637C752F F19FF729-F762-4DB7-8C64-E99B4B0A209A FB5EC4A9-69B9-4CCF-9604-6DBFA5276A95 027120BF-F3E7-46F9-83F8-4CC3E3F90E83 454F9EE9-F851-4CD8-8322-A6BA58D6F098 19CA2BB8-9C16-4A5C-AE73-089BF4D4FE62 7EEFBBD6-E0CF-4BA3-848F-9513BFB96228 CC686BB0-A9F0-4F0E-A2D5-99BF2B934E86 D9925162-5222-4B79-85A9-AD6973658047 59333226-DD3F-4752-9A39-788C7E8F3E4E BDA91743-F962-4160-BEC8-628FE67C843C 50B25E40-72E3-4C49-8755-F2621B9FAECC A2F8AFCE-24BC-4105-BCDA-729EBB4B4A63 8278F3DA-1C71-4270-BC07-01B553A434D9 C37E4618-AFD7-4AB5-A08D-FC79103DAB70 8AC8DE53-9CEE-4540-82EC-3692AA1E3113 351BA142-D0F0-49BD-9F33-BB7410885396 772D0E83-A237-4447-B985-0DE415140EEA F8D40E80-AA60-485B-A975-E61EAAC21B76 2407F011-2B2F-400D-ACDE-DBC9E6A2E815 76C08E39-CFD4-4512-8683-5F8202302E58 99AB461F-5ED6-4CE5-B4A0-C2F219241EEF EACE7214-A3D4-4238-A16D-99CC35A1BE81 173E558E-8FCC-414E-90E0-E966FB3523EF 13A4A3ED-2D88-4D18-BF88-09D7E7B366E8 B484D05B-B523-424D-B8EF-7D9FAEBF1F72 B9294449-41D4-4884-A4EF-E3C3D64CC8D6 3440E2D9-1DD9-43C3-AB4A-852649BC346D 330DAF58-79EA-42B1-A4AC-030798C4949F F7FCFC59-6672-4AB8-82EF-28DD5CBB18AA E662C5B6-4B92-4606-A4AB-5F6C2629AA6F C51073F8-93CB-4442-969F-767AE11E1D49 BCAD19B3-83A1-4D4B-BE74-4B6B48E52899 9E567A56-98C3-45C3-B6BF-309A296D6C12 AE4C4B01-D861-4320-A326-3C56D64737F9 C91F3A02-CDC7-433D-8FA1-42482912B3A5 954F16EC-CD7D-4778-AB92-DFAAE1309F31 88EC1F07-145C-4781-B345-BC023C41962B E348165D-7E3E-412A-BCA3-0CEC90281E6C E67CDAF7-11F9-4B99-99B2-4E18E5B25B07 E4B70FEC-2C07-491A-B1A0-12478253421F 30B91AB2-269B-4522-A0CF-0EC322B94DDE 5086CE07-1A1B-45C7-99DC-EB4837BBE7AA 33A72A45-58E2-44F5-B790-3621C01BA583 8D597D8C-2E2F-4B7D-84A6-BB060CB2B5B9 1BD9F95B-6612-43FF-9D2E-BA4930852099 4D7BC082-8375-409B-80EB-738974344476 99C5DF35-55F9-4C45-982C-88C9755498D4 7E6FE173-3689-41AB-9F7C-2527E705DB38 26E75BC5-47AF-40D3-A102-C8D0B6ED612F E4CEE3F6-4777-430A-9332-69D02DD9CEDA 2EDBE10A-AD07-4974-B23B-F3FFDD2C7EED FD86FB25-38A1-4AB2-BC4E-11BF0A214A6E 9645F0CB-74AC-4CC4-A5D3-F5B29213946C A96BBF96-CCB8-4F2D-AFD3-AA334C090DF1 01452476-0103-422D-BB3A-9DA863C1C940 7115F518-8A30-49B5-A3D5-42AF8FA748BB F7848619-7EB2-41E2-A9D6-D3E3CDEA95F0 C56DB8C0-4472-4EBF-8C4E-E25D42DBE943 98153726-65CA-4A4E-B152-C9D5A60BAD9B 314D4488-C500-40CA-A54F-BBDC25B9F039 53058C8B-64C2-4374-8598-D3352AD3440E E0577C16-AF3F-4291-B1F9-3CC14E1792C9 D5079A3D-EF42-462F-A7E7-90CCFABCA36B CAC2B79F-1076-4BA0-A644-30D66C7CDA6E AB973003-CC4B-4CDB-9E49-B07CB2B46C95 AED87AC8-D0D2-4BA0-A471-8313B9057D2A EB9F0F7A-51EC-410C-916E-CF1B6CF842DF 5B6F92EC-D1E8-45B3-A2A8-D3B37806CA7B F0CBCB81-574F-458D-9427-6C0F5C071370 E2F690B2-2E54-4F3B-8812-5DF665F9B8B1 4F4EF762-A77F-4E7B-B079-0A07D5EBBFEF 16A4CC40-CF34-4173-B2D4-A51B170B836E C4A4B25F-669C-4835-B806-27A14969C5C3 36CE1B8E-6909-4908-B5DA-068A88C00E2B 0554C6FA-6289-4834-8C2D-62E16391A783 1BB0D280-214A-443D-A560-32329E88C04D 37D93DFA-EE1A-41BF-BCD3-D08F1ED42E9F 8E73590D-CB83-4ACD-9373-B645C23313DD 855C226C-8296-49C2-A45D-BC69B86994B9 44C642A7-A885-417B-8B89-B25705F06935 75BCF43D-23B6-406E-A889-44A2C077EE53 553F9B9E-8364-4933-BC50-24D3D45134D1 66EF18A0-B942-45EB-89D2-2871627C3EE5 A76D9D89-F831-48FB-9FA3-F190A66A9685 513FB4D9-DEBE-47B1-B441-1CF167B2D787 7DF9350E-B817-4C76-AFF8-3BB6B1024B29 E3F59509-B0CA-498C-AE48-AF949AC0BAFD 2538E093-0363-444E-B848-CEFBA635285C 197BA76C-CC12-4E87-AADB-C8B31ED1BD91 16114054-6730-4233-9F1A-B5F8CC27A63E 90B01045-66BA-498A-9694-A9A4C3C425B9 24CCF9FF-4623-4F31-BBEC-FE728B87FE5F 0F8C3032-226D-4A4E-97BB-9B9FB7751BAB EDA7E9DB-0795-4130-8822-D7ED23616363 0996E6A7-036D-4902-A472-D054E8B4EDCD 90C13955-9CFA-4453-A33B-44D945F314E2 1D3497CF-B2E3-4897-B26C-58D5A67A619C BF591C1F-0AA0-4EF9-BDE1-76CF0204F055 7C735F26-24A2-4B9E-8225-BEBD9DB6BF7D A96230ED-56F9-40BC-B9E3-AE16FE5D6A6E 8E382877-23C2-4C5A-BB00-19AFB9108771 7DBE9BFC-3634-458F-ABB8-EA8E30324BAC 50E72F27-8214-4826-AAF8-216DAEDB2605 D560E31F-11C7-45CE-AB1B-95540F8E1C0A 842F0D9F-6E2C-4183-8013-D1AC32B29A32 A2FA0AD2-34F9-4391-955C-7908B3630EF7 C3C0C502-8B40-403E-9E8A-1E94F5AD06A0 A494DD08-5024-496E-B9FB-8C90246D72B2 B432E6BE-9631-483C-83F0-C16EFA4A4D4D 1B535F26-53F5-477A-B56E-0EE57624997F D5E90AE6-A521-4D5C-9AC0-ACF1DEB9A038 FB08402A-B880-46BF-9BF0-50A014E61ADF 827B8AE6-95CE-4332-8C02-DB8436718BEC ECF16183-8C98-4A28-97F3-537CC7F961AC 7DD53491-34CE-49BB-9135-9A8E84E8B4E4 9D96BC66-5BA6-4832-8459-1D8CE287C3EC 8C5AE8B8-93DD-4487-8807-FEB1DA3092A7 BF41FA37-F0B1-4585-8F81-E89AA1E628C3 0F5E6460-FEDB-47AF-96DD-A00E5E9BB28B DE71FEAF-62C1-46F4-B898-2BEDEE9076BC DC9B2505-2A5A-4D1C-950A-2A5564B5FDF0 E395E605-BEC4-4802-97E6-69341B17AF66 7B2A61A4-954C-48F5-9CFB-5252ECB19550 C8FA6143-8085-4815-A549-DD76475246DD 532C474E-11FB-4555-957E-F68EDBC0549C 1F2C6AA2-6972-423D-ADEE-F339F83B15A6 77AA7BE6-BB23-4991-88FC-4C68F21E7E7E 20D25993-B91B-42EB-8195-7B1967C35805 253CCB65-F169-4499-9C01-2B7F48A60B81 BD11A132-D4A3-488E-A6BD-CD36E28ED8FA 2B967E29-D665-40BF-BE88-B1A45F1AA461 564C9B45-CC7B-4D6D-A9B3-B7D7A13F3494 B1D9A667-DE5D-48A4-BBEA-CB3F39A595FE FCCBFD90-FDE0-4F93-B696-929DF81C3D0B 6BE37660-56A0-48FB-9911-F9BC0EE70797 4B95D6EC-506D-4A03-A857-6B632B9C043C A030FD7A-86F1-4261-BF83-804130A44DDE 08BD3C3B-B0D2-4E2A-B85E-13311FFDFAFF 6A1455AD-A666-4334-BF82-62D6E1F5750D 8BBA11DD-62B8-470F-BBAF-2F528EB87A65 98B18070-41F0-4CB7-BFE2-EA21208A6E23 949E3A85-B704-4EF7-B04C-ACF160EB8D7A 98C9436D-A758-448D-A7F0-767CAFE009A9 168EE245-A94B-45B8-98AB-D7621719FD1A FEFE6291-F74E-4B44-BA1E-A4D52F7CE3D6 988C9BA4-CB58-46DE-A3F9-3B14E3475C49 13709A62-6596-4E9A-B673-D5DDD8CA3532 1B1C2AAA-579E-47D2-A8F4-F48B76F08EE6 ECFF15E8-E844-45E6-AE9A-C7D05C354D56 72FDBF7D-CC15-4C90-827B-804A2F076EA5 91DF287A-A854-4895-A8F2-527DF2F02D78 5347DF22-00D0-4504-B4FB-3C1D71CF75CF 84D7698F-B107-4A87-B835-4786656A16F0 0333A077-E6BA-4096-A15A-2727315395D1 D0D4D673-52FE-4036-932F-3C7C15BF7DA0 8226D96C-E569-4536-8EC4-49D8E74F1A36 317F2137-7BD6-4AD7-A4CF-919E993A5D93 9E328F79-0818-419F-AC90-BD71B8DEA2D2 34E5047F-D823-479E-BECE-F6B8677A37D5 2C83EAB0-B96B-4C55-9225-D76FF34BB981 7DE56A5D-B0A4-4FBB-B0E9-8F3A78040AC7 C14754F3-538B-4722-BB55-4E5141B092D3 DA292A71-E70C-4E37-A773-3B401F9E8CB5 754D1BFA-6F34-4ADF-A95C-34A195DE0CA8 FBE1D0E3-FD30-47F2-93C9-AC254B924371 E5B0C6CC-489B-40A4-B270-FCAFE4EC24F0 AA03C0B9-298F-4C1E-A962-EDC70C05CFE0 67DBCE21-60A3-4B32-BB41-CE6F6654E8AD 7B8BB6DF-DE56-45E5-895C-DC527EC583E8 D16A1709-1A03-4DC1-B2A9-22F342F06F5B 3B7BDE18-C50E-4DBD-A3AE-1F4B5953F836 CA6BD1FF-023F-4056-AE66-97642B2C7ED2 D27D3F19-C749-4E14-9B98-99D1326FC296 2F50ABEC-BC0A-436C-B778-D2D5682E7A2C 6B78C97F-67E2-44A1-BBD1-5D0D0DC3DB47 3815F908-DA2C-4E11-AE55-E71342903ED8 703BE0D3-CC7D-43B6-8055-F86BD8B55E78 019D480D-031C-49C4-9A80-69740A13B160 437C60DE-0840-4414-85B0-BB8F172FB166 submenus 63CC7DE9-4008-4739-883D-A577E9B592FD items name lists 7CFAEEC4-AFBD-4343-A00B-1EF45C2DA29E items 3FB1865C-21D8-47B5-9059-670FFC58DFCF name Utilities 9293A4AC-4E90-4D2B-A81F-13CD9B16B030 items E2CC7D28-9F0B-4BBB-ACE0-E67682DF3889 1CAA1F47-77F6-4B5E-B0F0-E5D54C56BCBC 14303033-E209-489C-80A3-CAEDDD742576 4730374F-6919-416A-9042-64E026DED100 name Docs & CodeCompletion A4B95614-65EA-467B-B041-0B3A3A5777CC items 15DB6DEF-1236-4781-AC58-D5D7B8A76727 name Color name Sass ordering 5A998214-23DB-4482-927C-D02A57C78ACF 0AB51F6F-7780-4BF2-BEE3-5405ABA6A6B9 E2CC7D28-9F0B-4BBB-ACE0-E67682DF3889 15DB6DEF-1236-4781-AC58-D5D7B8A76727 131416B9-6C23-46DF-8B0F-3A6FB7922EBC 0600FA72-0508-48B1-B627-A1D2D8BB1811 7CDCE4E8-3850-4F98-A0A8-AFAE23F4F6E9 3C3365EB-75D2-4DFD-9F23-AE3F6A33165D 22107EBB-8C07-4A65-ADA0-796859B49C86 1CAA1F47-77F6-4B5E-B0F0-E5D54C56BCBC 14303033-E209-489C-80A3-CAEDDD742576 4730374F-6919-416A-9042-64E026DED100 F76DEA2A-76C3-4D87-B144-C7D54063AC6C 0643AEB8-653A-401E-A96F-3D243092B977 3FB1865C-21D8-47B5-9059-670FFC58DFCF 85C52E50-A97B-46E9-BBF4-577C1FC761E0 E730BFDC-EE59-43A0-8585-56C568E7D99F 23C59F5E-24B6-47A5-9E0B-073B3F8BAFC1 F81D1BB3-0686-4A05-B387-471171D5C241 E0AC4235-CD62-495A-A846-24D203AB51D0 C8B9A854-A63B-4256-B809-1FDBFAF45A1A 652B0C17-4A4D-4033-B114-45E67113A975 003F8221-B93B-4269-BA6B-7A4B51BA5178 6092544F-BB95-44AB-A2D5-3E2E2B9ADF33 A5ED4259-19C3-43CA-B0B4-30AE984474FB 11FA80F3-8FC9-49DA-9F09-B7C214F204B3 944A5454-1173-4110-9698-296E3928D347 A1B5F181-3AEF-4A8D-8F54-5FF4BD9CA6B1 D7762AA5-3846-4DD2-B721-777DA25E9140 9BDEDDDD-28F7-486E-8514-4E12EB011B43 635FCC04-892D-49FF-AE11-46CF790320B9 DCFC098A-3A37-4616-A88D-C336A37EAFB9 DA2CC899-3F27-4C89-BC38-61857B080A5D 5D401E2B-E814-4B3D-9590-55069680992E CED755EA-511C-42EC-AF07-A1FA0F730049 8BA13B60-C998-448B-856D-5E38ED00603C 1FFF6B8D-D83C-4BBF-89F3-92EF8BE0DFD1 0C7DB05A-A8C0-4BB7-9CDF-477FD6953147 8D9B7DF8-8C16-4501-B3AE-7AE69239BA22 76F4D427-3D8C-4735-A1B8-C0A2A39CD129 818AA90F-BDB7-452C-A470-42F7EFDBA302 28182C70-AF85-4CFA-85C0-BEFA4EA33721 9A4B7B8C-FE4D-48BB-A365-F042300837CF 669D0EF5-63DF-435A-BAFB-E81973D405CA C92DEFC4-7A3D-4EF2-AF88-566D8BB25CDF DAF36E28-169D-4425-B27D-0D1571893DC0 B8E23427-EB7F-42C8-B943-2457E70ABE4B CE8D2A33-4C05-407F-A3D7-8A6CE814B70C 2632C583-24FF-4F76-93AF-E826399633E1 D61199DE-48F3-43EC-8955-70820E21A96A AF93EC40-3F20-4E79-AB6A-6271B95596BD B2D4052C-6F1A-4053-9269-984499426D4D 2DD4B6AD-AE38-498F-AA62-BB1D83594169 3ABC728F-3846-4483-9B92-173ACC164CCE 0BD9B5E7-DABC-4C29-94FA-EB6BD53009C3 3B1B2B30-98D1-4680-8E81-E3E10889E50F 81938FA6-8A40-40A8-983B-BF90DC48479D 516230B2-B8F4-420F-89D7-D674DCBEFCF4 E4D598EF-4AE3-4878-B13E-6BAD7EE65F19 949A8AF7-D253-4C2D-8E1C-2B32795CCB9F B2A47EB1-5E50-4362-8C82-6FCF9A607AEC C520ABD7-ABF0-49DE-8E0B-D98F128C3790 E4AD878B-9B0A-42A6-BF16-FD60C41E153E 908F3AA4-E040-48A2-B853-2CC42B83AB76 3F6F4620-A2BC-4473-82B0-B06288547C1E ADB5F5F2-AA0B-40BF-B644-D1CD5227B6C3 FC15F2EC-7D18-472C-AA3C-CDFF8C549701 A8C2A6C7-CEB3-403E-9840-8C4CB5C324AA 957AB322-F8BA-4EF0-BE8C-8E5078D43EA0 5999B4AC-D51D-4D68-B69B-67EC43A149DD 06AFD2D1-87A3-4675-A244-51A3E30F7F58 961776B6-D0E8-416F-B83E-04A12F72AE53 A311653B-72F9-46C8-92DE-3FEF6C569813 BAADEC46-F13B-461D-9E0C-A7CF7ED32032 E04F2215-93E0-4C1B-9B28-DBFA95A91690 9B3D9D2F-A5FC-4D05-BD80-9EC25E161EBE 44C6CC07-B398-4004-95BA-250ECEE2B132 ACFF9A38-3922-4633-875C-BCB1CB9BBA11 EEB61673-486C-4E49-9368-C50A525211ED 0625D94A-28B2-4E6C-9ED3-782768A594D3 92B66278-3D46-480E-B585-1F54541DE8FA 028FA688-8048-4629-A8F2-5B1DBCFD2ED3 CA91FE05-2FC0-4E35-B8BB-0F6E06982D47 9608D315-54A2-4B33-B2E8-14F5D32ABD02 E8869EA0-49EC-4DA5-89BF-7B6F97D2797B FB686136-1F75-4085-8496-82BB73721BA5 97B8D9BE-2382-4697-B4E8-D4BD1D60340F 06AD2D9A-51AB-4ED7-AD44-36C53EBC63A7 691830E3-B2DA-4564-9134-205E0C2B44D9 2C1B3E35-8733-4E86-99BC-2861345470E1 A125A042-A613-4FC4-BD4D-FEC3A9427973 5934A7B2-C026-485B-AA42-EB047436CF71 5E5191EA-8DDF-4835-A73D-7381AD58CB2A 31EA3CF5-0AB0-4BB0-BDB9-802033F29AF3 376CC2B4-8FEB-43A0-9AA0-E162F759D9D7 EAAAFED7-04D8-41A5-93A5-E91D7B82BCE3 6067E3C2-D071-487B-85AD-EA282EBF6BCD B6E5A8F1-6CDC-4626-A974-BD19E35D091E F788ABDB-113F-4179-95D5-2C911C6CEBB1 75AA03A1-1B3E-4196-8EA6-156AECFAF77D 7B3C63A0-916B-4E05-99A3-3B1C7FED5467 62841CE2-07AC-4E7B-8193-3820F0A79D09 EE6CE4A7-FFC5-46CB-82B3-FF7D78D1AC85 93102F63-A511-4C18-82F5-51AB5637D061 385A48FC-CB37-47BA-A94D-48ED8EBDD854 4E19C0F7-1A6F-4F7D-A888-F36B9D108476 B275A757-6FBA-44A9-8FE8-A0E5088893F2 B397712C-9F55-442F-A1E8-D8425C3A1E57 C0685ED8-9EE6-4B3C-A271-19CD7D5B2CDC 4D36AB95-5F75-47B1-8C15-53D13CAAB1E7 FDA19B52-313A-4B37-86CB-9D0E9CFC617C C5534076-FB9E-4B67-90CC-ADFE5D6A410A ACD7B177-3D62-4486-8B24-3ECE95ADE14C 11457523-5DD1-492D-BA56-5B33DC9FC925 3DBC0A47-AAE2-4FFB-AB9F-8391C6A71BC7 8779A918-D358-4AAF-B3B2-2CB3718A5BAD BAD01F28-8630-449A-B60D-3F9165236448 FB0B3033-098B-400D-AE9C-6BEDBC694545 FF3B30E1-8D83-4512-9447-D469C20E1A4F D4AB6BF7-69D3-4263-A6D5-865B5AFDCC7B 6BB21BDB-CB98-469C-8C99-AF1E82A3E2C1 1323456D-1B2A-47F5-8210-2B9D9FAB2904 7183B6E8-4C08-48C9-97C3-DF33BEFF9771 239189C0-73E8-4ABD-A53B-D24065EA50BC EECBDFD9-D0E2-431E-95CC-53FA7458A81F 8ED3EFF5-9250-4199-835B-4D437018E405 FD080A48-55C7-4552-B82C-15B2EA7B2CBC FEA80715-0436-4EF4-B51A-1E3808E905C1 8D53D146-128C-401C-A67E-3B7D83387F9B 4AA66BCC-D0F9-4FE6-92D8-F0D5DB884F0F 53AE9514-2B09-49CF-B1DD-84492B564EB3 DFB8D9D4-85BE-4223-A12E-2C233CA0B044 45797D5D-1ED1-49BD-868B-88B217B12EEB E4F4AFDF-0CFA-4F7C-BEEC-B15A2EFC4594 29710212-1114-46B9-B36F-891B924FB3ED 1B18F809-85F6-43CF-BC9A-781F0EB70349 463497F0-EAA9-48E1-915C-85E2059F41D2 47B2919F-FCBF-441C-A3BD-067175F444D8 480C99CC-45DE-4F71-89F1-7E7C55485442 6A85F93E-8D1F-413B-BCE4-3552EF3B05CF 076D51CC-6053-4378-B219-85DFF363CDAB 75B9CC95-712F-4A49-869E-83080E49409A CBDB672C-66D4-4B22-90D1-74C8CD943666 CE3C969C-5D65-40A7-BFEA-060CD8156654 706EFE5A-9CF5-4190-8CC9-88B0DB11DACB 3602DCA3-51B8-4667-8AA0-EE55FBC8C583 3AD767F7-5BDA-4872-B60E-BC799C3723DD 706FF0ED-4DAB-47BB-9663-BECF3A330D0D E404F19C-71F0-4C61-8296-1C7CB2294216 991C5926-2BA2-4E38-A9D3-946821F3BBFF C097B5F3-1BF9-4BDC-99EB-6D41E098E987 C6A2787F-3C15-4F81-8ACE-C36164766340 D5909CA2-5080-4280-93F4-9FF83B24546F 526BB856-32AE-4CE3-9C4B-80D74C806571 C7359698-4291-4C79-A0F9-A8FE375C8048 8A82CE70-5215-42CF-B92D-45D01949B5E5 825AE65E-A23B-4BEC-AEE3-908FA9877D99 B43200E7-6A6B-40C5-8FD1-907E7D8BA61D 7B9D80E8-D1DD-4B4F-B284-413A0B9C83F3 4F0A86EF-A7F0-4DD6-8A2C-7AED2770273A 832AE619-0B38-4283-8D38-605953547C60 5364E317-D1C7-4D47-A76C-D252B0EF37A5 5D23F0D5-89FF-4AAE-9FD9-418B4B57C127 CE0858E7-5DA2-44B2-9B9F-E84582B5C3EE 298BD4DE-ABD8-4B98-9853-4924F1A875E4 0D31930C-3D50-49AE-9091-89D474174381 E03409F3-AA8A-4ED3-A43B-8E341C1EA1F0 AF69BFF3-B384-49E6-A7C5-74E39FBB5E90 36C86DDE-C4EA-4863-B88E-3E2DD3071947 3EB72C56-789A-44B0-AFB6-5CD2DB9E3B46 06606D9E-93FB-4315-AFAF-2CB9BCB81D0D B7D1128D-99E7-4DFF-8B03-EBC5E7415F20 BFE1F3F8-F422-42EA-B186-14FF121E92FC 08D0B728-198B-42CC-8F6F-A661134B16E7 DD3DA6BC-C44B-49B7-B880-9856A9D87275 58FCE877-007D-4A17-A7B1-545716F41534 B213B656-5CA9-48F9-8656-A1391A57832D 0B7D2740-021E-4AB4-B6EE-2D5E49145FC1 69D02AD9-43AD-4BC3-90FA-E5D5AF3F6873 0283F1A0-9DFA-44D8-8D0B-AB5823D04DBC 029EBEBD-1422-426A-BC01-87287B4C496A 9E761DB7-9AFC-44DF-BA25-04BCED67FFAE 745B0AEE-839B-40C9-B7B2-F5F15E1267F2 C928D5E3-45D8-4F63-9512-4B655A63339F 9D3168F5-ACF8-47BD-ADD3-9BC11898A0EE 3B678F5C-E025-4311-9FC5-45184F7EA9DE 1AE87254-2BF7-4FC9-A139-55D5E088C1D6 876ACDB0-8502-4639-AF1E-8730E0DDC62F 268F195D-79BF-47E2-8B18-3958877CF701 8C5B344F-9360-4F2C-AFE4-EA0911A4BAEC E3FF48EC-7B5C-48F4-8A9B-71258EE1D5A0 A71A5340-5408-4756-AAA5-1B0BADC4CD4D F3BA3408-E5E5-4642-A4DE-DDD8A988F2E6 0BA95029-A585-4135-9886-0706A0985733 88E81FC8-5FF9-42EF-905F-C7CBFFE4207F 7AF517E2-6126-4369-82CF-8DEFEEA236D2 3DADFAF7-5EFE-4BF9-B9AF-BB5AA4F268A3 C3841F3A-CE39-431E-83E6-7F958E8FB068 2A0142DD-153F-4284-A7BB-07E5F5340963 CA0DB94E-03A0-4F4E-ADEE-7049553AFE87 0887DAB2-1507-4B64-A1DB-D62F4E549EED F6712D02-B8A7-48BE-999D-DE72D54992FA 0ED608EC-B90A-4B42-9D77-7E60C43AE798 79C8003E-44F2-4701-A481-F7179B915AF2 80BC863F-91CD-476C-A60A-A9BF58BF3B80 575EEA22-9D18-4435-8232-05F68D12B185 0897455A-7920-4BCF-AC07-8F28971D5D55 5E92F668-2600-4834-8CAB-C5E4A42A7D70 669E7D34-28DA-40DD-ADC3-3EBC979F8719 A04AB504-30B0-491E-A880-92B3D26FD8D1 748E89C8-68E6-4500-A2CA-5C69AC0BE0C6 5A02BD45-7177-434A-B6A8-F21A79C4EDF8 41C74A27-A194-43E8-99A4-9CA22F48E938 2D592419-3260-4527-8DB3-FB8C4A0858D2 D5F13DCB-A2BD-41DA-AB5F-8C54DE43CC79 1FBD0844-503A-4145-A404-3C4F947FF57F 7DEFD18D-BB4A-4F98-B6BA-A8D7863B59E3 BAB79161-FBA8-4D4C-8B26-0FB785CDD1E2 7760806C-E5FC-4A79-9A33-33F4D078B394 A3358DC5-C4B1-4ECE-9FF4-8BB38DC13472 B451E242-2D58-473B-9CCB-DA9574F5CA41 6A8343D3-7C7F-43EC-B825-D6CA576521D6 0B220622-C55C-41B6-89F0-195EA265F72B F8559A5F-73B6-4700-B797-87B441687062 6E78B67A-37A6-4C4E-8B6E-E39BF788A67E F0CAD285-835D-442E-B2C8-CC7D15E71C4F 58DF07BD-BACA-4328-AC1C-2E8B32F0244F CE0BC368-7101-4EE6-97DC-7C0EE6952416 2A0A6A32-E726-4316-8491-F9C06E2F7F62 0F860490-01C0-4AE5-B3A7-6A7F8BEA8D94 AFA607B7-DF8B-4FEF-9AFD-10EE6D192F08 5AC81B15-DCFD-4B71-8C2B-C99E7C95DB8A DF529A96-6B0D-494A-B77F-BEB604C52C97 9CC2EB31-3BD7-4002-8E5C-9148658CAAF9 FA7A1E09-CC46-4435-A294-A2F18C1B65A8 89A8A519-4DBB-4C3C-9D96-C7108CA5676D 0474B47F-E254-4E9A-9C7A-9E01B0A6E8E5 9C2DD8C4-47E6-419B-B53C-E53FC13866AF 30FD30D4-E0CC-4888-A44B-D5097825CE4D 3584E741-DB22-41EA-9A6C-7F972592FC03 E1CBCD86-1BE7-4A02-984C-3140E296551E 495BE13D-C346-40B3-A271-165E92EC6E12 E1599669-D428-4A3E-87C2-4715168849B3 02199604-8ACD-4AFB-871D-384F7E39D9DC D0EF2959-537B-46E6-AA82-04FC7C6FB3AE 413A135E-0A6F-401A-AD93-C5F594958E63 0201FBB1-9660-4125-8BF2-8D15D2CB74CF 64F9527C-DCD8-4933-95E9-8E6E751EA54F 34DF6A48-EFA2-44B8-BBCF-A50C5926006B E9DB6C3F-B3D0-418E-9498-5C4E7F17DD94 00E7269D-5A3E-4C5E-8CDC-8E7A26B4F4AD 45567479-7BF8-4BBB-B14F-92750A69B888 A2A4E83E-AFE9-4D8E-AE55-A2403C54AE65 EB1EB75A-8676-43AF-A2A1-FA15A4CBF6CF 7E3DE41D-47C8-4A9E-8436-DEFB71B52118 3155A7F4-4534-4085-BA1F-8F4A145F376C 0D5AE6A2-D986-4EDF-ABD8-833C64342F49 945E1967-1C4E-4EDE-91F3-1033EF4F3E0E C4236EEC-1692-4B3B-9BAA-7798D95B8B4F 0C76715F-CB52-48FA-B720-D05EACC4D73A EF451C67-FC00-4B09-A6A2-5451ACA1A0CC 69CF3B19-2845-45F5-8623-E9A60497FD8E 8E94B263-3B59-4DC1-9A97-AD3151AB3E66 1E36B873-9059-406D-9CD4-FDE697D582E7 E0EF3335-8A80-4388-8EE9-6A37513FA15D FBAAA5FE-F84E-4C98-9CF1-CAC67963D4B7 3770E742-B058-4E4D-9615-B73AC79170C2 73F85138-EF80-45FC-BC69-8DCC41C73CFD 91A8881F-401D-4FC8-9F18-C398B4A320D1 65403A01-B626-4193-87B9-CEE1429BF2F5 A2673E7C-E3F7-4209-9DEF-5070110272C1 66A4EBD9-1465-42D4-ACC2-D60D92F94D53 9AFDB4D7-F376-415F-A028-E6EDF61C56DB 2CE3C992-A0E3-450F-BCCE-ABA98FC41296 33E4A86C-0BF9-42B3-AA3F-4BEF8C8DE24C C3E1C7E5-88B5-4543-8805-08D082180737 EBD9DE61-DF10-4DD1-9A54-1632CDF05119 1A40693F-4020-4490-80A1-53CEC8F3C855 39F04C1D-0314-42C5-B0D8-F20BA8E581E4 31E03BAE-8811-46B3-909C-B4EE8710C682 796848F6-20C7-4AFE-956C-BA1D43866068 23B37296-47CF-4455-8EA0-FA6FFF03840C 3708BA00-6D13-48DB-B953-706349C58410 6B21094C-DBF8-44B5-A3BF-1A1B1766606B E6185559-8D1E-4EF1-87B9-F44A7B210647 6AD2FE23-631F-497C-A57D-BD5C48BA4B61 68565397-DA10-40AD-BE4A-3698126E6A20 834F8507-5CC7-4F6F-82AA-3F79EA07EA8A A4ABDCC6-9DD1-4813-BDDA-C691243DBD85 4387E7AA-B917-4783-AAE9-7F83F5983AEE 010737CB-C402-44E1-BE7B-1DB8CD6A0495 53905316-2F23-4850-B237-48FF9C22063C 3F7FEA27-6927-4B6C-BE7B-9AA1C6A72C26 CAFAC772-3D7C-4857-BE8D-8E32AA69E0A6 456009C6-DD78-49EF-AE08-097C7D0BDA3F 6190B988-A188-4984-ABDD-72B9EE94B6BF BE54BDFB-67B7-4B9B-8E32-1348C33458C0 E6A5CEB2-335E-4C05-B426-D4379973FAA9 C04EB711-F653-4EEE-82D1-ECEDCA11ED3A 14B864E6-0C92-4DFE-AA15-D16F11B9F7AA 5796FD17-DFFF-4283-AF53-59EB8B43106E FC7F7D3C-CBBE-4F13-B654-2D9A9F2942A1 D602B52C-B15D-4ED4-A674-58FA93F54045 541E3413-3E20-4A48-8762-3ACAD3AAB87D D53C73A6-A456-4F16-B6B8-7A8D2120B5CE 697B049A-8B32-46CD-AF40-CAE6C276C2B7 C5881752-BBED-42C6-8B9E-8782DA586E2C 14DAEE3C-8FAE-4187-AA59-CD45469E69FF D9894C01-2B0D-4EFA-839B-F36E637C752F F19FF729-F762-4DB7-8C64-E99B4B0A209A FB5EC4A9-69B9-4CCF-9604-6DBFA5276A95 027120BF-F3E7-46F9-83F8-4CC3E3F90E83 454F9EE9-F851-4CD8-8322-A6BA58D6F098 19CA2BB8-9C16-4A5C-AE73-089BF4D4FE62 7EEFBBD6-E0CF-4BA3-848F-9513BFB96228 CC686BB0-A9F0-4F0E-A2D5-99BF2B934E86 D9925162-5222-4B79-85A9-AD6973658047 59333226-DD3F-4752-9A39-788C7E8F3E4E BDA91743-F962-4160-BEC8-628FE67C843C 50B25E40-72E3-4C49-8755-F2621B9FAECC A2F8AFCE-24BC-4105-BCDA-729EBB4B4A63 8278F3DA-1C71-4270-BC07-01B553A434D9 C37E4618-AFD7-4AB5-A08D-FC79103DAB70 8AC8DE53-9CEE-4540-82EC-3692AA1E3113 351BA142-D0F0-49BD-9F33-BB7410885396 772D0E83-A237-4447-B985-0DE415140EEA F8D40E80-AA60-485B-A975-E61EAAC21B76 2407F011-2B2F-400D-ACDE-DBC9E6A2E815 76C08E39-CFD4-4512-8683-5F8202302E58 99AB461F-5ED6-4CE5-B4A0-C2F219241EEF EACE7214-A3D4-4238-A16D-99CC35A1BE81 173E558E-8FCC-414E-90E0-E966FB3523EF 13A4A3ED-2D88-4D18-BF88-09D7E7B366E8 B484D05B-B523-424D-B8EF-7D9FAEBF1F72 B9294449-41D4-4884-A4EF-E3C3D64CC8D6 3440E2D9-1DD9-43C3-AB4A-852649BC346D 330DAF58-79EA-42B1-A4AC-030798C4949F F7FCFC59-6672-4AB8-82EF-28DD5CBB18AA E662C5B6-4B92-4606-A4AB-5F6C2629AA6F C51073F8-93CB-4442-969F-767AE11E1D49 BCAD19B3-83A1-4D4B-BE74-4B6B48E52899 9E567A56-98C3-45C3-B6BF-309A296D6C12 AE4C4B01-D861-4320-A326-3C56D64737F9 C91F3A02-CDC7-433D-8FA1-42482912B3A5 954F16EC-CD7D-4778-AB92-DFAAE1309F31 88EC1F07-145C-4781-B345-BC023C41962B E348165D-7E3E-412A-BCA3-0CEC90281E6C E67CDAF7-11F9-4B99-99B2-4E18E5B25B07 E4B70FEC-2C07-491A-B1A0-12478253421F 30B91AB2-269B-4522-A0CF-0EC322B94DDE 5086CE07-1A1B-45C7-99DC-EB4837BBE7AA 33A72A45-58E2-44F5-B790-3621C01BA583 8D597D8C-2E2F-4B7D-84A6-BB060CB2B5B9 1BD9F95B-6612-43FF-9D2E-BA4930852099 4D7BC082-8375-409B-80EB-738974344476 99C5DF35-55F9-4C45-982C-88C9755498D4 7E6FE173-3689-41AB-9F7C-2527E705DB38 26E75BC5-47AF-40D3-A102-C8D0B6ED612F E4CEE3F6-4777-430A-9332-69D02DD9CEDA 2EDBE10A-AD07-4974-B23B-F3FFDD2C7EED FD86FB25-38A1-4AB2-BC4E-11BF0A214A6E 9645F0CB-74AC-4CC4-A5D3-F5B29213946C A96BBF96-CCB8-4F2D-AFD3-AA334C090DF1 01452476-0103-422D-BB3A-9DA863C1C940 7115F518-8A30-49B5-A3D5-42AF8FA748BB F7848619-7EB2-41E2-A9D6-D3E3CDEA95F0 C56DB8C0-4472-4EBF-8C4E-E25D42DBE943 98153726-65CA-4A4E-B152-C9D5A60BAD9B 314D4488-C500-40CA-A54F-BBDC25B9F039 53058C8B-64C2-4374-8598-D3352AD3440E E0577C16-AF3F-4291-B1F9-3CC14E1792C9 D5079A3D-EF42-462F-A7E7-90CCFABCA36B CAC2B79F-1076-4BA0-A644-30D66C7CDA6E AB973003-CC4B-4CDB-9E49-B07CB2B46C95 AED87AC8-D0D2-4BA0-A471-8313B9057D2A EB9F0F7A-51EC-410C-916E-CF1B6CF842DF 5B6F92EC-D1E8-45B3-A2A8-D3B37806CA7B F0CBCB81-574F-458D-9427-6C0F5C071370 E2F690B2-2E54-4F3B-8812-5DF665F9B8B1 4F4EF762-A77F-4E7B-B079-0A07D5EBBFEF 16A4CC40-CF34-4173-B2D4-A51B170B836E C4A4B25F-669C-4835-B806-27A14969C5C3 36CE1B8E-6909-4908-B5DA-068A88C00E2B 0554C6FA-6289-4834-8C2D-62E16391A783 1BB0D280-214A-443D-A560-32329E88C04D 37D93DFA-EE1A-41BF-BCD3-D08F1ED42E9F 8E73590D-CB83-4ACD-9373-B645C23313DD 855C226C-8296-49C2-A45D-BC69B86994B9 44C642A7-A885-417B-8B89-B25705F06935 75BCF43D-23B6-406E-A889-44A2C077EE53 553F9B9E-8364-4933-BC50-24D3D45134D1 66EF18A0-B942-45EB-89D2-2871627C3EE5 A76D9D89-F831-48FB-9FA3-F190A66A9685 513FB4D9-DEBE-47B1-B441-1CF167B2D787 7DF9350E-B817-4C76-AFF8-3BB6B1024B29 E3F59509-B0CA-498C-AE48-AF949AC0BAFD 2538E093-0363-444E-B848-CEFBA635285C 197BA76C-CC12-4E87-AADB-C8B31ED1BD91 16114054-6730-4233-9F1A-B5F8CC27A63E 90B01045-66BA-498A-9694-A9A4C3C425B9 24CCF9FF-4623-4F31-BBEC-FE728B87FE5F 0F8C3032-226D-4A4E-97BB-9B9FB7751BAB EDA7E9DB-0795-4130-8822-D7ED23616363 0996E6A7-036D-4902-A472-D054E8B4EDCD 90C13955-9CFA-4453-A33B-44D945F314E2 1D3497CF-B2E3-4897-B26C-58D5A67A619C BF591C1F-0AA0-4EF9-BDE1-76CF0204F055 7C735F26-24A2-4B9E-8225-BEBD9DB6BF7D A96230ED-56F9-40BC-B9E3-AE16FE5D6A6E 8E382877-23C2-4C5A-BB00-19AFB9108771 7DBE9BFC-3634-458F-ABB8-EA8E30324BAC 50E72F27-8214-4826-AAF8-216DAEDB2605 D560E31F-11C7-45CE-AB1B-95540F8E1C0A 842F0D9F-6E2C-4183-8013-D1AC32B29A32 A2FA0AD2-34F9-4391-955C-7908B3630EF7 C3C0C502-8B40-403E-9E8A-1E94F5AD06A0 A494DD08-5024-496E-B9FB-8C90246D72B2 B432E6BE-9631-483C-83F0-C16EFA4A4D4D 1B535F26-53F5-477A-B56E-0EE57624997F D5E90AE6-A521-4D5C-9AC0-ACF1DEB9A038 FB08402A-B880-46BF-9BF0-50A014E61ADF 827B8AE6-95CE-4332-8C02-DB8436718BEC ECF16183-8C98-4A28-97F3-537CC7F961AC 7DD53491-34CE-49BB-9135-9A8E84E8B4E4 9D96BC66-5BA6-4832-8459-1D8CE287C3EC 8C5AE8B8-93DD-4487-8807-FEB1DA3092A7 BF41FA37-F0B1-4585-8F81-E89AA1E628C3 0F5E6460-FEDB-47AF-96DD-A00E5E9BB28B DE71FEAF-62C1-46F4-B898-2BEDEE9076BC DC9B2505-2A5A-4D1C-950A-2A5564B5FDF0 E395E605-BEC4-4802-97E6-69341B17AF66 7B2A61A4-954C-48F5-9CFB-5252ECB19550 C8FA6143-8085-4815-A549-DD76475246DD 532C474E-11FB-4555-957E-F68EDBC0549C 1F2C6AA2-6972-423D-ADEE-F339F83B15A6 77AA7BE6-BB23-4991-88FC-4C68F21E7E7E 20D25993-B91B-42EB-8195-7B1967C35805 253CCB65-F169-4499-9C01-2B7F48A60B81 BD11A132-D4A3-488E-A6BD-CD36E28ED8FA 2B967E29-D665-40BF-BE88-B1A45F1AA461 564C9B45-CC7B-4D6D-A9B3-B7D7A13F3494 B1D9A667-DE5D-48A4-BBEA-CB3F39A595FE FCCBFD90-FDE0-4F93-B696-929DF81C3D0B 6BE37660-56A0-48FB-9911-F9BC0EE70797 4B95D6EC-506D-4A03-A857-6B632B9C043C A030FD7A-86F1-4261-BF83-804130A44DDE 08BD3C3B-B0D2-4E2A-B85E-13311FFDFAFF 6A1455AD-A666-4334-BF82-62D6E1F5750D 8BBA11DD-62B8-470F-BBAF-2F528EB87A65 98B18070-41F0-4CB7-BFE2-EA21208A6E23 949E3A85-B704-4EF7-B04C-ACF160EB8D7A 98C9436D-A758-448D-A7F0-767CAFE009A9 168EE245-A94B-45B8-98AB-D7621719FD1A FEFE6291-F74E-4B44-BA1E-A4D52F7CE3D6 988C9BA4-CB58-46DE-A3F9-3B14E3475C49 13709A62-6596-4E9A-B673-D5DDD8CA3532 1B1C2AAA-579E-47D2-A8F4-F48B76F08EE6 ECFF15E8-E844-45E6-AE9A-C7D05C354D56 72FDBF7D-CC15-4C90-827B-804A2F076EA5 91DF287A-A854-4895-A8F2-527DF2F02D78 5347DF22-00D0-4504-B4FB-3C1D71CF75CF 84D7698F-B107-4A87-B835-4786656A16F0 0333A077-E6BA-4096-A15A-2727315395D1 D0D4D673-52FE-4036-932F-3C7C15BF7DA0 8226D96C-E569-4536-8EC4-49D8E74F1A36 317F2137-7BD6-4AD7-A4CF-919E993A5D93 9E328F79-0818-419F-AC90-BD71B8DEA2D2 34E5047F-D823-479E-BECE-F6B8677A37D5 2C83EAB0-B96B-4C55-9225-D76FF34BB981 7DE56A5D-B0A4-4FBB-B0E9-8F3A78040AC7 C14754F3-538B-4722-BB55-4E5141B092D3 DA292A71-E70C-4E37-A773-3B401F9E8CB5 754D1BFA-6F34-4ADF-A95C-34A195DE0CA8 FBE1D0E3-FD30-47F2-93C9-AC254B924371 E5B0C6CC-489B-40A4-B270-FCAFE4EC24F0 AA03C0B9-298F-4C1E-A962-EDC70C05CFE0 67DBCE21-60A3-4B32-BB41-CE6F6654E8AD 7B8BB6DF-DE56-45E5-895C-DC527EC583E8 D16A1709-1A03-4DC1-B2A9-22F342F06F5B 3B7BDE18-C50E-4DBD-A3AE-1F4B5953F836 CA6BD1FF-023F-4056-AE66-97642B2C7ED2 D27D3F19-C749-4E14-9B98-99D1326FC296 2F50ABEC-BC0A-436C-B778-D2D5682E7A2C 6B78C97F-67E2-44A1-BBD1-5D0D0DC3DB47 3815F908-DA2C-4E11-AE55-E71342903ED8 703BE0D3-CC7D-43B6-8055-F86BD8B55E78 019D480D-031C-49C4-9A80-69740A13B160 437C60DE-0840-4414-85B0-BB8F172FB166 uuid 42D15628-6350-4934-935C-531B73C23444