undefined

undefined

We provide a utility for generating an opaque version of a given color opaque. For example if we want to make a given background opaque we can do soemthing like this:

.container {
  background-color: alpha($blue-700, 0.2);
}

And that would produce a container that looks like:

Some content

We have placed an element behind the container to make it obvious that the container is indeed transparent