File: 17-set-multiple.css

package info (click to toggle)
compass-toolkit-plugin 2.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 520 kB
  • sloc: ruby: 63; javascript: 49; makefile: 2; sh: 1
file content (14 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
  * Set Multiple
**/
.property {
  _test: "@include set-multiple(30px, margin-left margin-right);";
  margin-left: 30px;
  margin-right: 30px;
}

.property {
  _test: "@include set-multiple(50%, width, height);";
  width: 50%;
  height: 50%;
}