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
x
Desired behavior:
As described in the documentation (https://github.com/liferay/liferay-frontend-projects/tree/master/projects/js-themes-toolkit/packages/liferay-theme-tasks#using--for-division-deprecation-warning) the deprecation warning of using / for division should disappear after adding @use "sass:math" as *; to the top of _clay_variables.scss.
@use "sass:math" as *;
_clay_variables.scss
Current behavior:
The warning still exists, even after adding the line.
Reproduction steps:
src
Other information (environment, versions etc):
"gulp": "^4.0.2"; "liferay-frontend-css-common": "^6.0.8", "liferay-frontend-theme-styled": "^6.0.66", "liferay-frontend-theme-unstyled": "^6.0.54", "liferay-theme-tasks": "11.4.0",
The text was updated successfully, but these errors were encountered:
cc @pat270, I see you were the one to add the docs for this
Sorry, something went wrong.
@pat270 were you able to take a look at this?
No branches or pull requests
Issue type (mark with
x
)Version (mark with
x
)Description
Desired behavior:
As described in the documentation (https://github.com/liferay/liferay-frontend-projects/tree/master/projects/js-themes-toolkit/packages/liferay-theme-tasks#using--for-division-deprecation-warning) the deprecation warning of using / for division should disappear after adding
@use "sass:math" as *;
to the top of_clay_variables.scss
.Current behavior:
The warning still exists, even after adding the line.
Reproduction steps:
_clay_variables.scss
insrc
and add the@use "sass:math" as *;
line on top of itOther information (environment, versions etc):
The text was updated successfully, but these errors were encountered: