mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Added node-modules
This commit is contained in:
45
node_modules/less/test/css/variables.css
generated
vendored
Normal file
45
node_modules/less/test/css/variables.css
generated
vendored
Normal file
@ -0,0 +1,45 @@
|
||||
.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;
|
||||
}
|
Reference in New Issue
Block a user