We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like --strict doesn't support multiple font faces.
@font-face { font-family: 'Exo'; src: url(exo.ttf); } @font-face { font-family: 'Exo'; src: url(exo.ttf); } @font-face { font-family: 'Oswald'; src: url(oswald.ttf); }
Expected output:
@font-face{font-family:Exo;src:url(exo.ttf)}@font-face{font-family:Oswald;src:url(oswald.ttf)}
Actual output (v0.2.0):
@font-face{font-family:Oswald;src:url(oswald.ttf)}
The text was updated successfully, but these errors were encountered:
there are general bugs overall when introducing @'s that need to be resolved.
Sorry, something went wrong.
No branches or pull requests
Looks like --strict doesn't support multiple font faces.
Expected output:
Actual output (v0.2.0):
The text was updated successfully, but these errors were encountered: