diff --git a/package.json b/package.json index 96b49b4..3206bf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npolar/mdc", - "version": "0.10.0", + "version": "0.11.0", "license": "MIT", "type": "module", "dependencies": { diff --git a/src/style/_core.scss b/src/style/core.scss similarity index 100% rename from src/style/_core.scss rename to src/style/core.scss diff --git a/src/style/shared.scss b/src/style/shared.scss index 20ef4ef..fe7c4d0 100644 --- a/src/style/shared.scss +++ b/src/style/shared.scss @@ -1,4 +1,4 @@ -@import "./_core.scss"; +@import "./core.scss"; @import "@material/theme/mdc-theme.scss"; @import "./typography.scss";