Sha256: 3a954384b3e0beb1c9b63ade1c67ab7e4a6624692a692dd1d4cf0c88ad7b0303
Contents?: true
Size: 823 Bytes
Versions: 17
Compression:
Stored size: 823 Bytes
Contents
@import "archetype"; .target-linux { @include target-os(linux, top, -3px); @include target-os(linux, width, 300px); } .target-apple { @include target-os(apple, top, -3px); @include target-os(apple, width, 300px); } .target-mac { @include target-os(mac, top, -3px); @include target-os(mac, width, 300px); } .target-osx { @include target-os(osx, top, -3px); @include target-os(osx, width, 300px); } .target-windows { @include target-os(windows, top, -3px); @include target-os(windows, width, 300px); } .target-win { @include target-os(win, top, -3px); @include target-os(win, width, 300px); } .target-winxp { @include target-os(winxp, top, -3px); @include target-os(winxp, width, 300px); } .target-win7 { @include target-os(win7, top, -3px); @include target-os(win7, width, 300px); }
Version data entries
17 entries across 17 versions & 1 rubygems