vtst / ow

Various Eclipse plugins for web development
http://www.normalesup.org/~simonet/soft/
74 stars 29 forks source link

Error-Messages for combined Classnames #246

Open kschrod opened 9 years ago

kschrod commented 9 years ago

The following snipplet is IMHO correct less (at least it could complied and worked)


@breite-whitebox: 950px; .ausgabe-whitebox { width: @breite-whitebox; } ausgabe-whitebox.ausgabe-platz-fuer-controls-1 { width: @breite-whitebox - 40px; padding-right: 40px; }

// Detail-Anzeige: Antworten .ausgabe-whitebox.dna-antwort { .ausgabe-whitebox.ausgabe-platz-fuer-controls-1; }


But the last class (.ausgabe-whitebox.dna-antwort ) is marked as an error.