I have the following in my css file but css region doesn't work. There's no collapse or expand icon to click on.
But the C# region is working, just css region isn't.
/*#region shared styles */
.blah { background-color: red; }
.foo { line-height: 1.2em; }
/*endregion */
Your missing the '#' between the '*' and 'endregion'
try
/*#region shared styles */
.blah { background-color: red; }
.foo { line-height: 1.2em; }
/*#endregion */
Not sure why, but after doing this, it works now:
region
in css file and then press tab
twiceafter that, it works on newly created css regions. but my old css region still doesn't work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With