Socket
Socket
Sign inDemoInstall

dialog-typography

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "dialog-typography",
"version": "1.1.0",
"version": "1.1.1",
"description": "SASS/SCSS module settings",

@@ -5,0 +5,0 @@ "main": "gulpfile.js",

@@ -9,3 +9,3 @@ ![dialog(typography)](media/logo.png)

Provides a central place to manage your typography across multiple breakpoints.
Provides a central place to manage your typography across multiple breakpoints. [Demo](https://www.sassmeister.com/gist/7caa3ca64940a0a47caf09bd0e852eda)

@@ -30,9 +30,9 @@ ## Installation 💾

```scss
$breakpoints: (
$dialog-breakpoints: (
desktop: 'min-width: 701px',
mobile: 'max-wdith: 700px'
mobile: 'max-width: 700px'
);
@mixin bp($name) {
@media (#{map-get($breakpoints, $name)}) {
@media (#{map-get($dialog-breakpoints, $name)}) {
@content

@@ -62,3 +62,3 @@ }

```scss
$typo: (
$dialog-typo: (
desktop: (

@@ -65,0 +65,0 @@ default: (

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc