mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
46 lines
801 B
CSS
46 lines
801 B
CSS
.variables {
|
|
width: 14cm;
|
|
}
|
|
.variables {
|
|
height: 24px;
|
|
color: #888888;
|
|
font-family: "Trebuchet MS", Verdana, sans-serif;
|
|
quotes: "~" "~";
|
|
}
|
|
.redef {
|
|
zero: 0;
|
|
}
|
|
.redef .inition {
|
|
three: 3;
|
|
}
|
|
.values {
|
|
minus-one: -1;
|
|
font-family: 'Trebuchet', 'Trebuchet', 'Trebuchet';
|
|
color: #888888 !important;
|
|
multi: something 'A', B, C, 'Trebuchet';
|
|
}
|
|
.variable-names {
|
|
name: 'hello';
|
|
}
|
|
.alpha {
|
|
filter: alpha(opacity=42);
|
|
}
|
|
.testPollution {
|
|
a: 'no-pollution';
|
|
}
|
|
.units {
|
|
width: 1px;
|
|
same-unit-as-previously: 1px;
|
|
square-pixel-divided: 1px;
|
|
odd-unit: 2;
|
|
percentage: 500%;
|
|
pixels: 500px;
|
|
conversion-metric-a: 30mm;
|
|
conversion-metric-b: 3cm;
|
|
conversion-imperial: 3in;
|
|
custom-unit: 420octocats;
|
|
custom-unit-cancelling: 18dogs;
|
|
mix-units: 2px;
|
|
invalid-units: 1px;
|
|
}
|