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.
- package/package.json +1 -1
- package/src/main.js +1 -1
package/package.json
CHANGED
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'
|