Basilcss / core

🪴 Basil.css is an open source, simple and lightweight CSS framework for building custom user interfaces.
https://www.basilcss.com
MIT License
3 stars 6 forks source link

docs: minor styling issues in documentation #20

Closed SrNightmare09 closed 1 year ago

SrNightmare09 commented 1 year ago

Going through the documentation and I spotted this. I don't believe this was intentional and I hope you can fix it. I was also wondering if there is any way to contribute to the documentation of the project. Thanks!

image

daniel-bergmann commented 1 year ago

good spot! you are welcome to go ahead and try it out by forking the repo and make a pull request

SrNightmare09 commented 1 year ago

@daniel-bergmann can you guide me as to where I can contribute to the official documentation.

Edit: I found it. Sorry for the bother.

daniel-bergmann commented 1 year ago

Sorry for the late reply, the docs is a simple nuxt app with one global stylesheet and the contents of the docs can be found in a .md file.

text content

https://github.com/Basilcss/docs/blob/main/content/index.md

global styles

https://github.com/Basilcss/docs/blob/main/assets/styles/global.scss

Let me know if there is anything :)