%PDF- %PDF-
| Direktori : /data/old/home/stash/atlassian-stash/static/bower/CodeMirror/mode/css/ |
| Current File : //data/old/home/stash/atlassian-stash/static/bower/CodeMirror/mode/css/scss_test-min.js |
(function(){var B=CodeMirror.getMode({indentUnit:2},"text/x-scss");function A(C){test.mode(C,B,Array.prototype.slice.call(arguments,1),"scss")}A("url_with_quotation","[tag foo] { [property background]:[atom url]([string test.jpg]) }");A("url_with_double_quotes",'[tag foo] { [property background]:[atom url]([string "test.jpg"]) }');A("url_with_single_quotes","[tag foo] { [property background]:[atom url]([string 'test.jpg']) }");A("string",'[def @import] [string "compass/css3"]');A("important_keyword","[tag foo] { [property background]:[atom url]([string 'test.jpg']) [keyword !important] }");A("variable","[variable-2 $blue]:[atom #333]");A("variable_as_attribute","[tag foo] { [property color]:[variable-2 $blue] }");A("numbers","[tag foo] { [property padding]:[number 10px] [number 10] [number 10em] [number 8in] }");A("number_percentage","[tag foo] { [property width]:[number 80%] }");A("selector","[builtin #hello][qualifier .world]{}");A("singleline_comment","[comment // this is a comment]");A("multiline_comment","[comment /*foobar*/]");A("attribute_with_hyphen","[tag foo] { [property font-size]:[number 10px] }");A("string_after_attribute",'[tag foo] { [property content]:[string "::"] }');A("directives","[def @include] [qualifier .mixin]");A("basic_structure","[tag p] { [property background]:[keyword red]; }");A("nested_structure","[tag p] { [tag a] { [property color]:[keyword red]; } }");A("mixin","[def @mixin] [tag table-base] {}");A("number_without_semicolon","[tag p] {[property width]:[number 12]}","[tag a] {[property color]:[keyword red];}");A("atom_in_nested_block","[tag p] { [tag a] { [property color]:[atom #000]; } }");A("interpolation_in_property","[tag foo] { #{[variable-2 $hello]}:[number 2]; }");A("interpolation_in_selector","[tag foo]#{[variable-2 $hello]} { [property color]:[atom #000]; }");A("interpolation_error","[tag foo]#{[error foo]} { [property color]:[atom #000]; }");A("divide_operator","[tag foo] { [property width]:[number 4] [operator /] [number 2] }");A("nested_structure_with_id_selector","[tag p] { [builtin #hello] { [property color]:[keyword red]; } }");A("indent_mixin","[def @mixin] [tag container] ("," [variable-2 $a]: [number 10],"," [variable-2 $b]: [number 10])","{}");A("indent_nested","[tag foo] {"," [tag bar] {"," }","}");A("indent_parentheses","[tag foo] {"," [property color]: [variable darken]([variable-2 $blue],"," [number 9%]);","}");A("indent_vardef","[variable-2 $name]:"," [string 'val'];","[tag tag] {"," [tag inner] {"," [property margin]: [number 3px];"," }","}")})();