Sha256: dafa5e39a3725f3046e4a0fc11a6e48a77bc60768465f4912d8a8f148d95a30f
Contents?: true
Size: 475 Bytes
Versions: 24
Compression:
Stored size: 475 Bytes
Contents
// ?= would allow us to define the images global before @importing // the file if we were to distribute this images ?= '/images' image(path) url(join('/', images path)) // or image(path) url(images + '/' + path) body background image('foo.png') // functions can act as both mixins // or have a return value image(path) if mixin background image(path) else url(images + '/' + path) body image('something.png') background image('something.png')
Version data entries
24 entries across 24 versions & 1 rubygems