Sha256: b86ca67cd5c34c54d0837731cdb7c4e6112b396513ef83d65cfa9a97e853cc71

Contents?: true

Size: 298 Bytes

Versions: 44

Compression:

Stored size: 298 Bytes

Contents

@function steps($number)
{
    // grid step used everywhere for widths and heights

    // this matches half of the default line-height of the page
    @return (12px * $number);
}

@function create-rgba( $color, $opacity )
{
    @return rgba( red($color), green($color), blue($color), $opacity );
}

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
releaf-core-3.1.0 app/assets/stylesheets/releaf/environment/functions/units.scss
releaf-core-3.0.3 app/assets/stylesheets/releaf/environment/functions/units.scss
releaf-core-3.0.2 app/assets/stylesheets/releaf/environment/functions/units.scss
releaf-core-3.0.1 app/assets/stylesheets/releaf/environment/functions/units.scss
releaf-core-3.0.0 app/assets/stylesheets/releaf/environment/functions/units.scss
releaf-core-2.2.1 app/assets/stylesheets/releaf/environment/functions/units.scss
releaf-core-2.2.0 app/assets/stylesheets/releaf/environment/functions/units.scss
releaf-core-2.1.2 app/assets/stylesheets/releaf/environment/functions/units.scss
releaf-core-2.1.1 app/assets/stylesheets/releaf/environment/functions/units.scss
releaf-core-2.1.0 app/assets/stylesheets/releaf/environment/functions/units.scss
releaf-core-2.0.1 app/assets/stylesheets/releaf/environment/functions/units.scss
releaf-core-2.0.0 app/assets/stylesheets/releaf/environment/functions/units.scss
releaf-core-1.1.22 app/assets/stylesheets/releaf/environment/functions/units.scss
releaf-core-1.1.21 app/assets/stylesheets/releaf/environment/functions/units.scss
releaf-core-1.1.20 app/assets/stylesheets/releaf/environment/functions/units.scss
releaf-core-1.1.19 app/assets/stylesheets/releaf/environment/functions/units.scss
releaf-core-1.1.18 app/assets/stylesheets/releaf/environment/functions/units.scss
releaf-core-1.1.17 app/assets/stylesheets/releaf/environment/functions/units.scss
releaf-core-1.1.16 app/assets/stylesheets/releaf/environment/functions/units.scss
releaf-core-1.1.15 app/assets/stylesheets/releaf/environment/functions/units.scss