Skip to content

Commit

Permalink
Add interpolate-size.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrause committed Oct 12, 2024
1 parent f6eb9de commit 604d1e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/custom.css-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"version": 1.1,
"properties": [
{ "name": "interpolate-size" },
{ "name": "container" }, // https://github.com/microsoft/vscode-css-languageservice/issues/329
{ "name": "container-name" },
{ "name": "container-type" },
Expand Down
4 changes: 4 additions & 0 deletions src/styling/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
:root {
@include isolate;

/* stylelint-disable */
interpolate-size: allow-keywords;
/* stylelint-enable */

/* Whether to inflate text on small devices */
text-size-adjust: none;

Expand Down

0 comments on commit 604d1e2

Please sign in to comment.