...

Text file src/github.com/alecthomas/chroma/lexers/testdata/scss.expected

Documentation: github.com/alecthomas/chroma/lexers/testdata

     1[
     2  {"type":"Keyword","value":"@use"},
     3  {"type":"Text","value":" "},
     4  {"type":"LiteralStringDouble","value":"\"src/corners\""},
     5  {"type":"Text","value":" "},
     6  {"type":"Keyword","value":"as"},
     7  {"type":"Text","value":" "},
     8  {"type":"NameNamespace","value":"c"},
     9  {"type":"Punctuation","value":";"},
    10  {"type":"Text","value":"\n"},
    11  {"type":"Keyword","value":"@use"},
    12  {"type":"Text","value":" "},
    13  {"type":"LiteralStringDouble","value":"\"src/corners\""},
    14  {"type":"Text","value":" "},
    15  {"type":"Keyword","value":"as"},
    16  {"type":"Text","value":" "},
    17  {"type":"NameNamespace","value":"*"},
    18  {"type":"Punctuation","value":";"},
    19  {"type":"Text","value":"\n\n"},
    20  {"type":"CommentMultiline","value":"/* private vars */"},
    21  {"type":"Text","value":"\n"},
    22  {"type":"NameVariable","value":"$-radius"},
    23  {"type":"Operator","value":":"},
    24  {"type":"Text","value":" "},
    25  {"type":"LiteralNumberInteger","value":"3"},
    26  {"type":"KeywordType","value":"px"},
    27  {"type":"Punctuation","value":";"},
    28  {"type":"Text","value":"\n"},
    29  {"type":"NameVariable","value":"$_radius"},
    30  {"type":"Operator","value":":"},
    31  {"type":"Text","value":" "},
    32  {"type":"LiteralNumberInteger","value":"3"},
    33  {"type":"KeywordType","value":"px"},
    34  {"type":"Punctuation","value":";"},
    35  {"type":"Text","value":"\n\n"},
    36  {"type":"NameVariable","value":"$black"},
    37  {"type":"Operator","value":":"},
    38  {"type":"Text","value":" "},
    39  {"type":"LiteralNumberHex","value":"#000"},
    40  {"type":"Text","value":" "},
    41  {"type":"Keyword","value":"!default"},
    42  {"type":"Punctuation","value":";"},
    43  {"type":"Text","value":"\n\n"},
    44  {"type":"Keyword","value":"@use"},
    45  {"type":"Text","value":" "},
    46  {"type":"LiteralStringSingle","value":"'library'"},
    47  {"type":"Text","value":" "},
    48  {"type":"Keyword","value":"with"},
    49  {"type":"Text","value":" "},
    50  {"type":"Punctuation","value":"("},
    51  {"type":"Text","value":"\n     "},
    52  {"type":"NameVariable","value":"$black"},
    53  {"type":"Operator","value":":"},
    54  {"type":"Text","value":" "},
    55  {"type":"LiteralNumberHex","value":"#222"},
    56  {"type":"Operator","value":","},
    57  {"type":"Text","value":"\n     "},
    58  {"type":"NameVariable","value":"$config"},
    59  {"type":"Operator","value":":"},
    60  {"type":"Text","value":" "},
    61  {"type":"Punctuation","value":"("},
    62  {"type":"Text","value":"\n         "},
    63  {"type":"NameAttribute","value":"important"},
    64  {"type":"Operator","value":":"},
    65  {"type":"Text","value":" "},
    66  {"type":"NamePseudo","value":"true"},
    67  {"type":"Operator","value":","},
    68  {"type":"Text","value":"\n         "},
    69  {"type":"NameAttribute","value":"utility"},
    70  {"type":"Operator","value":":"},
    71  {"type":"Text","value":" "},
    72  {"type":"Punctuation","value":"("},
    73  {"type":"Text","value":"\n             "},
    74  {"type":"NameAttribute","value":"leading-trim"},
    75  {"type":"Operator","value":":"},
    76  {"type":"Text","value":" "},
    77  {"type":"Name","value":"trim"},
    78  {"type":"Operator","value":","},
    79  {"type":"Text","value":"\n             "},
    80  {"type":"NameAttribute","value":"properties"},
    81  {"type":"Operator","value":":"},
    82  {"type":"Text","value":" "},
    83  {"type":"Punctuation","value":"("},
    84  {"type":"Name","value":"leading-trim"},
    85  {"type":"Punctuation","value":")"},
    86  {"type":"Operator","value":","},
    87  {"type":"Text","value":"\n             "},
    88  {"type":"NameAttribute","value":"variants"},
    89  {"type":"Operator","value":":"},
    90  {"type":"Text","value":" "},
    91  {"type":"Punctuation","value":"("},
    92  {"type":"Text","value":"\n                 "},
    93  {"type":"NameAttribute","value":"both"},
    94  {"type":"Operator","value":":"},
    95  {"type":"Text","value":" "},
    96  {"type":"NameEntity","value":"both"},
    97  {"type":"Text","value":"\n             "},
    98  {"type":"Punctuation","value":")"},
    99  {"type":"Text","value":"\n         "},
   100  {"type":"Punctuation","value":")"},
   101  {"type":"Text","value":"\n     "},
   102  {"type":"Punctuation","value":")"},
   103  {"type":"Text","value":"\n"},
   104  {"type":"Punctuation","value":");"},
   105  {"type":"Text","value":"\n\n"},
   106  {"type":"Keyword","value":"@use"},
   107  {"type":"Text","value":" "},
   108  {"type":"LiteralStringSingle","value":"'library'"},
   109  {"type":"Text","value":" "},
   110  {"type":"Keyword","value":"as"},
   111  {"type":"Text","value":" "},
   112  {"type":"NameNamespace","value":"*"},
   113  {"type":"Text","value":" "},
   114  {"type":"Keyword","value":"with"},
   115  {"type":"Text","value":" "},
   116  {"type":"Punctuation","value":"("},
   117  {"type":"Text","value":"\n     "},
   118  {"type":"NameVariable","value":"$black"},
   119  {"type":"Operator","value":":"},
   120  {"type":"Text","value":" "},
   121  {"type":"LiteralNumberHex","value":"#222"},
   122  {"type":"Punctuation","value":";"},
   123  {"type":"Text","value":"\n"},
   124  {"type":"Punctuation","value":");"},
   125  {"type":"Text","value":"\n\n"},
   126  {"type":"NameClass","value":".content"},
   127  {"type":"Text","value":" "},
   128  {"type":"Punctuation","value":"{"},
   129  {"type":"Text","value":"\n    "},
   130  {"type":"NameVariable","value":"$variable"},
   131  {"type":"Operator","value":":"},
   132  {"type":"Text","value":" "},
   133  {"type":"Name","value":"value"},
   134  {"type":"Text","value":" "},
   135  {"type":"Keyword","value":"!global"},
   136  {"type":"Punctuation","value":";"},
   137  {"type":"Text","value":"\n    "},
   138  {"type":"NameAttribute","value":"value"},
   139  {"type":"Operator","value":":"},
   140  {"type":"Text","value":" "},
   141  {"type":"NameVariable","value":"$variable"},
   142  {"type":"Punctuation","value":";"},
   143  {"type":"Text","value":"\n"},
   144  {"type":"Punctuation","value":"}"},
   145  {"type":"Text","value":"\n\n"},
   146  {"type":"NameVariable","value":"$roboto-font-path"},
   147  {"type":"Operator","value":":"},
   148  {"type":"Text","value":" "},
   149  {"type":"LiteralStringDouble","value":"\"../fonts/roboto\""},
   150  {"type":"Punctuation","value":";"},
   151  {"type":"Text","value":"\n\n"},
   152  {"type":"Keyword","value":"@font-face"},
   153  {"type":"Text","value":" "},
   154  {"type":"Punctuation","value":"{"},
   155  {"type":"Text","value":"\n    "},
   156  {"type":"CommentSingle","value":"// This is parsed as a normal function call that takes a quoted string.\n"},
   157  {"type":"Text","value":"    "},
   158  {"type":"NameAttribute","value":"src"},
   159  {"type":"Operator","value":":"},
   160  {"type":"Text","value":" "},
   161  {"type":"LiteralStringOther","value":"url(\""},
   162  {"type":"LiteralStringInterpol","value":"#{"},
   163  {"type":"NameVariable","value":"$roboto-font-path"},
   164  {"type":"LiteralStringInterpol","value":"}"},
   165  {"type":"LiteralStringOther","value":"/Roboto-Thin.woff2\")"},
   166  {"type":"Text","value":" "},
   167  {"type":"NameFunction","value":"format"},
   168  {"type":"Punctuation","value":"("},
   169  {"type":"LiteralStringDouble","value":"\"woff2\""},
   170  {"type":"Punctuation","value":");"},
   171  {"type":"Text","value":"\n\n    "},
   172  {"type":"NameAttribute","value":"font-family"},
   173  {"type":"Operator","value":":"},
   174  {"type":"Text","value":" "},
   175  {"type":"LiteralStringDouble","value":"\"Roboto\""},
   176  {"type":"Punctuation","value":";"},
   177  {"type":"Text","value":"\n    "},
   178  {"type":"NameAttribute","value":"font-weight"},
   179  {"type":"Operator","value":":"},
   180  {"type":"Text","value":" "},
   181  {"type":"LiteralNumberInteger","value":"100"},
   182  {"type":"Punctuation","value":";"},
   183  {"type":"Text","value":"\n"},
   184  {"type":"Punctuation","value":"}"},
   185  {"type":"Text","value":"\n\n"},
   186  {"type":"Keyword","value":"@use"},
   187  {"type":"Text","value":" "},
   188  {"type":"LiteralStringSingle","value":"'base'"},
   189  {"type":"Punctuation","value":";"},
   190  {"type":"Text","value":"\n"},
   191  {"type":"NameVariable","value":"$primary-color"},
   192  {"type":"Operator","value":":"},
   193  {"type":"Text","value":" "},
   194  {"type":"NameConstant","value":"red"},
   195  {"type":"Punctuation","value":";"},
   196  {"type":"Text","value":"\n"},
   197  {"type":"NameClass","value":".inverse"},
   198  {"type":"Text","value":" "},
   199  {"type":"Punctuation","value":"{"},
   200  {"type":"Text","value":"\n    "},
   201  {"type":"NameAttribute","value":"background-color"},
   202  {"type":"Operator","value":":"},
   203  {"type":"Text","value":" "},
   204  {"type":"Name","value":"base"},
   205  {"type":"Operator","value":"."},
   206  {"type":"NameVariable","value":"$primary-color"},
   207  {"type":"Punctuation","value":";"},
   208  {"type":"Text","value":"\n    "},
   209  {"type":"NameAttribute","value":"color"},
   210  {"type":"Operator","value":":"},
   211  {"type":"Text","value":" "},
   212  {"type":"NameEntity","value":"white"},
   213  {"type":"Punctuation","value":";"},
   214  {"type":"Text","value":"\n"},
   215  {"type":"Punctuation","value":"}"},
   216  {"type":"Text","value":"\n\n"},
   217  {"type":"NameTag","value":"ul"},
   218  {"type":"Text","value":" "},
   219  {"type":"Operator","value":"\u003e"},
   220  {"type":"Text","value":" "},
   221  {"type":"Punctuation","value":"{"},
   222  {"type":"Text","value":"\n    "},
   223  {"type":"NameTag","value":"li"},
   224  {"type":"Text","value":" "},
   225  {"type":"Punctuation","value":"{"},
   226  {"type":"Text","value":"\n        "},
   227  {"type":"NameAttribute","value":"list-style-type"},
   228  {"type":"Operator","value":":"},
   229  {"type":"Text","value":" "},
   230  {"type":"NameEntity","value":"none"},
   231  {"type":"Punctuation","value":";"},
   232  {"type":"Text","value":"\n    "},
   233  {"type":"Punctuation","value":"}"},
   234  {"type":"Text","value":"\n"},
   235  {"type":"Punctuation","value":"}"},
   236  {"type":"Text","value":"\n\n"},
   237  {"type":"NameTag","value":"h2"},
   238  {"type":"Text","value":" "},
   239  {"type":"Punctuation","value":"{"},
   240  {"type":"Text","value":"\n    "},
   241  {"type":"Operator","value":"+"},
   242  {"type":"Text","value":" "},
   243  {"type":"NameTag","value":"p"},
   244  {"type":"Text","value":" "},
   245  {"type":"Punctuation","value":"{"},
   246  {"type":"Text","value":"\n        "},
   247  {"type":"NameAttribute","value":"border-top"},
   248  {"type":"Operator","value":":"},
   249  {"type":"Text","value":" "},
   250  {"type":"LiteralNumberInteger","value":"1"},
   251  {"type":"KeywordType","value":"px"},
   252  {"type":"Text","value":" "},
   253  {"type":"NameEntity","value":"solid"},
   254  {"type":"Text","value":" "},
   255  {"type":"NameConstant","value":"gray"},
   256  {"type":"Punctuation","value":";"},
   257  {"type":"Text","value":"\n    "},
   258  {"type":"Punctuation","value":"}"},
   259  {"type":"Text","value":"\n"},
   260  {"type":"Punctuation","value":"}"},
   261  {"type":"Text","value":"\n\n"},
   262  {"type":"NameTag","value":"p"},
   263  {"type":"Text","value":" "},
   264  {"type":"Punctuation","value":"{"},
   265  {"type":"Text","value":"\n    "},
   266  {"type":"Operator","value":"~"},
   267  {"type":"Text","value":" "},
   268  {"type":"Punctuation","value":"{"},
   269  {"type":"Text","value":"\n        "},
   270  {"type":"NameTag","value":"span"},
   271  {"type":"Text","value":" "},
   272  {"type":"Punctuation","value":"{"},
   273  {"type":"Text","value":"\n            "},
   274  {"type":"NameAttribute","value":"opacity"},
   275  {"type":"Operator","value":":"},
   276  {"type":"Text","value":" "},
   277  {"type":"LiteralNumberInteger","value":"0"},
   278  {"type":"LiteralNumberFloat","value":".8"},
   279  {"type":"Punctuation","value":";"},
   280  {"type":"Text","value":"\n        "},
   281  {"type":"Punctuation","value":"}"},
   282  {"type":"Text","value":"\n    "},
   283  {"type":"Punctuation","value":"}"},
   284  {"type":"Text","value":"\n"},
   285  {"type":"Punctuation","value":"}"},
   286  {"type":"Text","value":"\n\n"},
   287  {"type":"NameClass","value":".button"},
   288  {"type":"Text","value":" "},
   289  {"type":"Punctuation","value":"{"},
   290  {"type":"Text","value":"\n    "},
   291  {"type":"NameAttribute","value":"border"},
   292  {"type":"Operator","value":":"},
   293  {"type":"Text","value":" "},
   294  {"type":"LiteralNumberInteger","value":"1"},
   295  {"type":"KeywordType","value":"px"},
   296  {"type":"Text","value":" "},
   297  {"type":"NameEntity","value":"solid"},
   298  {"type":"Text","value":" "},
   299  {"type":"NameConstant","value":"black"},
   300  {"type":"Punctuation","value":";"},
   301  {"type":"Text","value":"\n    "},
   302  {"type":"NameAttribute","value":"border-radius"},
   303  {"type":"Operator","value":":"},
   304  {"type":"Text","value":" "},
   305  {"type":"NameFunction","value":"if"},
   306  {"type":"Punctuation","value":"("},
   307  {"type":"NameVariable","value":"$rounded-corners"},
   308  {"type":"Operator","value":","},
   309  {"type":"Text","value":" "},
   310  {"type":"LiteralNumberInteger","value":"5"},
   311  {"type":"KeywordType","value":"px"},
   312  {"type":"Operator","value":","},
   313  {"type":"Text","value":" "},
   314  {"type":"Name","value":"null"},
   315  {"type":"Punctuation","value":");"},
   316  {"type":"Text","value":"\n"},
   317  {"type":"Punctuation","value":"}"},
   318  {"type":"Text","value":"\n\n"},
   319  {"type":"NameVariable","value":"$base-color"},
   320  {"type":"Operator","value":":"},
   321  {"type":"Text","value":" "},
   322  {"type":"LiteralNumberHex","value":"#036"},
   323  {"type":"Punctuation","value":";"},
   324  {"type":"Text","value":"\n\n"},
   325  {"type":"Keyword","value":"@for"},
   326  {"type":"Text","value":" "},
   327  {"type":"NameVariable","value":"$i"},
   328  {"type":"Text","value":" "},
   329  {"type":"OperatorWord","value":"from"},
   330  {"type":"Text","value":" "},
   331  {"type":"LiteralNumberInteger","value":"1"},
   332  {"type":"Text","value":" "},
   333  {"type":"OperatorWord","value":"through"},
   334  {"type":"Text","value":" "},
   335  {"type":"LiteralNumberInteger","value":"3"},
   336  {"type":"Text","value":" "},
   337  {"type":"Punctuation","value":"{"},
   338  {"type":"Text","value":"\n    "},
   339  {"type":"NameTag","value":"ul"},
   340  {"type":"NameDecorator","value":":nth-child"},
   341  {"type":"Operator","value":"("},
   342  {"type":"NameTag","value":"3n"},
   343  {"type":"Text","value":" "},
   344  {"type":"Operator","value":"+"},
   345  {"type":"Text","value":" "},
   346  {"type":"LiteralStringInterpol","value":"#{"},
   347  {"type":"NameVariable","value":"$i"},
   348  {"type":"LiteralStringInterpol","value":"}"},
   349  {"type":"Operator","value":")"},
   350  {"type":"Text","value":" "},
   351  {"type":"Punctuation","value":"{"},
   352  {"type":"Text","value":"\n        "},
   353  {"type":"NameAttribute","value":"background-color"},
   354  {"type":"Operator","value":":"},
   355  {"type":"Text","value":" "},
   356  {"type":"NameFunction","value":"lighten"},
   357  {"type":"Punctuation","value":"("},
   358  {"type":"NameVariable","value":"$base-color"},
   359  {"type":"Operator","value":","},
   360  {"type":"Text","value":" "},
   361  {"type":"NameVariable","value":"$i"},
   362  {"type":"Text","value":" "},
   363  {"type":"Operator","value":"*"},
   364  {"type":"Text","value":" "},
   365  {"type":"LiteralNumberInteger","value":"5"},
   366  {"type":"KeywordType","value":"%"},
   367  {"type":"Punctuation","value":");"},
   368  {"type":"Text","value":"\n    "},
   369  {"type":"Punctuation","value":"}"},
   370  {"type":"Text","value":"\n"},
   371  {"type":"Punctuation","value":"}"},
   372  {"type":"Text","value":"\n\n"},
   373  {"type":"Keyword","value":"@function"},
   374  {"type":"NameFunction","value":" scale-below"},
   375  {"type":"Punctuation","value":"("},
   376  {"type":"NameVariable","value":"$value"},
   377  {"type":"Operator","value":","},
   378  {"type":"Text","value":" "},
   379  {"type":"NameVariable","value":"$base"},
   380  {"type":"Operator","value":","},
   381  {"type":"Text","value":" "},
   382  {"type":"NameVariable","value":"$ratio"},
   383  {"type":"Operator","value":":"},
   384  {"type":"Text","value":" "},
   385  {"type":"LiteralNumberInteger","value":"1"},
   386  {"type":"LiteralNumberFloat","value":".618"},
   387  {"type":"Punctuation","value":")"},
   388  {"type":"Text","value":" "},
   389  {"type":"Punctuation","value":"{"},
   390  {"type":"Text","value":"\n    "},
   391  {"type":"Keyword","value":"@while"},
   392  {"type":"Text","value":" "},
   393  {"type":"NameVariable","value":"$value"},
   394  {"type":"Text","value":" "},
   395  {"type":"Operator","value":"\u003e"},
   396  {"type":"Text","value":" "},
   397  {"type":"NameVariable","value":"$base"},
   398  {"type":"Text","value":" "},
   399  {"type":"Punctuation","value":"{"},
   400  {"type":"Text","value":"\n        "},
   401  {"type":"NameVariable","value":"$value"},
   402  {"type":"Operator","value":":"},
   403  {"type":"Text","value":" "},
   404  {"type":"NameVariable","value":"$value"},
   405  {"type":"Text","value":" "},
   406  {"type":"Operator","value":"/"},
   407  {"type":"Text","value":" "},
   408  {"type":"NameVariable","value":"$ratio"},
   409  {"type":"Punctuation","value":";"},
   410  {"type":"Text","value":"\n    "},
   411  {"type":"Punctuation","value":"}"},
   412  {"type":"Text","value":"\n    "},
   413  {"type":"Keyword","value":"@return"},
   414  {"type":"Text","value":" "},
   415  {"type":"NameVariable","value":"$value"},
   416  {"type":"Punctuation","value":";"},
   417  {"type":"Text","value":"\n"},
   418  {"type":"Punctuation","value":"}"},
   419  {"type":"Text","value":"\n\n"},
   420  {"type":"NameVariable","value":"$normal-font-size"},
   421  {"type":"Operator","value":":"},
   422  {"type":"Text","value":" "},
   423  {"type":"LiteralNumberInteger","value":"16"},
   424  {"type":"KeywordType","value":"px"},
   425  {"type":"Punctuation","value":";"},
   426  {"type":"Text","value":"\n"},
   427  {"type":"NameTag","value":"sup"},
   428  {"type":"Text","value":" "},
   429  {"type":"Punctuation","value":"{"},
   430  {"type":"Text","value":"\n    "},
   431  {"type":"NameAttribute","value":"font-size"},
   432  {"type":"Operator","value":":"},
   433  {"type":"Text","value":" "},
   434  {"type":"NameFunction","value":"scale-below"},
   435  {"type":"Punctuation","value":"("},
   436  {"type":"LiteralNumberInteger","value":"20"},
   437  {"type":"KeywordType","value":"px"},
   438  {"type":"Operator","value":","},
   439  {"type":"Text","value":" "},
   440  {"type":"LiteralNumberInteger","value":"16"},
   441  {"type":"KeywordType","value":"px"},
   442  {"type":"Punctuation","value":");"},
   443  {"type":"Text","value":"\n"},
   444  {"type":"Punctuation","value":"}"},
   445  {"type":"Text","value":"\n\n"},
   446  {"type":"NameVariable","value":"$sizes"},
   447  {"type":"Operator","value":":"},
   448  {"type":"Text","value":" "},
   449  {"type":"LiteralNumberInteger","value":"40"},
   450  {"type":"KeywordType","value":"px"},
   451  {"type":"Operator","value":","},
   452  {"type":"Text","value":" "},
   453  {"type":"LiteralNumberInteger","value":"50"},
   454  {"type":"KeywordType","value":"px"},
   455  {"type":"Operator","value":","},
   456  {"type":"Text","value":" "},
   457  {"type":"LiteralNumberInteger","value":"80"},
   458  {"type":"KeywordType","value":"px"},
   459  {"type":"Punctuation","value":";"},
   460  {"type":"Text","value":"\n\n"},
   461  {"type":"Keyword","value":"@each"},
   462  {"type":"Text","value":" "},
   463  {"type":"NameVariable","value":"$size"},
   464  {"type":"Text","value":" "},
   465  {"type":"OperatorWord","value":"in"},
   466  {"type":"Text","value":" "},
   467  {"type":"NameVariable","value":"$sizes"},
   468  {"type":"Text","value":" "},
   469  {"type":"Punctuation","value":"{"},
   470  {"type":"Text","value":"\n    "},
   471  {"type":"NameClass","value":".icon-"},
   472  {"type":"LiteralStringInterpol","value":"#{"},
   473  {"type":"NameVariable","value":"$size"},
   474  {"type":"LiteralStringInterpol","value":"}"},
   475  {"type":"Text","value":" "},
   476  {"type":"Punctuation","value":"{"},
   477  {"type":"Text","value":"\n        "},
   478  {"type":"NameAttribute","value":"font-size"},
   479  {"type":"Operator","value":":"},
   480  {"type":"Text","value":" "},
   481  {"type":"NameVariable","value":"$size"},
   482  {"type":"Punctuation","value":";"},
   483  {"type":"Text","value":"\n        "},
   484  {"type":"NameAttribute","value":"height"},
   485  {"type":"Operator","value":":"},
   486  {"type":"Text","value":" "},
   487  {"type":"NameVariable","value":"$size"},
   488  {"type":"Punctuation","value":";"},
   489  {"type":"Text","value":"\n        "},
   490  {"type":"NameAttribute","value":"width"},
   491  {"type":"Operator","value":":"},
   492  {"type":"Text","value":" "},
   493  {"type":"NameVariable","value":"$size"},
   494  {"type":"Punctuation","value":";"},
   495  {"type":"Text","value":"\n    "},
   496  {"type":"Punctuation","value":"}"},
   497  {"type":"Text","value":"\n"},
   498  {"type":"Punctuation","value":"}"},
   499  {"type":"Text","value":"\n\n"},
   500  {"type":"Keyword","value":"@each"},
   501  {"type":"Text","value":" "},
   502  {"type":"NameVariable","value":"$name"},
   503  {"type":"Operator","value":","},
   504  {"type":"Text","value":" "},
   505  {"type":"NameVariable","value":"$glyph"},
   506  {"type":"Text","value":" "},
   507  {"type":"OperatorWord","value":"in"},
   508  {"type":"Text","value":" "},
   509  {"type":"NameVariable","value":"$icons"},
   510  {"type":"Text","value":" "},
   511  {"type":"Punctuation","value":"{"},
   512  {"type":"Text","value":"\n    "},
   513  {"type":"NameClass","value":".icon-"},
   514  {"type":"LiteralStringInterpol","value":"#{"},
   515  {"type":"NameVariable","value":"$name"},
   516  {"type":"LiteralStringInterpol","value":"}"},
   517  {"type":"NameDecorator","value":":before"},
   518  {"type":"Text","value":" "},
   519  {"type":"Punctuation","value":"{"},
   520  {"type":"Text","value":"\n        "},
   521  {"type":"NameAttribute","value":"display"},
   522  {"type":"Operator","value":":"},
   523  {"type":"Text","value":" "},
   524  {"type":"NameEntity","value":"inline-block"},
   525  {"type":"Punctuation","value":";"},
   526  {"type":"Text","value":"\n        "},
   527  {"type":"NameAttribute","value":"font-family"},
   528  {"type":"Operator","value":":"},
   529  {"type":"Text","value":" "},
   530  {"type":"LiteralStringDouble","value":"\"Icon Font\""},
   531  {"type":"Punctuation","value":";"},
   532  {"type":"Text","value":"\n        "},
   533  {"type":"NameAttribute","value":"content"},
   534  {"type":"Operator","value":":"},
   535  {"type":"Text","value":" "},
   536  {"type":"NameVariable","value":"$glyph"},
   537  {"type":"Punctuation","value":";"},
   538  {"type":"Text","value":"\n    "},
   539  {"type":"Punctuation","value":"}"},
   540  {"type":"Text","value":"\n"},
   541  {"type":"Punctuation","value":"}"},
   542  {"type":"Text","value":"\n\n"},
   543  {"type":"NameVariable","value":"$icons"},
   544  {"type":"Operator","value":":"},
   545  {"type":"Text","value":"\n    "},
   546  {"type":"LiteralStringDouble","value":"\"eye\""},
   547  {"type":"Text","value":" "},
   548  {"type":"LiteralStringDouble","value":"\"\\f112\""},
   549  {"type":"Text","value":" "},
   550  {"type":"LiteralNumberInteger","value":"12"},
   551  {"type":"KeywordType","value":"px"},
   552  {"type":"Operator","value":","},
   553  {"type":"Text","value":"\n    "},
   554  {"type":"LiteralStringDouble","value":"\"start\""},
   555  {"type":"Text","value":" "},
   556  {"type":"LiteralStringDouble","value":"\"\\f12e\""},
   557  {"type":"Text","value":" "},
   558  {"type":"LiteralNumberInteger","value":"16"},
   559  {"type":"KeywordType","value":"px"},
   560  {"type":"Operator","value":","},
   561  {"type":"Text","value":"\n    "},
   562  {"type":"LiteralStringDouble","value":"\"stop\""},
   563  {"type":"Text","value":" "},
   564  {"type":"LiteralStringDouble","value":"\"\\f12f\""},
   565  {"type":"Text","value":" "},
   566  {"type":"LiteralNumberInteger","value":"10"},
   567  {"type":"KeywordType","value":"px"},
   568  {"type":"Punctuation","value":";"},
   569  {"type":"Text","value":"\n\n"},
   570  {"type":"Keyword","value":"@each"},
   571  {"type":"Text","value":" "},
   572  {"type":"NameVariable","value":"$name"},
   573  {"type":"Operator","value":","},
   574  {"type":"Text","value":" "},
   575  {"type":"NameVariable","value":"$glyph"},
   576  {"type":"Operator","value":","},
   577  {"type":"Text","value":" "},
   578  {"type":"NameVariable","value":"$size"},
   579  {"type":"Text","value":" "},
   580  {"type":"OperatorWord","value":"in"},
   581  {"type":"Text","value":" "},
   582  {"type":"NameVariable","value":"$icons"},
   583  {"type":"Text","value":" "},
   584  {"type":"Punctuation","value":"{"},
   585  {"type":"Text","value":"\n    "},
   586  {"type":"NameClass","value":".icon-"},
   587  {"type":"LiteralStringInterpol","value":"#{"},
   588  {"type":"NameVariable","value":"$name"},
   589  {"type":"LiteralStringInterpol","value":"}"},
   590  {"type":"NameDecorator","value":":before"},
   591  {"type":"Text","value":" "},
   592  {"type":"Punctuation","value":"{"},
   593  {"type":"Text","value":"\n        "},
   594  {"type":"NameAttribute","value":"display"},
   595  {"type":"Operator","value":":"},
   596  {"type":"Text","value":" "},
   597  {"type":"NameEntity","value":"inline-block"},
   598  {"type":"Punctuation","value":";"},
   599  {"type":"Text","value":"\n        "},
   600  {"type":"NameAttribute","value":"font-family"},
   601  {"type":"Operator","value":":"},
   602  {"type":"Text","value":" "},
   603  {"type":"LiteralStringDouble","value":"\"Icon Font\""},
   604  {"type":"Punctuation","value":";"},
   605  {"type":"Text","value":"\n        "},
   606  {"type":"NameAttribute","value":"content"},
   607  {"type":"Operator","value":":"},
   608  {"type":"Text","value":" "},
   609  {"type":"NameVariable","value":"$glyph"},
   610  {"type":"Punctuation","value":";"},
   611  {"type":"Text","value":"\n        "},
   612  {"type":"NameAttribute","value":"font-size"},
   613  {"type":"Operator","value":":"},
   614  {"type":"Text","value":" "},
   615  {"type":"NameVariable","value":"$size"},
   616  {"type":"Punctuation","value":";"},
   617  {"type":"Text","value":"\n    "},
   618  {"type":"Punctuation","value":"}"},
   619  {"type":"Text","value":"\n"},
   620  {"type":"Punctuation","value":"}"},
   621  {"type":"Text","value":"\n\n"},
   622  {"type":"Keyword","value":"@mixin"},
   623  {"type":"NameFunction","value":" triangle"},
   624  {"type":"Punctuation","value":"("},
   625  {"type":"NameVariable","value":"$size"},
   626  {"type":"Operator","value":","},
   627  {"type":"Text","value":" "},
   628  {"type":"NameVariable","value":"$color"},
   629  {"type":"Operator","value":","},
   630  {"type":"Text","value":" "},
   631  {"type":"NameVariable","value":"$direction"},
   632  {"type":"Punctuation","value":")"},
   633  {"type":"Text","value":" "},
   634  {"type":"Punctuation","value":"{"},
   635  {"type":"Text","value":"\n    "},
   636  {"type":"NameAttribute","value":"height"},
   637  {"type":"Operator","value":":"},
   638  {"type":"Text","value":" "},
   639  {"type":"LiteralNumberInteger","value":"0"},
   640  {"type":"Punctuation","value":";"},
   641  {"type":"Text","value":"\n    "},
   642  {"type":"NameAttribute","value":"width"},
   643  {"type":"Operator","value":":"},
   644  {"type":"Text","value":" "},
   645  {"type":"LiteralNumberInteger","value":"0"},
   646  {"type":"Punctuation","value":";"},
   647  {"type":"Text","value":"\n\n    "},
   648  {"type":"NameAttribute","value":"border-color"},
   649  {"type":"Operator","value":":"},
   650  {"type":"Text","value":" "},
   651  {"type":"NameEntity","value":"transparent"},
   652  {"type":"Punctuation","value":";"},
   653  {"type":"Text","value":"\n    "},
   654  {"type":"NameAttribute","value":"border-style"},
   655  {"type":"Operator","value":":"},
   656  {"type":"Text","value":" "},
   657  {"type":"NameEntity","value":"solid"},
   658  {"type":"Punctuation","value":";"},
   659  {"type":"Text","value":"\n    "},
   660  {"type":"NameAttribute","value":"border-width"},
   661  {"type":"Operator","value":":"},
   662  {"type":"Text","value":" "},
   663  {"type":"NameVariable","value":"$size"},
   664  {"type":"Text","value":" "},
   665  {"type":"Operator","value":"/"},
   666  {"type":"Text","value":" "},
   667  {"type":"LiteralNumberInteger","value":"2"},
   668  {"type":"Punctuation","value":";"},
   669  {"type":"Text","value":"\n\n    "},
   670  {"type":"Keyword","value":"@if"},
   671  {"type":"Text","value":" "},
   672  {"type":"NameVariable","value":"$direction"},
   673  {"type":"Text","value":" "},
   674  {"type":"Operator","value":"=="},
   675  {"type":"Text","value":" "},
   676  {"type":"Name","value":"up"},
   677  {"type":"Text","value":" "},
   678  {"type":"Punctuation","value":"{"},
   679  {"type":"Text","value":"\n        "},
   680  {"type":"NameAttribute","value":"border-bottom-color"},
   681  {"type":"Operator","value":":"},
   682  {"type":"Text","value":" "},
   683  {"type":"NameVariable","value":"$color"},
   684  {"type":"Punctuation","value":";"},
   685  {"type":"Text","value":"\n    "},
   686  {"type":"Punctuation","value":"}"},
   687  {"type":"Text","value":" "},
   688  {"type":"Keyword","value":"@else if"},
   689  {"type":"Text","value":" "},
   690  {"type":"NameVariable","value":"$direction"},
   691  {"type":"Text","value":" "},
   692  {"type":"Operator","value":"=="},
   693  {"type":"Text","value":" "},
   694  {"type":"NameEntity","value":"right"},
   695  {"type":"Text","value":" "},
   696  {"type":"Punctuation","value":"{"},
   697  {"type":"Text","value":"\n        "},
   698  {"type":"NameAttribute","value":"border-left-color"},
   699  {"type":"Operator","value":":"},
   700  {"type":"Text","value":" "},
   701  {"type":"NameVariable","value":"$color"},
   702  {"type":"Punctuation","value":";"},
   703  {"type":"Text","value":"\n    "},
   704  {"type":"Punctuation","value":"}"},
   705  {"type":"Text","value":" "},
   706  {"type":"Keyword","value":"@else if"},
   707  {"type":"Text","value":" "},
   708  {"type":"NameVariable","value":"$direction"},
   709  {"type":"Text","value":" "},
   710  {"type":"Operator","value":"=="},
   711  {"type":"Text","value":" "},
   712  {"type":"Name","value":"down"},
   713  {"type":"Text","value":" "},
   714  {"type":"Punctuation","value":"{"},
   715  {"type":"Text","value":"\n        "},
   716  {"type":"NameAttribute","value":"border-top-color"},
   717  {"type":"Operator","value":":"},
   718  {"type":"Text","value":" "},
   719  {"type":"NameVariable","value":"$color"},
   720  {"type":"Punctuation","value":";"},
   721  {"type":"Text","value":"\n    "},
   722  {"type":"Punctuation","value":"}"},
   723  {"type":"Text","value":" "},
   724  {"type":"Keyword","value":"@else if"},
   725  {"type":"Text","value":" "},
   726  {"type":"NameVariable","value":"$direction"},
   727  {"type":"Text","value":" "},
   728  {"type":"Operator","value":"=="},
   729  {"type":"Text","value":" "},
   730  {"type":"NameEntity","value":"left"},
   731  {"type":"Text","value":" "},
   732  {"type":"Punctuation","value":"{"},
   733  {"type":"Text","value":"\n        "},
   734  {"type":"NameAttribute","value":"border-right-color"},
   735  {"type":"Operator","value":":"},
   736  {"type":"Text","value":" "},
   737  {"type":"NameVariable","value":"$color"},
   738  {"type":"Punctuation","value":";"},
   739  {"type":"Text","value":"\n    "},
   740  {"type":"Punctuation","value":"}"},
   741  {"type":"Text","value":" "},
   742  {"type":"Keyword","value":"@else"},
   743  {"type":"Text","value":" "},
   744  {"type":"Punctuation","value":"{"},
   745  {"type":"Text","value":"\n        "},
   746  {"type":"Keyword","value":"@error"},
   747  {"type":"Text","value":" "},
   748  {"type":"LiteralStringDouble","value":"\"Unknown direction "},
   749  {"type":"LiteralStringInterpol","value":"#{"},
   750  {"type":"NameVariable","value":"$direction"},
   751  {"type":"LiteralStringInterpol","value":"}"},
   752  {"type":"LiteralStringDouble","value":".\""},
   753  {"type":"Punctuation","value":";"},
   754  {"type":"Text","value":"\n    "},
   755  {"type":"Punctuation","value":"}"},
   756  {"type":"Text","value":"\n"},
   757  {"type":"Punctuation","value":"}"},
   758  {"type":"Text","value":"\n\n"},
   759  {"type":"NameClass","value":".next"},
   760  {"type":"Text","value":" "},
   761  {"type":"Punctuation","value":"{"},
   762  {"type":"Text","value":"\n    "},
   763  {"type":"Keyword","value":"@include"},
   764  {"type":"NameDecorator","value":" triangle"},
   765  {"type":"Punctuation","value":"("},
   766  {"type":"LiteralNumberInteger","value":"5"},
   767  {"type":"KeywordType","value":"px"},
   768  {"type":"Operator","value":","},
   769  {"type":"Text","value":" "},
   770  {"type":"NameConstant","value":"black"},
   771  {"type":"Operator","value":","},
   772  {"type":"Text","value":" "},
   773  {"type":"NameEntity","value":"right"},
   774  {"type":"Punctuation","value":");"},
   775  {"type":"Text","value":"\n"},
   776  {"type":"Punctuation","value":"}"},
   777  {"type":"Text","value":"\n\n"},
   778  {"type":"NameVariable","value":"$icons"},
   779  {"type":"Operator","value":":"},
   780  {"type":"Text","value":" "},
   781  {"type":"Punctuation","value":"("},
   782  {"type":"LiteralStringDouble","value":"\"eye\""},
   783  {"type":"Operator","value":":"},
   784  {"type":"Text","value":" "},
   785  {"type":"LiteralStringDouble","value":"\"\\f112\""},
   786  {"type":"Operator","value":","},
   787  {"type":"Text","value":" "},
   788  {"type":"LiteralStringDouble","value":"\"start\""},
   789  {"type":"Operator","value":":"},
   790  {"type":"Text","value":" "},
   791  {"type":"LiteralStringDouble","value":"\"\\f12e\""},
   792  {"type":"Operator","value":","},
   793  {"type":"Text","value":" "},
   794  {"type":"LiteralStringDouble","value":"\"stop\""},
   795  {"type":"Operator","value":":"},
   796  {"type":"Text","value":" "},
   797  {"type":"LiteralStringDouble","value":"\"\\f12f\""},
   798  {"type":"Punctuation","value":");"},
   799  {"type":"Text","value":"\n\n"},
   800  {"type":"Keyword","value":"@each"},
   801  {"type":"Text","value":" "},
   802  {"type":"NameVariable","value":"$name"},
   803  {"type":"Operator","value":","},
   804  {"type":"Text","value":" "},
   805  {"type":"NameVariable","value":"$glyph"},
   806  {"type":"Text","value":" "},
   807  {"type":"OperatorWord","value":"in"},
   808  {"type":"Text","value":" "},
   809  {"type":"NameVariable","value":"$icons"},
   810  {"type":"Text","value":" "},
   811  {"type":"Punctuation","value":"{"},
   812  {"type":"Text","value":"\n    "},
   813  {"type":"NameClass","value":".icon-"},
   814  {"type":"LiteralStringInterpol","value":"#{"},
   815  {"type":"NameVariable","value":"$name"},
   816  {"type":"LiteralStringInterpol","value":"}"},
   817  {"type":"NameDecorator","value":":before"},
   818  {"type":"Text","value":" "},
   819  {"type":"Punctuation","value":"{"},
   820  {"type":"Text","value":"\n        "},
   821  {"type":"NameAttribute","value":"display"},
   822  {"type":"Operator","value":":"},
   823  {"type":"Text","value":" "},
   824  {"type":"NameEntity","value":"inline-block"},
   825  {"type":"Punctuation","value":";"},
   826  {"type":"Text","value":"\n        "},
   827  {"type":"NameAttribute","value":"font-family"},
   828  {"type":"Operator","value":":"},
   829  {"type":"Text","value":" "},
   830  {"type":"LiteralStringDouble","value":"\"Icon Font\""},
   831  {"type":"Punctuation","value":";"},
   832  {"type":"Text","value":"\n        "},
   833  {"type":"NameAttribute","value":"content"},
   834  {"type":"Operator","value":":"},
   835  {"type":"Text","value":" "},
   836  {"type":"NameVariable","value":"$glyph"},
   837  {"type":"Punctuation","value":";"},
   838  {"type":"Text","value":"\n    "},
   839  {"type":"Punctuation","value":"}"},
   840  {"type":"Text","value":"\n"},
   841  {"type":"Punctuation","value":"}"},
   842  {"type":"Text","value":"\n\n"},
   843  {"type":"CommentMultiline","value":"/* This CSS will print because %message-shared is extended. */"},
   844  {"type":"Text","value":"\n"},
   845  {"type":"Operator","value":"%"},
   846  {"type":"NameClass","value":"message-shared"},
   847  {"type":"Text","value":" "},
   848  {"type":"Punctuation","value":"{"},
   849  {"type":"Text","value":"\n    "},
   850  {"type":"NameAttribute","value":"border"},
   851  {"type":"Operator","value":":"},
   852  {"type":"Text","value":" "},
   853  {"type":"LiteralNumberInteger","value":"1"},
   854  {"type":"KeywordType","value":"px"},
   855  {"type":"Text","value":" "},
   856  {"type":"NameEntity","value":"solid"},
   857  {"type":"Text","value":" "},
   858  {"type":"LiteralNumberHex","value":"#ccc"},
   859  {"type":"Punctuation","value":";"},
   860  {"type":"Text","value":"\n    "},
   861  {"type":"NameAttribute","value":"padding"},
   862  {"type":"Operator","value":":"},
   863  {"type":"Text","value":" "},
   864  {"type":"LiteralNumberInteger","value":"10"},
   865  {"type":"KeywordType","value":"px"},
   866  {"type":"Punctuation","value":";"},
   867  {"type":"Text","value":"\n    "},
   868  {"type":"NameAttribute","value":"color"},
   869  {"type":"Operator","value":":"},
   870  {"type":"Text","value":" "},
   871  {"type":"LiteralNumberHex","value":"#333"},
   872  {"type":"Punctuation","value":";"},
   873  {"type":"Text","value":"\n"},
   874  {"type":"Punctuation","value":"}"},
   875  {"type":"Text","value":"\n\n"},
   876  {"type":"CommentSingle","value":"// This CSS won't print because %equal-heights is never extended.\n"},
   877  {"type":"Operator","value":"%"},
   878  {"type":"NameClass","value":"equal-heights"},
   879  {"type":"Text","value":" "},
   880  {"type":"Punctuation","value":"{"},
   881  {"type":"Text","value":"\n    "},
   882  {"type":"NameAttribute","value":"display"},
   883  {"type":"Operator","value":":"},
   884  {"type":"Text","value":" "},
   885  {"type":"NameEntity","value":"flex"},
   886  {"type":"Punctuation","value":";"},
   887  {"type":"Text","value":"\n    "},
   888  {"type":"NameAttribute","value":"flex-wrap"},
   889  {"type":"Operator","value":":"},
   890  {"type":"Text","value":" "},
   891  {"type":"NameEntity","value":"wrap"},
   892  {"type":"Punctuation","value":";"},
   893  {"type":"Text","value":"\n"},
   894  {"type":"Punctuation","value":"}"},
   895  {"type":"Text","value":"\n\n"},
   896  {"type":"NameClass","value":".message"},
   897  {"type":"Text","value":" "},
   898  {"type":"Punctuation","value":"{"},
   899  {"type":"Text","value":"\n    "},
   900  {"type":"Keyword","value":"@extend"},
   901  {"type":"Text","value":" "},
   902  {"type":"Operator","value":"%"},
   903  {"type":"NameClass","value":"message-shared"},
   904  {"type":"Punctuation","value":";"},
   905  {"type":"Text","value":"\n"},
   906  {"type":"Punctuation","value":"}"},
   907  {"type":"Text","value":"\n\n"},
   908  {"type":"NameClass","value":".success"},
   909  {"type":"Text","value":" "},
   910  {"type":"Punctuation","value":"{"},
   911  {"type":"Text","value":"\n    "},
   912  {"type":"Keyword","value":"@extend"},
   913  {"type":"Text","value":" "},
   914  {"type":"Operator","value":"%"},
   915  {"type":"NameClass","value":"message-shared"},
   916  {"type":"Punctuation","value":";"},
   917  {"type":"Text","value":"\n    "},
   918  {"type":"NameAttribute","value":"border-color"},
   919  {"type":"Operator","value":":"},
   920  {"type":"Text","value":" "},
   921  {"type":"NameConstant","value":"green"},
   922  {"type":"Punctuation","value":";"},
   923  {"type":"Text","value":"\n"},
   924  {"type":"Punctuation","value":"}"},
   925  {"type":"Text","value":"\n\n"},
   926  {"type":"NameClass","value":".error"},
   927  {"type":"Text","value":" "},
   928  {"type":"Punctuation","value":"{"},
   929  {"type":"Text","value":"\n    "},
   930  {"type":"Keyword","value":"@extend"},
   931  {"type":"Text","value":" "},
   932  {"type":"Operator","value":"%"},
   933  {"type":"NameClass","value":"message-shared"},
   934  {"type":"Punctuation","value":";"},
   935  {"type":"Text","value":"\n    "},
   936  {"type":"NameAttribute","value":"border-color"},
   937  {"type":"Operator","value":":"},
   938  {"type":"Text","value":" "},
   939  {"type":"NameConstant","value":"red"},
   940  {"type":"Punctuation","value":";"},
   941  {"type":"Text","value":"\n"},
   942  {"type":"Punctuation","value":"}"},
   943  {"type":"Text","value":"\n\n"},
   944  {"type":"NameClass","value":".warning"},
   945  {"type":"Text","value":" "},
   946  {"type":"Punctuation","value":"{"},
   947  {"type":"Text","value":"\n    "},
   948  {"type":"Keyword","value":"@extend"},
   949  {"type":"Text","value":" "},
   950  {"type":"Operator","value":"%"},
   951  {"type":"NameClass","value":"message-shared"},
   952  {"type":"Punctuation","value":";"},
   953  {"type":"Text","value":"\n    "},
   954  {"type":"NameAttribute","value":"border-color"},
   955  {"type":"Operator","value":":"},
   956  {"type":"Text","value":" "},
   957  {"type":"NameConstant","value":"yellow"},
   958  {"type":"Punctuation","value":";"},
   959  {"type":"Text","value":"\n"},
   960  {"type":"Punctuation","value":"}"},
   961  {"type":"Text","value":"\n\n"},
   962  {"type":"NameVariable","value":"$grid-gutter-width"},
   963  {"type":"Operator","value":" :"},
   964  {"type":"Text","value":" "},
   965  {"type":"LiteralNumberInteger","value":"1"},
   966  {"type":"KeywordType","value":"rem"},
   967  {"type":"Punctuation","value":";"},
   968  {"type":"Text","value":"\n\n"},
   969  {"type":"CommentSingle","value":"// lightbox\n"},
   970  {"type":"NameVariable","value":"$lightbox_small_maxHeight"},
   971  {"type":"Operator","value":":"},
   972  {"type":"Text","value":" "},
   973  {"type":"NameFunction","value":"calc"},
   974  {"type":"Punctuation","value":"("},
   975  {"type":"LiteralNumberInteger","value":"100"},
   976  {"type":"KeywordType","value":"vh"},
   977  {"type":"Text","value":" "},
   978  {"type":"Operator","value":"-"},
   979  {"type":"Text","value":" "},
   980  {"type":"LiteralNumberInteger","value":"1"},
   981  {"type":"KeywordType","value":"rem"},
   982  {"type":"Punctuation","value":");"},
   983  {"type":"Text","value":"\n"},
   984  {"type":"NameVariable","value":"$lightbox_small_maxWidth"},
   985  {"type":"Operator","value":":"},
   986  {"type":"Text","value":" "},
   987  {"type":"NameFunction","value":"calc"},
   988  {"type":"Punctuation","value":"("},
   989  {"type":"LiteralNumberInteger","value":"100"},
   990  {"type":"KeywordType","value":"vw"},
   991  {"type":"Text","value":" "},
   992  {"type":"Operator","value":"-"},
   993  {"type":"Text","value":" "},
   994  {"type":"LiteralNumberInteger","value":"1"},
   995  {"type":"KeywordType","value":"rem"},
   996  {"type":"Punctuation","value":");"},
   997  {"type":"Text","value":"\n\n"},
   998  {"type":"NameVariable","value":"$lightbox_medium_mediaMinWidth"},
   999  {"type":"Operator","value":":"},
  1000  {"type":"Text","value":" "},
  1001  {"type":"LiteralNumberInteger","value":"400"},
  1002  {"type":"KeywordType","value":"px"},
  1003  {"type":"Punctuation","value":";"},
  1004  {"type":"Text","value":"\n"},
  1005  {"type":"NameVariable","value":"$lightbox_medium_maxHeight"},
  1006  {"type":"Operator","value":":"},
  1007  {"type":"Text","value":" "},
  1008  {"type":"LiteralNumberInteger","value":"90"},
  1009  {"type":"KeywordType","value":"vh"},
  1010  {"type":"Punctuation","value":";"},
  1011  {"type":"Text","value":"\n"},
  1012  {"type":"NameVariable","value":"$lightbox_medium_maxWidth"},
  1013  {"type":"Operator","value":":"},
  1014  {"type":"Text","value":" "},
  1015  {"type":"LiteralNumberInteger","value":"90"},
  1016  {"type":"KeywordType","value":"vw"},
  1017  {"type":"Punctuation","value":";"},
  1018  {"type":"Text","value":"\n\n"},
  1019  {"type":"NameVariable","value":"$lightbox_large_mediaMinWidth"},
  1020  {"type":"Operator","value":":"},
  1021  {"type":"Text","value":" "},
  1022  {"type":"LiteralNumberInteger","value":"1200"},
  1023  {"type":"KeywordType","value":"px"},
  1024  {"type":"Punctuation","value":";"},
  1025  {"type":"Text","value":"\n"},
  1026  {"type":"NameVariable","value":"$lightbox_large_maxHeight"},
  1027  {"type":"Operator","value":":"},
  1028  {"type":"Text","value":" "},
  1029  {"type":"LiteralNumberInteger","value":"90"},
  1030  {"type":"KeywordType","value":"vh"},
  1031  {"type":"Punctuation","value":";"},
  1032  {"type":"Text","value":"\n"},
  1033  {"type":"NameVariable","value":"$lightbox_large_maxWidth"},
  1034  {"type":"Operator","value":":"},
  1035  {"type":"Text","value":" "},
  1036  {"type":"LiteralNumberInteger","value":"70"},
  1037  {"type":"KeywordType","value":"vw"},
  1038  {"type":"Punctuation","value":";"},
  1039  {"type":"Text","value":"\n\n"},
  1040  {"type":"NameVariable","value":"$lightbox_xxl_mediaMinWidth"},
  1041  {"type":"Operator","value":":"},
  1042  {"type":"Text","value":" "},
  1043  {"type":"LiteralNumberInteger","value":"1600"},
  1044  {"type":"KeywordType","value":"px"},
  1045  {"type":"Punctuation","value":";"},
  1046  {"type":"Text","value":"\n"},
  1047  {"type":"NameVariable","value":"$lightbox_xxl_maxHeight"},
  1048  {"type":"Operator","value":":"},
  1049  {"type":"Text","value":" "},
  1050  {"type":"LiteralNumberInteger","value":"90"},
  1051  {"type":"KeywordType","value":"vh"},
  1052  {"type":"Punctuation","value":";"},
  1053  {"type":"Text","value":"\n"},
  1054  {"type":"NameVariable","value":"$lightbox_xxl_maxWidth"},
  1055  {"type":"Operator","value":":"},
  1056  {"type":"Text","value":" "},
  1057  {"type":"LiteralNumberInteger","value":"1100"},
  1058  {"type":"KeywordType","value":"px"},
  1059  {"type":"Punctuation","value":";"},
  1060  {"type":"Text","value":"\n\n"},
  1061  {"type":"NameVariable","value":"$lightbox_padding"},
  1062  {"type":"Operator","value":":"},
  1063  {"type":"Text","value":" "},
  1064  {"type":"NameVariable","value":"$grid-gutter-width"},
  1065  {"type":"Text","value":" "},
  1066  {"type":"Operator","value":"/"},
  1067  {"type":"Text","value":" "},
  1068  {"type":"LiteralNumberInteger","value":"2"},
  1069  {"type":"Punctuation","value":";"},
  1070  {"type":"Text","value":"\n"},
  1071  {"type":"NameVariable","value":"$lightbox_header-height"},
  1072  {"type":"Operator","value":":"},
  1073  {"type":"Text","value":" "},
  1074  {"type":"LiteralNumberInteger","value":"1"},
  1075  {"type":"KeywordType","value":"rem"},
  1076  {"type":"Punctuation","value":";"},
  1077  {"type":"Text","value":"\n"},
  1078  {"type":"NameVariable","value":"$lightbox_border_radius"},
  1079  {"type":"Operator","value":":"},
  1080  {"type":"Text","value":" "},
  1081  {"type":"LiteralNumberInteger","value":"3"},
  1082  {"type":"KeywordType","value":"px"},
  1083  {"type":"Punctuation","value":";"},
  1084  {"type":"Text","value":"\n\n"},
  1085  {"type":"CommentSingle","value":"// lightbox colors\n"},
  1086  {"type":"NameVariable","value":"$eee"},
  1087  {"type":"Operator","value":":"},
  1088  {"type":"Text","value":" "},
  1089  {"type":"LiteralNumberHex","value":"#eee"},
  1090  {"type":"Punctuation","value":";"},
  1091  {"type":"Text","value":"\n"},
  1092  {"type":"NameVariable","value":"$lightbox_close-color"},
  1093  {"type":"Operator","value":":"},
  1094  {"type":"Text","value":" "},
  1095  {"type":"LiteralNumberHex","value":"#333"},
  1096  {"type":"Punctuation","value":";"},
  1097  {"type":"Text","value":"\n"},
  1098  {"type":"NameVariable","value":"$lightbox_background_content"},
  1099  {"type":"Operator","value":":"},
  1100  {"type":"Text","value":" "},
  1101  {"type":"NameEntity","value":"white"},
  1102  {"type":"Punctuation","value":";"},
  1103  {"type":"Text","value":"\n"},
  1104  {"type":"NameVariable","value":"$lightbox_background_header"},
  1105  {"type":"Operator","value":":"},
  1106  {"type":"Text","value":" "},
  1107  {"type":"LiteralNumberHex","value":"#f5f5f5"},
  1108  {"type":"Punctuation","value":";"},
  1109  {"type":"Text","value":"\n"},
  1110  {"type":"NameVariable","value":"$lightbox_border"},
  1111  {"type":"Operator","value":":"},
  1112  {"type":"Text","value":" "},
  1113  {"type":"LiteralNumberInteger","value":"1"},
  1114  {"type":"KeywordType","value":"px"},
  1115  {"type":"Text","value":" "},
  1116  {"type":"NameEntity","value":"solid"},
  1117  {"type":"Text","value":" "},
  1118  {"type":"NameVariable","value":"$eee"},
  1119  {"type":"Punctuation","value":";"},
  1120  {"type":"Text","value":"\n"},
  1121  {"type":"NameVariable","value":"$lightbox_overlay_color"},
  1122  {"type":"Operator","value":":"},
  1123  {"type":"Text","value":" "},
  1124  {"type":"NameFunction","value":"transparentize"},
  1125  {"type":"Punctuation","value":"("},
  1126  {"type":"NameConstant","value":"black"},
  1127  {"type":"Operator","value":","},
  1128  {"type":"Text","value":" "},
  1129  {"type":"LiteralNumberFloat","value":".4"},
  1130  {"type":"Punctuation","value":");"},
  1131  {"type":"Text","value":"\n"},
  1132  {"type":"NameVariable","value":"$lightbox_shadow"},
  1133  {"type":"Operator","value":":"},
  1134  {"type":"Text","value":" "},
  1135  {"type":"LiteralNumberInteger","value":"0"},
  1136  {"type":"Text","value":" "},
  1137  {"type":"LiteralNumberInteger","value":"2"},
  1138  {"type":"KeywordType","value":"px"},
  1139  {"type":"Text","value":" "},
  1140  {"type":"LiteralNumberInteger","value":"5"},
  1141  {"type":"KeywordType","value":"px"},
  1142  {"type":"Text","value":" "},
  1143  {"type":"NameFunction","value":"rgba"},
  1144  {"type":"Punctuation","value":"("},
  1145  {"type":"LiteralNumberInteger","value":"0"},
  1146  {"type":"Operator","value":","},
  1147  {"type":"Text","value":" "},
  1148  {"type":"LiteralNumberInteger","value":"0"},
  1149  {"type":"Operator","value":","},
  1150  {"type":"Text","value":" "},
  1151  {"type":"LiteralNumberInteger","value":"0"},
  1152  {"type":"Operator","value":","},
  1153  {"type":"Text","value":" "},
  1154  {"type":"LiteralNumberFloat","value":".2"},
  1155  {"type":"Punctuation","value":");"},
  1156  {"type":"Text","value":"\n\n"},
  1157  {"type":"NameClass","value":".hffLightbox"},
  1158  {"type":"Text","value":" "},
  1159  {"type":"Punctuation","value":"{"},
  1160  {"type":"Text","value":"\n    "},
  1161  {"type":"Keyword","value":"@mixin"},
  1162  {"type":"NameFunction","value":" lb_styles_background"},
  1163  {"type":"Text","value":" "},
  1164  {"type":"Punctuation","value":"{"},
  1165  {"type":"Text","value":"\n        "},
  1166  {"type":"NameAttribute","value":"background"},
  1167  {"type":"Operator","value":":"},
  1168  {"type":"Text","value":" "},
  1169  {"type":"NameVariable","value":"$lightbox_overlay_color"},
  1170  {"type":"Punctuation","value":";"},
  1171  {"type":"Text","value":"\n    "},
  1172  {"type":"Punctuation","value":"}"},
  1173  {"type":"Text","value":"\n    "},
  1174  {"type":"Keyword","value":"@mixin"},
  1175  {"type":"NameFunction","value":" lb_styles"},
  1176  {"type":"Text","value":" "},
  1177  {"type":"Punctuation","value":"{"},
  1178  {"type":"Text","value":"\n        "},
  1179  {"type":"NameAttribute","value":"border-radius"},
  1180  {"type":"Operator","value":":"},
  1181  {"type":"Text","value":" "},
  1182  {"type":"NameVariable","value":"$lightbox_border_radius"},
  1183  {"type":"Punctuation","value":";"},
  1184  {"type":"Text","value":"\n        "},
  1185  {"type":"NameAttribute","value":"border"},
  1186  {"type":"Operator","value":":"},
  1187  {"type":"Text","value":" "},
  1188  {"type":"NameVariable","value":"$lightbox_border"},
  1189  {"type":"Punctuation","value":";"},
  1190  {"type":"Text","value":"\n        "},
  1191  {"type":"NameAttribute","value":"background"},
  1192  {"type":"Operator","value":":"},
  1193  {"type":"Text","value":" "},
  1194  {"type":"NameVariable","value":"$lightbox_background_content"},
  1195  {"type":"Punctuation","value":";"},
  1196  {"type":"Text","value":"\n        "},
  1197  {"type":"NameAttribute","value":"box-shadow"},
  1198  {"type":"Operator","value":":"},
  1199  {"type":"Text","value":" "},
  1200  {"type":"LiteralNumberInteger","value":"0"},
  1201  {"type":"Text","value":" "},
  1202  {"type":"LiteralNumberInteger","value":"2"},
  1203  {"type":"KeywordType","value":"px"},
  1204  {"type":"Text","value":" "},
  1205  {"type":"LiteralNumberInteger","value":"5"},
  1206  {"type":"KeywordType","value":"px"},
  1207  {"type":"Text","value":" "},
  1208  {"type":"NameVariable","value":"$lightbox_shadow"},
  1209  {"type":"Punctuation","value":";"},
  1210  {"type":"Text","value":"\n    "},
  1211  {"type":"Punctuation","value":"}"},
  1212  {"type":"Text","value":"\n    "},
  1213  {"type":"Keyword","value":"@mixin"},
  1214  {"type":"NameFunction","value":" lb_styles-header"},
  1215  {"type":"Text","value":" "},
  1216  {"type":"Punctuation","value":"{"},
  1217  {"type":"Text","value":"\n        "},
  1218  {"type":"NameAttribute","value":"background"},
  1219  {"type":"Operator","value":":"},
  1220  {"type":"Text","value":" "},
  1221  {"type":"NameVariable","value":"$lightbox_background_header"},
  1222  {"type":"Punctuation","value":";"},
  1223  {"type":"Text","value":"\n        "},
  1224  {"type":"NameAttribute","value":"border-bottom"},
  1225  {"type":"Operator","value":":"},
  1226  {"type":"Text","value":" "},
  1227  {"type":"NameVariable","value":"$lightbox_border"},
  1228  {"type":"Punctuation","value":";"},
  1229  {"type":"Text","value":"\n    "},
  1230  {"type":"Punctuation","value":"}"},
  1231  {"type":"Text","value":"\n    "},
  1232  {"type":"Keyword","value":"@mixin"},
  1233  {"type":"NameFunction","value":" lb_styles-headline"},
  1234  {"type":"Text","value":" "},
  1235  {"type":"Punctuation","value":"{"},
  1236  {"type":"Text","value":"\n        "},
  1237  {"type":"NameAttribute","value":"font-weight"},
  1238  {"type":"Operator","value":":"},
  1239  {"type":"Text","value":" "},
  1240  {"type":"NameEntity","value":"bold"},
  1241  {"type":"Punctuation","value":";"},
  1242  {"type":"Text","value":"\n    "},
  1243  {"type":"Punctuation","value":"}"},
  1244  {"type":"Text","value":"\n    "},
  1245  {"type":"Keyword","value":"@mixin"},
  1246  {"type":"NameFunction","value":" lb_styles-content"},
  1247  {"type":"Text","value":" "},
  1248  {"type":"Punctuation","value":"{"},
  1249  {"type":"Text","value":"\n    "},
  1250  {"type":"Punctuation","value":"}"},
  1251  {"type":"Text","value":"\n\n    "},
  1252  {"type":"Keyword","value":"\u0026"},
  1253  {"type":"Operator","value":","},
  1254  {"type":"Text","value":" "},
  1255  {"type":"Keyword","value":"\u0026"},
  1256  {"type":"Text","value":" "},
  1257  {"type":"Operator","value":"*"},
  1258  {"type":"Text","value":" "},
  1259  {"type":"Punctuation","value":"{"},
  1260  {"type":"Text","value":"\n        "},
  1261  {"type":"NameAttribute","value":"box-sizing"},
  1262  {"type":"Operator","value":":"},
  1263  {"type":"Text","value":" "},
  1264  {"type":"NameEntity","value":"border-box"},
  1265  {"type":"Punctuation","value":";"},
  1266  {"type":"Text","value":"\n    "},
  1267  {"type":"Punctuation","value":"}"},
  1268  {"type":"Text","value":"\n    "},
  1269  {"type":"NameAttribute","value":"position"},
  1270  {"type":"Operator","value":":"},
  1271  {"type":"Text","value":" "},
  1272  {"type":"NameEntity","value":"fixed"},
  1273  {"type":"Punctuation","value":";"},
  1274  {"type":"Text","value":"\n    "},
  1275  {"type":"NameAttribute","value":"height"},
  1276  {"type":"Operator","value":":"},
  1277  {"type":"Text","value":" "},
  1278  {"type":"LiteralNumberInteger","value":"200"},
  1279  {"type":"KeywordType","value":"vh"},
  1280  {"type":"Punctuation","value":";"},
  1281  {"type":"Text","value":"\n    "},
  1282  {"type":"NameAttribute","value":"width"},
  1283  {"type":"Operator","value":":"},
  1284  {"type":"Text","value":" "},
  1285  {"type":"LiteralNumberInteger","value":"200"},
  1286  {"type":"KeywordType","value":"vw"},
  1287  {"type":"Punctuation","value":";"},
  1288  {"type":"Text","value":"\n    "},
  1289  {"type":"NameAttribute","value":"left"},
  1290  {"type":"Operator","value":":"},
  1291  {"type":"Text","value":" "},
  1292  {"type":"Operator","value":"-"},
  1293  {"type":"LiteralNumberInteger","value":"50"},
  1294  {"type":"KeywordType","value":"vw"},
  1295  {"type":"Punctuation","value":";"},
  1296  {"type":"Text","value":"\n    "},
  1297  {"type":"NameAttribute","value":"top"},
  1298  {"type":"Operator","value":":"},
  1299  {"type":"Text","value":" "},
  1300  {"type":"Operator","value":"-"},
  1301  {"type":"LiteralNumberInteger","value":"50"},
  1302  {"type":"KeywordType","value":"vh"},
  1303  {"type":"Punctuation","value":";"},
  1304  {"type":"Text","value":"\n    "},
  1305  {"type":"Keyword","value":"@include"},
  1306  {"type":"NameDecorator","value":" lb_styles_background"},
  1307  {"type":"Punctuation","value":"();"},
  1308  {"type":"Text","value":"\n    "},
  1309  {"type":"NameAttribute","value":"z-index"},
  1310  {"type":"Operator","value":":"},
  1311  {"type":"Text","value":" "},
  1312  {"type":"LiteralNumberInteger","value":"1000"},
  1313  {"type":"Punctuation","value":";"},
  1314  {"type":"Text","value":"\n\n    "},
  1315  {"type":"Keyword","value":"\u0026"},
  1316  {"type":"Operator","value":"-"},
  1317  {"type":"NameTag","value":"wrapper"},
  1318  {"type":"Text","value":" "},
  1319  {"type":"Punctuation","value":"{"},
  1320  {"type":"Text","value":"\n        "},
  1321  {"type":"NameAttribute","value":"transition"},
  1322  {"type":"Operator","value":":"},
  1323  {"type":"Text","value":" "},
  1324  {"type":"NameEntity","value":"all"},
  1325  {"type":"Text","value":" "},
  1326  {"type":"NameEntity","value":"ease-in-out"},
  1327  {"type":"Text","value":" "},
  1328  {"type":"LiteralNumberFloat","value":".5"},
  1329  {"type":"KeywordType","value":"s"},
  1330  {"type":"Punctuation","value":";"},
  1331  {"type":"Text","value":"\n        "},
  1332  {"type":"NameAttribute","value":"animation-name"},
  1333  {"type":"Operator","value":":"},
  1334  {"type":"Text","value":" "},
  1335  {"type":"Name","value":"fadeInLightbox"},
  1336  {"type":"Punctuation","value":";"},
  1337  {"type":"Text","value":"\n        "},
  1338  {"type":"NameAttribute","value":"animation-duration"},
  1339  {"type":"Operator","value":":"},
  1340  {"type":"Text","value":" "},
  1341  {"type":"LiteralNumberFloat","value":".5"},
  1342  {"type":"KeywordType","value":"s"},
  1343  {"type":"Punctuation","value":";"},
  1344  {"type":"Text","value":"\n        "},
  1345  {"type":"NameAttribute","value":"overflow"},
  1346  {"type":"Operator","value":":"},
  1347  {"type":"Text","value":" "},
  1348  {"type":"NameEntity","value":"hidden"},
  1349  {"type":"Punctuation","value":";"},
  1350  {"type":"Text","value":"\n        "},
  1351  {"type":"NameAttribute","value":"left"},
  1352  {"type":"Operator","value":":"},
  1353  {"type":"Text","value":" "},
  1354  {"type":"LiteralNumberInteger","value":"50"},
  1355  {"type":"KeywordType","value":"%"},
  1356  {"type":"Punctuation","value":";"},
  1357  {"type":"Text","value":"\n        "},
  1358  {"type":"NameAttribute","value":"top"},
  1359  {"type":"Operator","value":":"},
  1360  {"type":"Text","value":" "},
  1361  {"type":"LiteralNumberInteger","value":"50"},
  1362  {"type":"KeywordType","value":"%"},
  1363  {"type":"Punctuation","value":";"},
  1364  {"type":"Text","value":"\n        "},
  1365  {"type":"NameAttribute","value":"max-width"},
  1366  {"type":"Operator","value":":"},
  1367  {"type":"Text","value":" "},
  1368  {"type":"LiteralNumberInteger","value":"2000"},
  1369  {"type":"KeywordType","value":"px"},
  1370  {"type":"Punctuation","value":";"},
  1371  {"type":"Text","value":"\n        "},
  1372  {"type":"NameAttribute","value":"max-height"},
  1373  {"type":"Operator","value":":"},
  1374  {"type":"Text","value":" "},
  1375  {"type":"NameVariable","value":"$lightbox_small_maxHeight"},
  1376  {"type":"Punctuation","value":";"},
  1377  {"type":"Text","value":"\n        "},
  1378  {"type":"NameAttribute","value":"width"},
  1379  {"type":"Operator","value":":"},
  1380  {"type":"Text","value":" "},
  1381  {"type":"NameVariable","value":"$lightbox_small_maxWidth"},
  1382  {"type":"Punctuation","value":";"},
  1383  {"type":"Text","value":"\n        "},
  1384  {"type":"NameAttribute","value":"position"},
  1385  {"type":"Operator","value":":"},
  1386  {"type":"Text","value":" "},
  1387  {"type":"NameEntity","value":"absolute"},
  1388  {"type":"Punctuation","value":";"},
  1389  {"type":"Text","value":"\n        "},
  1390  {"type":"NameAttribute","value":"transform"},
  1391  {"type":"Operator","value":":"},
  1392  {"type":"Text","value":" "},
  1393  {"type":"NameFunction","value":"translate"},
  1394  {"type":"Punctuation","value":"("},
  1395  {"type":"Operator","value":"-"},
  1396  {"type":"LiteralNumberInteger","value":"50"},
  1397  {"type":"KeywordType","value":"%"},
  1398  {"type":"Operator","value":","},
  1399  {"type":"Text","value":" "},
  1400  {"type":"Operator","value":"-"},
  1401  {"type":"LiteralNumberInteger","value":"50"},
  1402  {"type":"KeywordType","value":"%"},
  1403  {"type":"Punctuation","value":");"},
  1404  {"type":"Text","value":"\n        "},
  1405  {"type":"Keyword","value":"@include"},
  1406  {"type":"NameDecorator","value":" lb_styles"},
  1407  {"type":"Punctuation","value":"();"},
  1408  {"type":"Text","value":"\n    "},
  1409  {"type":"Punctuation","value":"}"},
  1410  {"type":"Text","value":"\n    "},
  1411  {"type":"Keyword","value":"\u0026"},
  1412  {"type":"Operator","value":"-"},
  1413  {"type":"NameTag","value":"content"},
  1414  {"type":"Text","value":" "},
  1415  {"type":"Punctuation","value":"{"},
  1416  {"type":"Text","value":"\n        "},
  1417  {"type":"NameAttribute","value":"overflow"},
  1418  {"type":"Operator","value":":"},
  1419  {"type":"Text","value":" "},
  1420  {"type":"NameEntity","value":"auto"},
  1421  {"type":"Punctuation","value":";"},
  1422  {"type":"Text","value":"\n        "},
  1423  {"type":"Keyword","value":"@include"},
  1424  {"type":"NameDecorator","value":" lb_styles-content"},
  1425  {"type":"Punctuation","value":"();"},
  1426  {"type":"Text","value":"\n        "},
  1427  {"type":"NameAttribute","value":"max-height"},
  1428  {"type":"Operator","value":":"},
  1429  {"type":"Text","value":" "},
  1430  {"type":"NameFunction","value":"calc"},
  1431  {"type":"Punctuation","value":"("},
  1432  {"type":"LiteralStringInterpol","value":"#{"},
  1433  {"type":"NameVariable","value":"$lightbox_small_maxHeight"},
  1434  {"type":"LiteralStringInterpol","value":"}"},
  1435  {"type":"Text","value":" "},
  1436  {"type":"Operator","value":"-"},
  1437  {"type":"Text","value":" "},
  1438  {"type":"LiteralNumberInteger","value":"4"},
  1439  {"type":"KeywordType","value":"rem"},
  1440  {"type":"Punctuation","value":");"},
  1441  {"type":"Text","value":"\n    "},
  1442  {"type":"Punctuation","value":"}"},
  1443  {"type":"Text","value":"\n    "},
  1444  {"type":"Keyword","value":"\u0026"},
  1445  {"type":"Operator","value":"-"},
  1446  {"type":"NameTag","value":"header"},
  1447  {"type":"Text","value":" "},
  1448  {"type":"Punctuation","value":"{"},
  1449  {"type":"Text","value":"\n        "},
  1450  {"type":"NameAttribute","value":"overflow"},
  1451  {"type":"Operator","value":":"},
  1452  {"type":"Text","value":" "},
  1453  {"type":"NameEntity","value":"hidden"},
  1454  {"type":"Punctuation","value":";"},
  1455  {"type":"Text","value":"\n        "},
  1456  {"type":"Keyword","value":"@include"},
  1457  {"type":"NameDecorator","value":" lb_styles-header"},
  1458  {"type":"Punctuation","value":"();"},
  1459  {"type":"Text","value":"\n        "},
  1460  {"type":"Keyword","value":"\u0026"},
  1461  {"type":"Operator","value":"-"},
  1462  {"type":"NameTag","value":"headline"},
  1463  {"type":"Text","value":" "},
  1464  {"type":"Punctuation","value":"{"},
  1465  {"type":"Text","value":"\n            "},
  1466  {"type":"NameAttribute","value":"line-height"},
  1467  {"type":"Operator","value":":"},
  1468  {"type":"Text","value":" "},
  1469  {"type":"LiteralNumberInteger","value":"1"},
  1470  {"type":"KeywordType","value":"rem"},
  1471  {"type":"Punctuation","value":";"},
  1472  {"type":"Text","value":"\n            "},
  1473  {"type":"NameAttribute","value":"padding-right"},
  1474  {"type":"Operator","value":":"},
  1475  {"type":"Text","value":" "},
  1476  {"type":"NameFunction","value":"calc"},
  1477  {"type":"Punctuation","value":"("},
  1478  {"type":"LiteralStringInterpol","value":"#{"},
  1479  {"type":"NameVariable","value":"$lightbox_header-height"},
  1480  {"type":"LiteralStringInterpol","value":"}"},
  1481  {"type":"Text","value":" "},
  1482  {"type":"Operator","value":"*"},
  1483  {"type":"Text","value":" "},
  1484  {"type":"LiteralNumberInteger","value":"2"},
  1485  {"type":"Punctuation","value":");"},
  1486  {"type":"Text","value":"\n            "},
  1487  {"type":"NameAttribute","value":"overflow"},
  1488  {"type":"Operator","value":":"},
  1489  {"type":"Text","value":" "},
  1490  {"type":"NameEntity","value":"hidden"},
  1491  {"type":"Punctuation","value":";"},
  1492  {"type":"Text","value":"\n            "},
  1493  {"type":"NameAttribute","value":"text-overflow"},
  1494  {"type":"Operator","value":":"},
  1495  {"type":"Text","value":" "},
  1496  {"type":"NameEntity","value":"ellipsis"},
  1497  {"type":"Punctuation","value":";"},
  1498  {"type":"Text","value":"\n            "},
  1499  {"type":"NameAttribute","value":"max-height"},
  1500  {"type":"Operator","value":":"},
  1501  {"type":"Text","value":" "},
  1502  {"type":"NameVariable","value":"$lightbox_header-height"},
  1503  {"type":"Punctuation","value":";"},
  1504  {"type":"Text","value":"\n            "},
  1505  {"type":"NameAttribute","value":"text-transform"},
  1506  {"type":"Operator","value":":"},
  1507  {"type":"Text","value":" "},
  1508  {"type":"NameEntity","value":"uppercase"},
  1509  {"type":"Punctuation","value":";"},
  1510  {"type":"Text","value":"\n            "},
  1511  {"type":"Keyword","value":"@include"},
  1512  {"type":"NameDecorator","value":" lb_styles-headline"},
  1513  {"type":"Punctuation","value":"();"},
  1514  {"type":"Text","value":"\n        "},
  1515  {"type":"Punctuation","value":"}"},
  1516  {"type":"Text","value":"\n    "},
  1517  {"type":"Punctuation","value":"}"},
  1518  {"type":"Text","value":"\n    "},
  1519  {"type":"Keyword","value":"\u0026"},
  1520  {"type":"Operator","value":"-"},
  1521  {"type":"NameTag","value":"footer"},
  1522  {"type":"Text","value":" "},
  1523  {"type":"Operator","value":"\u003e"},
  1524  {"type":"Text","value":" "},
  1525  {"type":"NameClass","value":".class"},
  1526  {"type":"Text","value":" "},
  1527  {"type":"Punctuation","value":"{"},
  1528  {"type":"Text","value":"\n\n    "},
  1529  {"type":"Punctuation","value":"}"},
  1530  {"type":"Text","value":"\n    "},
  1531  {"type":"Keyword","value":"\u0026"},
  1532  {"type":"Operator","value":"-"},
  1533  {"type":"NameTag","value":"footer"},
  1534  {"type":"Text","value":" "},
  1535  {"type":"NameClass","value":".class"},
  1536  {"type":"Text","value":" "},
  1537  {"type":"Punctuation","value":"{"},
  1538  {"type":"Text","value":"\n\n    "},
  1539  {"type":"Punctuation","value":"}"},
  1540  {"type":"Text","value":"\n    "},
  1541  {"type":"Keyword","value":"\u0026"},
  1542  {"type":"Operator","value":"-"},
  1543  {"type":"NameTag","value":"footer"},
  1544  {"type":"Operator","value":","},
  1545  {"type":"Text","value":" "},
  1546  {"type":"NameClass","value":".class"},
  1547  {"type":"Text","value":" "},
  1548  {"type":"Operator","value":"\u003e"},
  1549  {"type":"Text","value":" "},
  1550  {"type":"NameNamespace","value":"#id"},
  1551  {"type":"Text","value":" "},
  1552  {"type":"Punctuation","value":"{"},
  1553  {"type":"Text","value":"\n\n    "},
  1554  {"type":"Punctuation","value":"}"},
  1555  {"type":"Text","value":"\n    "},
  1556  {"type":"Keyword","value":"\u0026"},
  1557  {"type":"Operator","value":"-"},
  1558  {"type":"NameTag","value":"content"},
  1559  {"type":"Operator","value":","},
  1560  {"type":"Text","value":" "},
  1561  {"type":"Keyword","value":"\u0026"},
  1562  {"type":"Operator","value":"-"},
  1563  {"type":"NameTag","value":"header"},
  1564  {"type":"Operator","value":","},
  1565  {"type":"Text","value":" "},
  1566  {"type":"Keyword","value":"\u0026"},
  1567  {"type":"Operator","value":"-"},
  1568  {"type":"NameTag","value":"footer"},
  1569  {"type":"Text","value":" "},
  1570  {"type":"Punctuation","value":"{"},
  1571  {"type":"Text","value":"\n        "},
  1572  {"type":"NameAttribute","value":"padding"},
  1573  {"type":"Operator","value":":"},
  1574  {"type":"Text","value":" "},
  1575  {"type":"NameVariable","value":"$lightbox_padding"},
  1576  {"type":"Punctuation","value":";"},
  1577  {"type":"Text","value":"\n    "},
  1578  {"type":"Punctuation","value":"}"},
  1579  {"type":"Text","value":"\n    "},
  1580  {"type":"Keyword","value":"\u0026"},
  1581  {"type":"Operator","value":"-"},
  1582  {"type":"NameTag","value":"close"},
  1583  {"type":"Text","value":" "},
  1584  {"type":"Punctuation","value":"{"},
  1585  {"type":"Text","value":"\n        "},
  1586  {"type":"NameAttribute","value":"cursor"},
  1587  {"type":"Operator","value":":"},
  1588  {"type":"Text","value":" "},
  1589  {"type":"NameEntity","value":"pointer"},
  1590  {"type":"Punctuation","value":";"},
  1591  {"type":"Text","value":"\n        "},
  1592  {"type":"NameAttribute","value":"position"},
  1593  {"type":"Operator","value":":"},
  1594  {"type":"Text","value":" "},
  1595  {"type":"NameEntity","value":"absolute"},
  1596  {"type":"Punctuation","value":";"},
  1597  {"type":"Text","value":"\n        "},
  1598  {"type":"NameAttribute","value":"right"},
  1599  {"type":"Operator","value":":"},
  1600  {"type":"Text","value":" "},
  1601  {"type":"NameVariable","value":"$lightbox_padding"},
  1602  {"type":"Punctuation","value":";"},
  1603  {"type":"Text","value":"\n        "},
  1604  {"type":"NameAttribute","value":"top"},
  1605  {"type":"Operator","value":":"},
  1606  {"type":"Text","value":" "},
  1607  {"type":"NameVariable","value":"$lightbox_padding"},
  1608  {"type":"Punctuation","value":";"},
  1609  {"type":"Text","value":"\n        "},
  1610  {"type":"NameAttribute","value":"width"},
  1611  {"type":"Operator","value":":"},
  1612  {"type":"Text","value":" "},
  1613  {"type":"NameVariable","value":"$lightbox_header-height"},
  1614  {"type":"Punctuation","value":";"},
  1615  {"type":"Text","value":"\n        "},
  1616  {"type":"NameAttribute","value":"height"},
  1617  {"type":"Operator","value":":"},
  1618  {"type":"Text","value":" "},
  1619  {"type":"NameVariable","value":"$lightbox_header-height"},
  1620  {"type":"Punctuation","value":";"},
  1621  {"type":"Text","value":"\n        "},
  1622  {"type":"NameAttribute","value":"opacity"},
  1623  {"type":"Operator","value":":"},
  1624  {"type":"Text","value":" "},
  1625  {"type":"LiteralNumberInteger","value":"0"},
  1626  {"type":"LiteralNumberFloat","value":".7"},
  1627  {"type":"Punctuation","value":";"},
  1628  {"type":"Text","value":"\n        "},
  1629  {"type":"NameAttribute","value":"text-indent"},
  1630  {"type":"Operator","value":":"},
  1631  {"type":"Text","value":" "},
  1632  {"type":"Operator","value":"-"},
  1633  {"type":"LiteralNumberInteger","value":"1000"},
  1634  {"type":"Punctuation","value":";"},
  1635  {"type":"Text","value":"\n        "},
  1636  {"type":"NameAttribute","value":"font-size"},
  1637  {"type":"Operator","value":":"},
  1638  {"type":"Text","value":" "},
  1639  {"type":"LiteralNumberInteger","value":"0"},
  1640  {"type":"Punctuation","value":";"},
  1641  {"type":"Text","value":"\n        "},
  1642  {"type":"Keyword","value":"\u0026"},
  1643  {"type":"NameDecorator","value":":hover"},
  1644  {"type":"Text","value":" "},
  1645  {"type":"Punctuation","value":"{"},
  1646  {"type":"Text","value":"\n            "},
  1647  {"type":"NameAttribute","value":"opacity"},
  1648  {"type":"Operator","value":":"},
  1649  {"type":"Text","value":" "},
  1650  {"type":"LiteralNumberInteger","value":"1"},
  1651  {"type":"Punctuation","value":";"},
  1652  {"type":"Text","value":"\n        "},
  1653  {"type":"Punctuation","value":"}"},
  1654  {"type":"Text","value":"\n        "},
  1655  {"type":"NameAttribute","value":"\u0026"},
  1656  {"type":"Operator","value":":"},
  1657  {"type":"Name","value":"before"},
  1658  {"type":"Operator","value":","},
  1659  {"type":"Text","value":" "},
  1660  {"type":"Operator","value":"\u0026:"},
  1661  {"type":"Name","value":"after"},
  1662  {"type":"Text","value":" "},
  1663  {"type":"Punctuation","value":"{"},
  1664  {"type":"Text","value":"\n            "},
  1665  {"type":"NameAttribute","value":"position"},
  1666  {"type":"Operator","value":":"},
  1667  {"type":"Text","value":" "},
  1668  {"type":"NameEntity","value":"absolute"},
  1669  {"type":"Punctuation","value":";"},
  1670  {"type":"Text","value":"\n            "},
  1671  {"type":"NameAttribute","value":"left"},
  1672  {"type":"Operator","value":":"},
  1673  {"type":"Text","value":" "},
  1674  {"type":"LiteralNumberInteger","value":"50"},
  1675  {"type":"KeywordType","value":"%"},
  1676  {"type":"Punctuation","value":";"},
  1677  {"type":"Text","value":"\n            "},
  1678  {"type":"NameAttribute","value":"top"},
  1679  {"type":"Operator","value":":"},
  1680  {"type":"Text","value":" "},
  1681  {"type":"LiteralNumberInteger","value":"0"},
  1682  {"type":"Punctuation","value":";"},
  1683  {"type":"Text","value":"\n            "},
  1684  {"type":"NameAttribute","value":"transform"},
  1685  {"type":"Operator","value":":"},
  1686  {"type":"Text","value":" "},
  1687  {"type":"NameFunction","value":"translate"},
  1688  {"type":"Punctuation","value":"("},
  1689  {"type":"Operator","value":"-"},
  1690  {"type":"LiteralNumberInteger","value":"50"},
  1691  {"type":"KeywordType","value":"%"},
  1692  {"type":"Operator","value":","},
  1693  {"type":"Text","value":" "},
  1694  {"type":"Operator","value":"-"},
  1695  {"type":"LiteralNumberInteger","value":"50"},
  1696  {"type":"KeywordType","value":"%"},
  1697  {"type":"Punctuation","value":");"},
  1698  {"type":"Text","value":"\n            "},
  1699  {"type":"NameAttribute","value":"content"},
  1700  {"type":"Operator","value":":"},
  1701  {"type":"Text","value":" "},
  1702  {"type":"LiteralStringSingle","value":"' '"},
  1703  {"type":"Punctuation","value":";"},
  1704  {"type":"Text","value":"\n            "},
  1705  {"type":"NameAttribute","value":"height"},
  1706  {"type":"Operator","value":":"},
  1707  {"type":"Text","value":" "},
  1708  {"type":"NameVariable","value":"$lightbox_header-height"},
  1709  {"type":"Punctuation","value":";"},
  1710  {"type":"Text","value":"\n            "},
  1711  {"type":"NameAttribute","value":"width"},
  1712  {"type":"Operator","value":":"},
  1713  {"type":"Text","value":" "},
  1714  {"type":"LiteralNumberInteger","value":"2"},
  1715  {"type":"KeywordType","value":"px"},
  1716  {"type":"Punctuation","value":";"},
  1717  {"type":"Text","value":"\n            "},
  1718  {"type":"NameAttribute","value":"background-color"},
  1719  {"type":"Operator","value":":"},
  1720  {"type":"Text","value":" "},
  1721  {"type":"NameVariable","value":"$lightbox_close-color"},
  1722  {"type":"Punctuation","value":";"},
  1723  {"type":"Text","value":"\n        "},
  1724  {"type":"Punctuation","value":"}"},
  1725  {"type":"Text","value":"\n        "},
  1726  {"type":"Keyword","value":"\u0026"},
  1727  {"type":"NameDecorator","value":":before"},
  1728  {"type":"Text","value":" "},
  1729  {"type":"Punctuation","value":"{"},
  1730  {"type":"Text","value":"\n            "},
  1731  {"type":"NameAttribute","value":"transform"},
  1732  {"type":"Operator","value":":"},
  1733  {"type":"Text","value":" "},
  1734  {"type":"NameFunction","value":"rotate"},
  1735  {"type":"Punctuation","value":"("},
  1736  {"type":"LiteralNumberInteger","value":"45"},
  1737  {"type":"KeywordType","value":"deg"},
  1738  {"type":"Punctuation","value":");"},
  1739  {"type":"Text","value":"\n        "},
  1740  {"type":"Punctuation","value":"}"},
  1741  {"type":"Text","value":"\n        "},
  1742  {"type":"Keyword","value":"\u0026"},
  1743  {"type":"NameDecorator","value":":after"},
  1744  {"type":"Text","value":" "},
  1745  {"type":"Punctuation","value":"{"},
  1746  {"type":"Text","value":"\n            "},
  1747  {"type":"NameAttribute","value":"transform"},
  1748  {"type":"Operator","value":":"},
  1749  {"type":"Text","value":" "},
  1750  {"type":"NameFunction","value":"rotate"},
  1751  {"type":"Punctuation","value":"("},
  1752  {"type":"Operator","value":"-"},
  1753  {"type":"LiteralNumberInteger","value":"45"},
  1754  {"type":"KeywordType","value":"deg"},
  1755  {"type":"Punctuation","value":");"},
  1756  {"type":"Text","value":"\n        "},
  1757  {"type":"Punctuation","value":"}"},
  1758  {"type":"Text","value":"\n    "},
  1759  {"type":"Punctuation","value":"}"},
  1760  {"type":"Text","value":"\n"},
  1761  {"type":"Punctuation","value":"}"},
  1762  {"type":"Text","value":"\n\n"},
  1763  {"type":"Keyword","value":"@media"},
  1764  {"type":"Text","value":" "},
  1765  {"type":"Punctuation","value":"("},
  1766  {"type":"NameAttribute","value":"min-width"},
  1767  {"type":"Operator","value":":"},
  1768  {"type":"Text","value":" "},
  1769  {"type":"LiteralStringInterpol","value":"#{"},
  1770  {"type":"NameVariable","value":"$lightbox_medium_mediaMinWidth"},
  1771  {"type":"LiteralStringInterpol","value":"}"},
  1772  {"type":"Punctuation","value":")"},
  1773  {"type":"Text","value":" "},
  1774  {"type":"Punctuation","value":"{"},
  1775  {"type":"Text","value":"\n    "},
  1776  {"type":"NameClass","value":".hffLightbox-wrapper"},
  1777  {"type":"Text","value":" "},
  1778  {"type":"Punctuation","value":"{"},
  1779  {"type":"Text","value":"\n        "},
  1780  {"type":"NameAttribute","value":"max-height"},
  1781  {"type":"Operator","value":":"},
  1782  {"type":"Text","value":" "},
  1783  {"type":"NameVariable","value":"$lightbox_medium_maxHeight"},
  1784  {"type":"Punctuation","value":";"},
  1785  {"type":"Text","value":"\n        "},
  1786  {"type":"NameAttribute","value":"width"},
  1787  {"type":"Operator","value":":"},
  1788  {"type":"Text","value":" "},
  1789  {"type":"NameVariable","value":"$lightbox_medium_maxWidth"},
  1790  {"type":"Punctuation","value":";"},
  1791  {"type":"Text","value":"\n    "},
  1792  {"type":"Punctuation","value":"}"},
  1793  {"type":"Text","value":"\n    "},
  1794  {"type":"NameClass","value":".hffLightbox-content"},
  1795  {"type":"Text","value":" "},
  1796  {"type":"Punctuation","value":"{"},
  1797  {"type":"Text","value":"\n        "},
  1798  {"type":"NameAttribute","value":"max-height"},
  1799  {"type":"Operator","value":":"},
  1800  {"type":"Text","value":" "},
  1801  {"type":"NameFunction","value":"calc"},
  1802  {"type":"Punctuation","value":"("},
  1803  {"type":"LiteralStringInterpol","value":"#{"},
  1804  {"type":"NameVariable","value":"$lightbox_medium_maxHeight"},
  1805  {"type":"LiteralStringInterpol","value":"}"},
  1806  {"type":"Text","value":" "},
  1807  {"type":"Operator","value":"-"},
  1808  {"type":"Text","value":" "},
  1809  {"type":"LiteralNumberInteger","value":"4"},
  1810  {"type":"KeywordType","value":"rem"},
  1811  {"type":"Punctuation","value":");"},
  1812  {"type":"Text","value":"\n    "},
  1813  {"type":"Punctuation","value":"}"},
  1814  {"type":"Text","value":"\n"},
  1815  {"type":"Punctuation","value":"}"},
  1816  {"type":"Text","value":"\n\n"},
  1817  {"type":"Keyword","value":"@media"},
  1818  {"type":"Text","value":" "},
  1819  {"type":"Punctuation","value":"("},
  1820  {"type":"NameAttribute","value":"min-width"},
  1821  {"type":"Operator","value":":"},
  1822  {"type":"Text","value":" "},
  1823  {"type":"LiteralStringInterpol","value":"#{"},
  1824  {"type":"NameVariable","value":"$lightbox_large_mediaMinWidth"},
  1825  {"type":"LiteralStringInterpol","value":"}"},
  1826  {"type":"Punctuation","value":")"},
  1827  {"type":"Text","value":" "},
  1828  {"type":"Punctuation","value":"{"},
  1829  {"type":"Text","value":"\n    "},
  1830  {"type":"NameClass","value":".hffLightbox-wrapper"},
  1831  {"type":"Text","value":" "},
  1832  {"type":"Punctuation","value":"{"},
  1833  {"type":"Text","value":"\n        "},
  1834  {"type":"NameAttribute","value":"max-height"},
  1835  {"type":"Operator","value":":"},
  1836  {"type":"Text","value":" "},
  1837  {"type":"NameVariable","value":"$lightbox_large_maxHeight"},
  1838  {"type":"Punctuation","value":";"},
  1839  {"type":"Text","value":"\n        "},
  1840  {"type":"NameAttribute","value":"width"},
  1841  {"type":"Operator","value":":"},
  1842  {"type":"Text","value":" "},
  1843  {"type":"NameVariable","value":"$lightbox_large_maxWidth"},
  1844  {"type":"Punctuation","value":";"},
  1845  {"type":"Text","value":"\n    "},
  1846  {"type":"Punctuation","value":"}"},
  1847  {"type":"Text","value":"\n    "},
  1848  {"type":"NameClass","value":".hffLightbox-content"},
  1849  {"type":"Text","value":" "},
  1850  {"type":"Punctuation","value":"{"},
  1851  {"type":"Text","value":"\n        "},
  1852  {"type":"NameAttribute","value":"max-height"},
  1853  {"type":"Operator","value":":"},
  1854  {"type":"Text","value":" "},
  1855  {"type":"NameFunction","value":"calc"},
  1856  {"type":"Punctuation","value":"("},
  1857  {"type":"LiteralStringInterpol","value":"#{"},
  1858  {"type":"NameVariable","value":"$lightbox_large_maxHeight"},
  1859  {"type":"LiteralStringInterpol","value":"}"},
  1860  {"type":"Text","value":" "},
  1861  {"type":"Operator","value":"-"},
  1862  {"type":"Text","value":" "},
  1863  {"type":"LiteralNumberInteger","value":"4"},
  1864  {"type":"KeywordType","value":"rem"},
  1865  {"type":"Punctuation","value":");"},
  1866  {"type":"Text","value":"\n    "},
  1867  {"type":"Punctuation","value":"}"},
  1868  {"type":"Text","value":"\n"},
  1869  {"type":"Punctuation","value":"}"},
  1870  {"type":"Text","value":"\n"},
  1871  {"type":"NameVariable","value":"$wrapper"},
  1872  {"type":"Operator","value":":"},
  1873  {"type":"Text","value":" "},
  1874  {"type":"LiteralStringSingle","value":"'wrapper'"},
  1875  {"type":"Punctuation","value":";"},
  1876  {"type":"Text","value":"\n"},
  1877  {"type":"NameVariable","value":"$max"},
  1878  {"type":"Operator","value":":"},
  1879  {"type":"Text","value":" "},
  1880  {"type":"LiteralStringSingle","value":"'max'"},
  1881  {"type":"Punctuation","value":";"},
  1882  {"type":"Text","value":"\n"},
  1883  {"type":"NameVariable","value":"$hffLightBox"},
  1884  {"type":"Operator","value":":"},
  1885  {"type":"Text","value":" "},
  1886  {"type":"LiteralStringSingle","value":"'.hfflightbox'"},
  1887  {"type":"Punctuation","value":";"},
  1888  {"type":"Text","value":"\n"},
  1889  {"type":"NameVariable","value":"$hffLightBox2"},
  1890  {"type":"Operator","value":":"},
  1891  {"type":"Text","value":" "},
  1892  {"type":"LiteralStringSingle","value":"'.hfflightbox'"},
  1893  {"type":"Punctuation","value":";"},
  1894  {"type":"Text","value":"\n"},
  1895  {"type":"Keyword","value":"@media"},
  1896  {"type":"Text","value":" "},
  1897  {"type":"Punctuation","value":"("},
  1898  {"type":"NameAttribute","value":"min-width"},
  1899  {"type":"Operator","value":":"},
  1900  {"type":"Text","value":" "},
  1901  {"type":"LiteralStringInterpol","value":"#{"},
  1902  {"type":"NameVariable","value":"$lightbox_xxl_mediaMinWidth"},
  1903  {"type":"LiteralStringInterpol","value":"}"},
  1904  {"type":"Punctuation","value":")"},
  1905  {"type":"Text","value":" "},
  1906  {"type":"Punctuation","value":"{"},
  1907  {"type":"Text","value":"\n    "},
  1908  {"type":"NameClass","value":".hffLightbox-"},
  1909  {"type":"LiteralStringInterpol","value":"#{"},
  1910  {"type":"NameVariable","value":"$wrapper"},
  1911  {"type":"LiteralStringInterpol","value":"}"},
  1912  {"type":"Text","value":" "},
  1913  {"type":"Punctuation","value":"{"},
  1914  {"type":"Text","value":"\n        "},
  1915  {"type":"NameAttribute","value":"max-height"},
  1916  {"type":"Operator","value":":"},
  1917  {"type":"Text","value":" "},
  1918  {"type":"NameVariable","value":"$lightbox_xxl_maxHeight"},
  1919  {"type":"Punctuation","value":";"},
  1920  {"type":"Text","value":"\n        "},
  1921  {"type":"LiteralStringInterpol","value":"#{"},
  1922  {"type":"NameVariable","value":"$max"},
  1923  {"type":"LiteralStringInterpol","value":"}"},
  1924  {"type":"NameAttribute","value":"-height"},
  1925  {"type":"Operator","value":":"},
  1926  {"type":"Text","value":" "},
  1927  {"type":"NameVariable","value":"$lightbox_xxl_maxHeight"},
  1928  {"type":"Punctuation","value":";"},
  1929  {"type":"Text","value":"\n        "},
  1930  {"type":"NameAttribute","value":"width"},
  1931  {"type":"Operator","value":":"},
  1932  {"type":"Text","value":" "},
  1933  {"type":"NameVariable","value":"$lightbox_xxl_maxWidth"},
  1934  {"type":"Punctuation","value":";"},
  1935  {"type":"Text","value":"\n    "},
  1936  {"type":"Punctuation","value":"}"},
  1937  {"type":"Text","value":"\n    "},
  1938  {"type":"NameClass","value":".hffLightbox-content"},
  1939  {"type":"Text","value":" "},
  1940  {"type":"Punctuation","value":"{"},
  1941  {"type":"Text","value":"\n        "},
  1942  {"type":"NameAttribute","value":"max-height"},
  1943  {"type":"Operator","value":":"},
  1944  {"type":"Text","value":" "},
  1945  {"type":"NameFunction","value":"calc"},
  1946  {"type":"Punctuation","value":"("},
  1947  {"type":"LiteralStringInterpol","value":"#{"},
  1948  {"type":"NameVariable","value":"$lightbox_xxl_maxHeight"},
  1949  {"type":"LiteralStringInterpol","value":"}"},
  1950  {"type":"Text","value":" "},
  1951  {"type":"Operator","value":"-"},
  1952  {"type":"Text","value":" "},
  1953  {"type":"LiteralNumberInteger","value":"4"},
  1954  {"type":"KeywordType","value":"rem"},
  1955  {"type":"Punctuation","value":");"},
  1956  {"type":"Text","value":"\n    "},
  1957  {"type":"Punctuation","value":"}"},
  1958  {"type":"Text","value":"\n    "},
  1959  {"type":"LiteralStringInterpol","value":"#{"},
  1960  {"type":"NameVariable","value":"$hffLightBox"},
  1961  {"type":"LiteralStringInterpol","value":"}"},
  1962  {"type":"Operator","value":"-"},
  1963  {"type":"NameTag","value":"content"},
  1964  {"type":"Text","value":" "},
  1965  {"type":"Punctuation","value":"{"},
  1966  {"type":"Text","value":"\n        "},
  1967  {"type":"NameAttribute","value":"max-height"},
  1968  {"type":"Operator","value":":"},
  1969  {"type":"Text","value":" "},
  1970  {"type":"NameFunction","value":"calc"},
  1971  {"type":"Punctuation","value":"("},
  1972  {"type":"LiteralStringInterpol","value":"#{"},
  1973  {"type":"NameVariable","value":"$lightbox_xxl_maxHeight"},
  1974  {"type":"LiteralStringInterpol","value":"}"},
  1975  {"type":"Text","value":" "},
  1976  {"type":"Operator","value":"-"},
  1977  {"type":"Text","value":" "},
  1978  {"type":"LiteralNumberInteger","value":"4"},
  1979  {"type":"KeywordType","value":"rem"},
  1980  {"type":"Punctuation","value":");"},
  1981  {"type":"Text","value":"\n    "},
  1982  {"type":"Punctuation","value":"}"},
  1983  {"type":"Text","value":"\n    "},
  1984  {"type":"NameClass","value":"."},
  1985  {"type":"LiteralStringInterpol","value":"#{"},
  1986  {"type":"NameVariable","value":"$hffLightBox2"},
  1987  {"type":"LiteralStringInterpol","value":"}"},
  1988  {"type":"NameClass","value":"-content"},
  1989  {"type":"Text","value":" "},
  1990  {"type":"Punctuation","value":"{"},
  1991  {"type":"Text","value":"\n        "},
  1992  {"type":"NameAttribute","value":"max-height"},
  1993  {"type":"Operator","value":":"},
  1994  {"type":"Text","value":" "},
  1995  {"type":"NameFunction","value":"calc"},
  1996  {"type":"Punctuation","value":"("},
  1997  {"type":"LiteralStringInterpol","value":"#{"},
  1998  {"type":"NameVariable","value":"$lightbox_xxl_maxHeight"},
  1999  {"type":"LiteralStringInterpol","value":"}"},
  2000  {"type":"Text","value":" "},
  2001  {"type":"Operator","value":"-"},
  2002  {"type":"Text","value":" "},
  2003  {"type":"LiteralNumberInteger","value":"4"},
  2004  {"type":"KeywordType","value":"rem"},
  2005  {"type":"Punctuation","value":");"},
  2006  {"type":"Text","value":"\n    "},
  2007  {"type":"Punctuation","value":"}"},
  2008  {"type":"Text","value":"\n"},
  2009  {"type":"Punctuation","value":"}"}
  2010]

View as plain text