microsoft / azure-devops-extension-sample

Sample web extension for Azure DevOps
MIT License
235 stars 154 forks source link

SCSS not working? #129

Closed raffertyuy closed 10 months ago

raffertyuy commented 1 year ago

Hi, i'm new to this repo and node-sass, so would like to check if this is an issue. Built the extension and noticed that there are no css files in the dist/ folder. After uploading the vsix, the UI of Sample Hub looks like this.

image

I am guessing that there may be an issue because of the two small buttons below and on-the-right-of [Panel] and [Message]. If this is not an issue please let me know!

Side comment: I had to downgrade to NodeJS 16 to get these samples compiled.

JamesSkemp commented 1 year ago

@raffertyuy what fix did you end up putting in place? sass instead of node-sass package?

raffertyuy commented 10 months ago

@raffertyuy what fix did you end up putting in place? sass instead of node-sass package?

sorry for the late response, but yes sass