Skip to content

v2.0.0

Compare
Choose a tag to compare
@andrejsharapov andrejsharapov released this 11 Sep 12:41
· 21 commits to master since this release
26fbd38

What's new

Added a new option to use shadows.

What's changed

The release adds the ability to use not only shadow identifiers, but also their names. This should make it easier for users to work with the collection.

  <!-- use name -->
  <div v-box-shadow:neu-2></div>

  <!-- or -->

  <!--  use id -->
  <div v-box-shadow="34"></div>

Added

  • Added names for use in the projects