Sha256: 77c3256418e59190e670ca7bb22424061b80e488f8811e1a2d5a5df44c9fd547
Contents?: true
Size: 352 Bytes
Versions: 10
Compression:
Stored size: 352 Bytes
Contents
@a: 2; @x: @a * @a; @y: @x + 1; @z: @x * 2 + @y; .variables { width: @z + 1cm; // 14cm } @b: @a * 10; @c: #888; @fonts: "Trebuchet MS", Verdana, sans-serif; @f: @fonts; @quotes: "~" "~"; @q: @quotes; .variables { height: @b + @x + 0px; // 24px color: @c; font-family: @f; quotes: @q; } .alpha { @o: 95; filter: alpha(opacity=@o); }
Version data entries
10 entries across 10 versions & 4 rubygems