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
@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.
The text was updated successfully, but these errors were encountered: