mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
This doesn't actually make a difference (since packages enumerate their files instead of using autodetection) but it's pedagogically nice.
11 lines
197 B
Plaintext
11 lines
197 B
Plaintext
@import "less_tests_constants.lessimport";
|
|
|
|
#less-tests { zoom: 1; /* prop this rule open */ }
|
|
|
|
@dashy: dashed;
|
|
|
|
.less-dashy-left-border {
|
|
border-left: @dashy;
|
|
border-right: @external-dotty;
|
|
}
|