diff --git a/README.md b/README.md index 0d58d5d..9db0862 100644 --- a/README.md +++ b/README.md @@ -42,18 +42,6 @@ import EnvironmentSticker from "vue-environment-sticker"; Vue.component("environment-sticker", EnvironmentSticker); ``` -The component itself does not include any CSS. You'll need to include it separately: - -```javascript -import 'vue-environment-sticker/dist/vue-environment-sticker.css'; -``` - -Alternatively, you can import the scss for complete control of the component styles: -```scss -@import "vue-environment-sticker/dist/vue-environment-sticker.css"; -``` - - That's all!! You can use `environment-sticker` component like below. ```sh @@ -89,11 +77,9 @@ you can install it directly in the browser through CDN. - - ``` That's all!! You can use `environment-sticker` component.