Query #205
muhammad-hassan-shakeel
started this conversation in
General
Query
#205
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
img .custom-navbar { width : 10px; }
I want to create a CSS like this.
I have created a constant
let customNav = CssSelector.class("custom-navbar")
I want to know an operator that concat "img" and ".custom-navbar" with space in-between.
I have tried the following ways, but these operators add comma between the two.
(img <> customNav) % (width(.px(10)))
(img | customNav) % (width(.px(10)))
Beta Was this translation helpful? Give feedback.
All reactions