comand-component-library 3.3.51 → 3.3.52

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/main.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "3.3.51",
3
+ "version": "3.3.52",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
package/src/main.js CHANGED
@@ -28,7 +28,7 @@ import directiveFocus from "./directives/focus"
28
28
 
29
29
  /* begin imports css from comand-component-library ---------------------------------------------------------------------------------------- */
30
30
  /* import additional iconfont containing company-logos */
31
- import '@/assets/styles/logos-iconfont.css'
31
+ // import '@/assets/styles/logos-iconfont.css'
32
32
 
33
33
  /* import css for global-styles */
34
34
  import '@/assets/styles/global-styles.scss'