Open mayank99 opened 1 year ago
I would definitely like to contribute to this if that's okay
@the-lazy-learner yes definitely! you can start with one of the first few items in that list. should be pretty straightforward to create markdown files. let me know if you have questions either here or in your PR
right now, ecsstatic.dev is just a marketing page which links to a wee readme.
even though the library is super tiny, there needs to be proper docs for many things! these can be tackled in separate PRs, one step at a time.
vite-solid
example can be opened in stackblitzscss
syntax@use
ing variables/mixins from sibling .scss filesopen-props-scss
)these can all be simple
.md
/.mdx
files in a new folder underdocsite/src/pages
. the docsite is built usingastro
which knows how to render these.a parallel task is to also create styling for these pages when hosted on ecsstatic.dev. but that can be tackled separately i think.