Three Dots Versions Save

🔮 CSS loading animations made with single element.

v0.3.2

1 year ago
  • replace the script prepublish with prepublishOnly in package.json
  • rebuild for correcting the versions of dist files

v0.3.1

1 year ago

Bug Fixes

  • remove the main field for package.json and fix the missing _index.scss

v0.3.0

1 year ago

BREAKING CHANGES

  • renaming the source folder sass to scss

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';
    

v0.2.3

2 years ago
  • align Less files with Sass and improve

v0.2.2

2 years ago
  • replace divide (/) with multiply (*) to compatible with Dart Sass (#18)(d43d42b54df8c18e9a68fe9afca8b44e9e2c5897)

v0.2.1

3 years ago

Bug Fixes

  • dot-pulse: remove box-shadow color and use color prop instead.

v0.2.0

4 years ago

Features

  • rename variables from camelCase to kebab-case

v0.1.2

5 years ago
  • add postcss config
  • correct scripts in package.json

v0.1.1

5 years ago

Features

  • published on npm 🎉