Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Java/Netbeans/ide/css.prep/test/unit/data/testFiles/   (Apache JAVA IDE Version 28©)  Datei vom 3.10.2025 mit Größe 386 B image not shown  

Quelle  test.less   Sprache: unbekannt

 
Untersuchungsergebnis.less Download desUnknown {[0] [0] [0]}zum Wurzelverzeichnis wechseln

@base: #f938ab;
 
.box-shadow(@style, @c) when (iscolor(@c)) {
  box-shadow:         @style @c;
  -webkit-box-shadow: @style @c;
  -moz-box-shadow:    @style @c;
}  
.box-shadow(@style, @alpha: 50%) when (isnumber(@alpha)) {
  .box-shadow(@style, rgba(0, 0, 0, @alpha));
}
.box { 
  color: saturate(@base, 5%);
  border-color: lighten(@base, 30%);
  div  { .box-shadow(0 0 5px, 30%) }
}

[ zur Elbe Produktseite wechseln0.115Quellennavigators  ]