Socket
Socket
Sign inDemoInstall

@material/theme

Package Overview
Dependencies
Maintainers
8
Versions
1678
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/theme - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "@material/theme",
"description": "The Material Components for the web theming system",
"version": "0.1.2",
"version": "0.1.3",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "keywords": [

@@ -148,5 +148,11 @@ # mdc-theme

This mixin is mostly used for MDC-Web component development, and provides a standard way of applying dark themes to
components. It creates a suitable selector for a component, and applies the provided content inside of it:
This mixin is mostly used for MDC-Web component development, and provides a standard way of
applying dark themes to components. **Note that mdc-theme-dark does _not_ change any theme-wide
background colors**. Rather, `mdc-theme-dark` and its CSS classes are intended be used when certain
sections or treatments of a page use a darker color as its background, where the default colors we
use would not make sense.
`mdc-theme-dark` creates a suitable selector for a component, and applies the provided content
inside of it:
```scss

@@ -153,0 +159,0 @@ .mdc-foo {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc