mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
13 lines
267 B
Plaintext
13 lines
267 B
Plaintext
@import "less_tests_constants.lessimport";
|
|
@import "less_tests.import.less";
|
|
|
|
#less-tests { zoom: 1; /* prop this rule open */ }
|
|
|
|
@dashy: dashed;
|
|
|
|
.less-dashy-left-border {
|
|
border-left: @dashy;
|
|
border-right: @external-dotty;
|
|
border-bottom: @important-border;
|
|
}
|