Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@littlemissrobot/sass-spacing

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@littlemissrobot/sass-spacing - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

package.json
{
"name": "@littlemissrobot/sass-spacing",
"version": "1.0.0",
"version": "1.0.1",
"description": "Little Miss Robot spacing setup for defining spacing variables",

@@ -33,3 +33,3 @@ "main": "index.js",

"devDependencies": {
"@littlemissrobot/stylelint-config": "^1.0.13",
"@littlemissrobot/stylelint-config": "^1.1.0",
"browser-sync": "^2.26.7",

@@ -43,4 +43,3 @@ "del": "^5.1.0",

"postcss-preset-env": "^6.7.0",
"postcss-scss": "^2.1.1",
"stylelint": "^13.5.0"
"postcss-scss": "^2.1.1"
},

@@ -47,0 +46,0 @@ "dependencies": {

@@ -385,2 +385,3 @@ # Little Miss Robot - Sass spacing

* **$font-size**: The font-size to calculate the line-height for.
* **$ratio** (optional): The ratio to calculate the line-height.

@@ -398,5 +399,6 @@ ```scss

_st.line-height(16px); // 1.5rem
_st.line-height(32px); // 2rem
_st.line-height(16px); // 24px
_st.line-height(32px); // 48px
_st.line-height(_st.ratio(5)); // 2rem
_st.line-height(32px, 1.2); // 2.5rem
```

@@ -403,0 +405,0 @@

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