Sha256: da8ec06a1125c90b913618fc2d6f8d0d8b259f6eab6ff097779ba893818017e4
Contents?: true
Size: 203 Bytes
Versions: 9
Compression:
Stored size: 203 Bytes
Contents
// Black transparent background @function black($opacity){ @return rgba(0, 0, 0, $opacity); } // White transparent background @function white($opacity){ @return rgba(255, 255, 255, $opacity); }
Version data entries
9 entries across 9 versions & 1 rubygems