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

Weird text overriding #405

Open
eddow opened this issue Dec 4, 2021 · 0 comments
Open

Weird text overriding #405

eddow opened this issue Dec 4, 2021 · 0 comments

Comments

@eddow
Copy link

eddow commented Dec 4, 2021

I'm trying -postcss instead of -css-only to try to solve another problem, but I face this one here.

With this configuration:

{
...
		scss(),
		vue({
			css: false
		}),
		postcss({
			extract: true,
			sourceMap: true
		}),
...
}

this is the begining of the generated index.css file :







/*# sourceMappingURL=index.css.map */gleapis.com/css2?family=Lato:ital,wght@0,400%3B0,700%3B1,400%3B1,700&subset=latin&display=swap");
.body {
  overflow: hidden;
}
.....

The first non-empty line is on line 12.

Without source-mapping, this is the beginning:






UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400%3B0,700%3B1,400%3B1,700&subset=latin&display=swap");
.body {
  overflow: hidden;
}
.....

PS: I tried with 3.0.0 and 4.0.2

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

1 participant