-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Docs #1
Comments
Hey, need any help with documenting this? |
Hey @shannonxtreme, help is always welcome! So far my focus has been on developing and correcting the logic of css atomicity. If you want to help, there are two reference files in the core package:
If you are testing, just install the @atmc/css package and use as const {css} = require('@atmc/css');
//...
<div className={css({color: 'blue'})}>Text</div> The package @atmc/css is pre-configured and ready to use. |
Not sure how to install the package unfortunately. Could you walk me through it? I'm using Ubuntu 20.04! Also, would you prefer the documentation in markdown or another format? |
At the current stage, you can run the code using nodejs/npm. You can start here https://docs.npmjs.com/downloading-and-installing-node-js-and-npm |
The text was updated successfully, but these errors were encountered: