bobby: Objecte in SASS/ COMPASS (nicht SCSS)

Moin,

Ich hab noch ein weiteres Problem mit Sass/ Compass. Ich mag die SASS-Syntax. Also ohne Klammern und ohne Semikola.

Nun habe ich ein Object:

$objects: (vegetable: carrot, mineral: salt, animal: chicken)

Dies ist einzeilig und funktioniert wunderbar. Bibt es denn im SASS-Format eine Möglichkeit dies mehrzeilig zu schreiben? Wird sonst irgendwann unübersichtlich.

Gruß Bobby

--
-> Für jedes Problem gibt es eine Lösung, die einfach, sauber und falsch ist! <- ### Henry L. Mencken ### -> Nicht das Problem macht die Schwierigkeiten, sondern unsere Sichtweise! <- ### Viktor Frankl ### ie:{ br:> fl:{ va:} ls:< fo:) rl:( n4:( de:> ss:) ch:? js:( mo:} sh:) zu:)
  1. Hallo,

    Ich mag die SASS-Syntax.

    Vorweg: ich habe noch nicht damit gearbeitet.

    Aber hast du denn mal folgendes ausprobiert?

    $objects: (
      vegetable: carrot, 
      mineral: salt, 
      animal: chicken
    )
    

    Gibt es denn im SASS-Format eine Möglichkeit dies mehrzeilig zu schreiben?

    Würde mich überraschen, wenn es nicht funktionierte.

    Gruß
    Kalk

    1. @@Tabellenkalk

      Aber hast du denn mal folgendes ausprobiert?

      Du offenbar auch nicht.

      Error: Illegal nesting: Nothing may be nested beneath variable declarations.

      LLAP 🖖

      --
      “You might believe there are benefits for the developer, but first of all, you should put those behind the interest of the user.” —Stefan Tilkov
      Selfcode: sh:) fo:} ch:? rl:) br:> n4:& va:| de:> zu:} fl:{ ss:| ls:# js:|
      1. Hallo,

        Aber hast du denn mal folgendes ausprobiert?

        Du offenbar auch nicht.

        natürlich nicht. Hab aber grad versucht, das nachzuholen.

        Error: Illegal nesting: Nothing may be nested beneath variable declarations.

        Wenn ich das so mache, kriege ich eine andere Fehlermeldung, nämlich: "Invalid CSS after ")": expected selector or at-rule,..."; und zwar unabhängig davon, ob es ein Einzeiler oder ein Mehrzeiler ist.
        Was machst du anders als ich?

        Gruß
        Kalk

        1. @@Tabellenkalk

          Was machst du anders als ich?

          Ich stelle unter Options die Syntax von SCSS auf Sass um‽

          LLAP 🖖

          --
          “You might believe there are benefits for the developer, but first of all, you should put those behind the interest of the user.” —Stefan Tilkov
          Selfcode: sh:) fo:} ch:? rl:) br:> n4:& va:| de:> zu:} fl:{ ss:| ls:# js:|
          1. Hallo,

            Ich stelle unter Options die Syntax von SCSS auf Sass um‽

            Ah, das wars. Hab ich echt übersehen.

            Ja, dann müssen Objekte wohl einzeilig sein.

            Gruß
            Kalk