Shammel Lee
Shammel Lee
How about just using a different key mapping for a specific type of comment? For example, `ch` for HTML comments at the current cursor position.
@atilkan I'm trying to output a string whose value contains the value of a variable. For example… ```stylus FONT_WEIGHT_BOLD = 700 p(FONT_WEIGHT_BOLD + " is the font weight") ``` expected...
@atilkan that'll work for the specific example I gave but the solution should be more robust and intuitive. How about something like ES6 template literal interpolation? ```js p(`${FONT_WEIGHT_BOLD} is the...
Thank you, will try!
I'm looking for instructions on compiling the code. I don't see them in the readme.
Cool. Maybe allow only text to be exported?
@gdh1995 updated 👆
@gdh1995 no, page speed/performance is fine. I'm on Amazon a lot, so that's just where I notice it. Though it has happened on other sites as well. As I said,...