File: casting.styl

package info (click to toggle)
node-stylus 0.54.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 5,392 kB
  • ctags: 913
  • sloc: makefile: 38
file content (19 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

body
  n = 5
  foo: (n)em
  foo: (n) em
  foo: (n)%
  foo: (n) %
  foo: (n + 5)%
  foo: (n * 5)px
  foo: (5 + 180 / 2)deg

body
  n = 5 * 5
  foo: (n)deg

body
  foo: foo bar (1)pt
  foo: foo bar (2 * 5)px
  foo: foo (2 * 5 + (5 * 55))px bar