You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen in the code that the border radious rx and ry depends on the font size. I would like to request or have permission to add that feature to the component.
The text was updated successfully, but these errors were encountered:
Hi @ManuelOchagavia, glad you want to contribute. We are an open source project, you don't need additional permissions to contribute. See our contributing guidelines here.
First of all, thanks for the answer! On the other hand, I've been trying to do so. But the guidelines are a bit vague on how actually the development process works. I've made changes locally on my machine, but the changes don't seem to work.... Could you help me or give me the steps that I should follow to see my changes on the unovis sandbox? (As sandbox I mean the gallery that you can run on the packages/website)
Hi @ManuelOchagavia, do you mean you don't see changes on http://localhost:9300/? If you do npm run website, it should open up a new page in your browser, and you changes should be reflected there. However, if you are modifying files under ts folder, npm run website doesn't automatically watch for those changes, you will need to do a build before you see the changes. A better way to test your update while developing would be run npm run dev, as mentioned here. This is a separate page we use for development.
I've seen in the code that the border radious rx and ry depends on the font size. I would like to request or have permission to add that feature to the component.
The text was updated successfully, but these errors were encountered: