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

Recursive import in CSS file (?) #2

Open
CanadaHonk opened this issue Oct 28, 2020 · 1 comment
Open

Recursive import in CSS file (?) #2

CanadaHonk opened this issue Oct 28, 2020 · 1 comment

Comments

@CanadaHonk
Copy link

CanadaHonk commented Oct 28, 2020

First line is:

@import url("https://aeethon.github.io/minimalist/minimalist.css");

But then that URL is that file itself which then tries to import the same thing resulting in a recursive import. It is probably best to make a separate theme file which just that import to keep up to date then a main file which that imports.

@Aeethon
Copy link
Owner

Aeethon commented Oct 29, 2020

A primeira linha é:

@import  url ( "https://aeethon.github.io/minimalist/minimalist.css" );

Mas então essa URL é o próprio arquivo que tenta importar a mesma coisa, resultando em uma importação recursiva. Provavelmente, é melhor fazer um arquivo de tema separado que importe apenas para mantê-lo atualizado, em seguida, um arquivo principal que importa.

The error has already been solved thanks !!!

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

2 participants