From 47380d3fd24428c5d7218ad7023a7ebcf9b79d00 Mon Sep 17 00:00:00 2001 From: cnrdh Date: Thu, 19 Nov 2020 13:04:33 +0100 Subject: [PATCH] v0.11 --- package.json | 2 +- src/style/{_core.scss => core.scss} | 0 src/style/shared.scss | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/style/{_core.scss => core.scss} (100%) 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";