Socket
Socket
Sign inDemoInstall

@3mo/theme

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3mo/theme - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

21

dist/styles.css.js
import { css } from '@a11d/lit';
import { RootCssInjector } from '@a11d/root-css-injector';
RootCssInjector.inject(css `
@import 'https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap';
* {
font-weight: 400;
box-sizing: border-box;
}
html {
width: 100%;
height: 100%;
font-family: var(--mo-font-family);
background-color: var(--mo-color-background);
color: var(--mo-color-foreground);
}
body {
height: 100%;
width: 100%;
overflow: auto;
}
:root[data-theme=light] {

@@ -26,0 +5,0 @@ color-scheme: light;

2

package.json
{
"name": "@3mo/theme",
"version": "0.0.10",
"version": "0.0.11",
"description": "Tools & tokens for theming 3MO components & applications.",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc