Releases: marsvaardig/illusion
Releases · marsvaardig/illusion
v8.1.3
v8.1.2
Remove SASS if statement since it exists in native CSS now
v8.1.1
Deprecation warning improvements
v8.1.0
Updating so filenames correspond with variables, functions and mixins names
note This means some of the names have changed; they need to be updated.
Changed variables
$illusion-extendalize-boxsizing>$illusion-extendalize-box-sizing
Changed functions
getcontainer>get-containergetFrom>get-fromgetMargin>get-margingetsides>get-sidesgetTo>get-togetWidth>get-widthlargestGutter>largest-gutterlargestWidth>largest-widthlastValue>last-valuesmallestGutter>smallest-guttercalculateRatio>calculate-ratio
Changed mixins
ifBreakpoint>if-breakpoint
Most of these changes are most likely only used by Illusion itself though. The most probable things to change in your project are:
$illusion-extendalize-box-sizingcalculate-ratio
v8.0.4
Rename getcontainer to getContainer
v8.0.3
Fixing declarations mixed with nested rules
v8.0.2
8.0.1 was accidentally based on @import
v8.0.1
- Converted
@importto@useand@forward. - Possible to add
falsetoselectorsmixin to exclude items.
8.0.0-alpha
This is a pre-release which converted @import to @use and @forward
v7.0.8
Add preserveAspectRatio option to svg background and svg mask mixins