@littlemissrobot/sass-spacing
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10
435
52010
33