dialog-typography
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "dialog-typography", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "SASS/SCSS module settings", | ||
@@ -30,11 +30,11 @@ "main": "gulpfile.js", | ||
"devDependencies": { | ||
"del": "^2.2.2", | ||
"gh-pages": "^1.0.0", | ||
"del": "^3.0.0", | ||
"gh-pages": "^2.0.1", | ||
"gulp": "^3.9.1", | ||
"gulp-header": "^1.8.8", | ||
"gulp-header": "^2.0.5", | ||
"gulp-load-plugins": "^1.3.0", | ||
"gulp-plumber": "^1.1.0", | ||
"gulp-sass": "^2.3.2", | ||
"node-sass": "^3.8.0" | ||
"gulp-sass": "^4.0.2", | ||
"node-sass": "^4.9.4" | ||
} | ||
} |
@@ -94,2 +94,10 @@ ![dialog(typography)](media/logo.png) | ||
``` | ||
4. Use in your components | ||
```scss | ||
.yourComponent { | ||
&__title { | ||
@include typo(title) | ||
} | ||
} | ||
``` | ||
@@ -96,0 +104,0 @@ ## License 👮🏼 |
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
110063
106