
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
material-shadows
Advanced tools
The paper shadows mixin-library for CSS pre-processors.

git clone git://github.com/mrmlnc/material-shadows.git;bower install --save material-shadowsnpm install --save material-shadows;Support for all popular css preprocessors:
// 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();
}
dp
Number2Depth shadow.
transition
BooleanfalseCreate class for transition property.
focus
BooleanfalseCreating a class to an element in the focused state.
See the Releases section of our GitHub project for changelogs for each release version.
This software is released under the terms of the MIT license.
FAQs
Mixins for Material Design Shadows
The npm package material-shadows receives a total of 672 weekly downloads. As such, material-shadows popularity was classified as not popular.
We found that material-shadows demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.