@codedrop/typography
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@codedrop/typography", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "typography component", | ||
@@ -22,4 +22,4 @@ "repository": { | ||
"dependencies": { | ||
"@codedrop/base": "^0.0.3", | ||
"@codedrop/constants": "^0.0.4" | ||
"@codedrop/base": "^0.0.4", | ||
"@codedrop/constants": "^0.0.5" | ||
}, | ||
@@ -30,3 +30,3 @@ "browserstypography": "last 2 versions, > 0.25%, firefox esr, ie 11, not dead", | ||
}, | ||
"gitHead": "cbfd5ae491b63020e39da906d96d7834204f31d9" | ||
"gitHead": "163610e0dc0dde56e38b5ba98d90f025025f7d08" | ||
} |
@@ -24,3 +24,3 @@ # @codedrop/typography | ||
```css | ||
@import "@codedrop/typography"; | ||
@import '@codedrop/typography'; | ||
``` | ||
@@ -31,7 +31,7 @@ | ||
```css | ||
@import "@codedrop/constants"; | ||
@import '@codedrop/constants'; | ||
@import "path/to/local/project/vars.css"; | ||
@import 'path/to/local/project/vars.css'; | ||
@import "@codedrop/typography/src/_typography.css"; | ||
@import '@codedrop/typography/src/_typography.css'; | ||
@@ -38,0 +38,0 @@ .typography { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
9751
+ Added@codedrop/base@0.0.4(transitive)
+ Added@codedrop/constants@0.0.5(transitive)
- Removed@codedrop/base@0.0.3(transitive)
- Removed@codedrop/constants@0.0.4(transitive)
Updated@codedrop/base@^0.0.4
Updated@codedrop/constants@^0.0.5