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
Your issue may already be reported! Please search on the fastn issue tracker before creating one.
fastn
Setting different inset and width properties to a row element:
-- ds.row: width: hug-content width if { ftd.device == "mobile" }: fill-container inset: $ds.spaces.inset-square.zero inset if { ftd.device == "mobile" }: $ds.spaces.inset-tall.zero-small link: $header.site-url align-content: left
Both the width and inset values should change on device switch.
Only the width changes.
It affects setting multiple device dependent styles on a single element to add better responsiveness to elements.
Medium
fastn -v
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your issue may already be reported! Please search on the
fastn
issue tracker before creating one.What Are You Doing?
Setting different inset and width properties to a row element:
Expected Behaviour:
Both the width and inset values should change on device switch.
Current Behavior
simplescreenrecorder-2024-03-04_12.58.28.webm
Only the width changes.
Context
It affects setting multiple device dependent styles on a single element to add better responsiveness to elements.
Severity
Medium
Your Environment
fastn
Version (I.e, output offastn -v
): 0.4.57The text was updated successfully, but these errors were encountered: