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
@supports
Write the following in a Less file:
// styles.less @supports (color: green) { h1 { color: green; } }
Run $ harp server and load a page with <link href="styles.css"/> in the head. The following error is received:
$ harp server
<link href="styles.css"/>
(node:63081) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): BrowserslistError: Unknown browser query `op_mini all`
See @supports for info.
This is not an issue with Less, as no error is received when compiling the Less file into CSS.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Write the following in a Less file:
Run
$ harp server
and load a page with<link href="styles.css"/>
in the head. The following error is received:See @supports for info.
This is not an issue with Less, as no error is received when compiling the Less file into CSS.
The text was updated successfully, but these errors were encountered: