Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems running build on vue project #88

Open
flavianohonorato opened this issue Jan 25, 2020 · 4 comments
Open

Problems running build on vue project #88

flavianohonorato opened this issue Jan 25, 2020 · 4 comments

Comments

@flavianohonorato
Copy link

When trying to run the command: npm run build

ERROR  Error: CSS minification error: postcss-svgo: Error in parsing SVG: Unquoted attribute value
Line: 0
Column: 12
Char: \. File: css/app.29fd1b24.css
Error: CSS minification error: postcss-svgo: Error in parsing SVG: Unquoted attribute value
Line: 0
Column: 12
Char: \. File: css/app.29fd1b24.css

PS: I did the importing of the css files manually, I didn't use the base project with vue, I used the base project only with html

@rarestoma
Copy link
Contributor

Hi @flavianohonorato,

Thank you for working with our products.

I recommend using the vue version of the Argon Design System. In your case, I see that there is a problem with a SVG parsing that is not available in our vue version.

If you want to continue this way, please show me that line of code so I can see clearly what happens.

Thank you,
Rares

@Maaz-404
Copy link

Maaz-404 commented Aug 25, 2020

    • You can use the argon.scss file from the vue-argon-design-system for resolving this issue.
    • Also the folders(bootstrap & custom) are linked to the argon.scss.
    • Just add an import for argon.scss in your vue project (main.js) & your problem is solved.

@skitband
Copy link

    • You can use the argon.scss file from the vue-argon-design-system for resolving this issue.
    • Also the folders(bootstrap & custom) are linked to the argon.scss.
    • Just add an import for argon.scss in your vue project (main.js) & your problem is solved.

heyy maaz how did you fix this on your end? im having the same issue. thank you

@skitband
Copy link

When trying to run the command: npm run build

ERROR  Error: CSS minification error: postcss-svgo: Error in parsing SVG: Unquoted attribute value
Line: 0
Column: 12
Char: \. File: css/app.29fd1b24.css
Error: CSS minification error: postcss-svgo: Error in parsing SVG: Unquoted attribute value
Line: 0
Column: 12
Char: \. File: css/app.29fd1b24.css

PS: I did the importing of the css files manually, I didn't use the base project with vue, I used the base project only with html

did u already fix this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants