Chanan Braunstein
Chanan Braunstein
@TheCyberCore were you able to get this working?
That should work. But I will check to make sure later today Another option though would be: ``` Css goes here without {} ``` I think should do what you...
@VR-Architect Did my suggestion of using Classname in the styled tag work for you? If not, if the issue is a compiler error like in #87 then will adding ``...
Hi! Glad you are liking BlazorStyled! I am on the mobile right so can’t try it, but here are a few thoughts: (when I get to the computer I will...
Hi @VR-Architect I got it working. Had to add `` to tell the compiler that the line inside the block is to be considered html: https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-3.1#explicit-delimited-transition Here is the sample...
I think of something similar, my idea was a VS Extension to colorize the CSS inside of a `` tag - intellisense is even better though! I will read the...
Mads' extension is open source. Might be useful to lift the code for stylesheet intellisense from there: http://vswebessentials.com/features/stylesheets
This somewhat worked for me, but moved the problem somewhere else. First of all, I didnt seem to run into this problem in my regular code. I only had this...
Ok, so it seems like to fix this case adding: `ref: ${{ github.event.pull_request.head.sha }}` fixes the above problem. I am still confused then when that is needed. According to the...
@torhovland Sure, do you have any ideas on how to do it, or should I see what I come with, submit a PR and chat about it once there is...