Socket
Book a DemoInstallSign in
Socket

material-shadows

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-shadows

Mixins for Material Design Shadows

latest
Source
npmnpm
Version
3.0.1
Version published
Weekly downloads
751
-16%
Maintainers
1
Weekly downloads
 
Created
Source

Material Design Shadows

The paper shadows mixin-library for CSS pre-processors.

demo

Installation

  • git: git clone git://github.com/mrmlnc/material-shadows.git;
  • bower: bower install --save material-shadows
  • npm: npm install --save material-shadows;

Supported languages

Support for all popular css preprocessors:

  • Less
  • Sass
  • Stylus

Usage

// Less, SCSS, Stylus
@import "lib/material-color";

.my-selector {
  .z-depth(); // equivalent to `.z-depth(2)` and `.z-depth-2dp()`

  // Create class for `transition` property.
  .z-depth-transition();

  // Creating a class to an element in the focused state.
  .z-depth-focus();
}

// Class generator
.shadow {
  .z-depth-classes();
}

Supported options

z-depth

dp

  • Type: Number
  • Default: 2
  • Available values: 2, 3, 4, 6, 8, 16, 24

Depth shadow.

z-depth-classes

transition

  • Type: Boolean
  • Default: false

Create class for transition property.

focus

  • Type: Boolean
  • Default: false

Creating a class to an element in the focused state.

Changelog

See the Releases section of our GitHub project for changelogs for each release version.

License

This software is released under the terms of the MIT license.

Keywords

google

FAQs

Package last updated on 21 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts