Releases: officialxviid/sasses
Releases · officialxviid/sasses
v2024.2.2
✨ Highlight
Praise be to Allah, Lord of the worlds.
In this latest release (v2024.2.2) we added 1 variable and 1 function in the color module and 2 functions in the map module.❇️ Added
Variables 1
color.$hue-names
: Hue lists.
Functions 3
color.hue-to-color-name($hue)
: Get color name by hue.map.next($map, $key, $return: value, $fallback: false)
: Returns next map item or fallback value if map, key or next item does not exist.map.previous($map, $key, $return: value, $fallback: false)
: Returns previous map item or fallback value if map, key or previous item does not exist.
🔄 Updated
61e7cb4
: Update package version from2024.2.1
to2024.2.2
.
Full Changelog · Published by XVIID Developer
v2024.2.1
✨ Highlight
Praise be to Allah, Lord of the worlds.
In this latest release (v2024.2.1) there is 2 update that affects 3 modules in the sasses package.
🔄 Updated
7e84ae3
: Addedmeta.get-function()
function inis-function.is-function()
parameter.3bc9dd4
: Update package version.
Full Changelog · Published by XVIID Developer
v2024.2.0
✨ Highlight
Praise be to Allah, Lord of the worlds.
In this latest release (v2024.2.0) we added 11 modules to the sasses package.
❇️ Added
Variables 14
break.$horizontal-sizes
: A configurable map defining the dimensions at which layout will change, adapting to different screen widths, according to media queries.break.$horizontal-names
: A list of sorted horizontal breakpoint names.break.$horizontal-values
: A list of sorted horizontal breakpoint values.break.$vertical-sizes
: A configurable map defining the dimensions at which layout will change, adapting to different screen widths, according to media queries.break.$vertical-names
: A list of sorted vertical breakpoint names.break.$vertical-values
: A list of sorted vertical breakpoint values.color.$contrast-ratios
: A map defining the WCAG standard contrast ratios.math.$e
: The closest 64-bit floating point approximation of the mathematical constant e.math.$epsilon
: The difference between 1 and the smallest 64-bit floating point number greater than 1 according to floating-point comparisons.math.$max-number
: The maximum finite number that can be represented as a 64-bit floating point number.math.$max-safe-integer
: The maximum integer n such that bothn
andn + 1
can be precisely represented as a 64-bit floating-point number.math.$min-number
: The smallest positive number that can be represented as a 64-bit floating point number.math.$min-safe-integer
: The minimum integer n such that bothn
andn - 1
can be precisely represented as a 64-bit floating-point number.math.$pi
: The closest 64-bit floating point approximation of the mathematical constant π.
Mixins 11
break.annotate($direction, $position, $color, $size)
: Enables a fixed annotation displaying the active breakpoints of the viewport.break.in($breakpoint)
: Generates a media query rule for the given horizontal breakpoint and narrower.break.in-between($first-breakpoint, $second-breakpoint)
: Generates a media query rule for the given horizontal breakpoints which is equal and wider than the smaller, and equal and narrower than the larger.break.in-only($breakpoint)
: Generates a media query rule for the given horizontal breakpoint.break.out($breakpoint)
: Generates a media query rule for the given horizontal breakpoint and wider.break.down($breakpoint)
: Generates a media query rule for the given vertical breakpoint and shorter.break.down-between($first-breakpoint, $second-breakpoint)
: Generates a media query rule for the given vertical breakpoints which is equal and taller than the smaller, and equal and shorter than the larger.break.down-only($breakpoint)
: Generates a media query rule for the given vertical breakpoint.break.up($breakpoint)
: Generates a media query rule for the given vertical breakpoint and taller.meta.apply($mixin, $args...)
: To extend mixins in a complex and powerful way.meta.load-css($url, $with: null)
: Loads the module at$url
and includes its CSS as though it were written as the contents of this mixin.
Functions 203
break.in($breakpoint)
: Return a media query rule for the given horizontal breakpoint and narrower.break.in-between($first-breakpoint, $second-breakpoint)
: Return a media query rule for the given horizontal breakpoints which is equal and wider than the smaller, and equal and narrower than the larger.break.in-only($breakpoint)
: Return a media query rule for the given horizontal breakpoint.break.out($breakpoint)
: Return a media query rule for the given horizontal breakpoint and wider.break.down($breakpoint)
: Return a media query rule for the given vertical breakpoint and shorter.break.down-between($first-breakpoint, $second-breakpoint)
: Return a media query rule for the given vertical breakpoints which is equal and taller than the smaller, and equal and shorter than the larger.break.down-only($breakpoint)
: Return a media query rule for the given vertical breakpoint.break.up($breakpoint)
: Return a media query rule for the given vertical breakpoint and taller.checker.is-absolute-length($value)
: Check if its a absolute length value.checker.is-angle($value)
: Check if its a angle value.checker.is-arglist($value)
: Check if its a arglist value.checker.is-bool($value)
: Check if its a boolean value.checker.is-bracketed($value)
: Check if value has square brackets.