@codedrop/base
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@codedrop/base", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "base component", | ||
@@ -22,3 +22,3 @@ "repository": { | ||
"dependencies": { | ||
"@codedrop/constants": "^0.0.4" | ||
"@codedrop/constants": "^0.0.5" | ||
}, | ||
@@ -29,3 +29,3 @@ "browserslist": "last 2 versions, > 0.25%, firefox esr, ie 11, not dead", | ||
}, | ||
"gitHead": "cbfd5ae491b63020e39da906d96d7834204f31d9" | ||
"gitHead": "163610e0dc0dde56e38b5ba98d90f025025f7d08" | ||
} |
@@ -24,3 +24,3 @@ # @codedrop/base | ||
```css | ||
@import "@codedrop/base"; | ||
@import '@codedrop/base'; | ||
``` | ||
@@ -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/base/src/_base.css"; | ||
@import '@codedrop/base/src/_base.css'; | ||
@@ -38,0 +38,0 @@ .base { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
518189
42
+ Added@codedrop/constants@0.0.5(transitive)
- Removed@codedrop/constants@0.0.4(transitive)
Updated@codedrop/constants@^0.0.5