Releases: nzbin/three-dots
Releases · nzbin/three-dots
v0.3.2
v0.3.1
v0.3.0
BREAKING CHANGES
- renaming the source folder
sass
toscss
Features
-
rebuild with Dart Sass @use-based API.
@use 'three-dots' with ( $dot-width: 20px, $dot-height: 20px, ... );
You can also import a single module and configuring it.
@use 'three-dots/scss/variables' with ( $dot-width: 20px, $dot-height: 20px, ... ); @use 'three-dots/scss/dot-pulse';