🖍️ Crayon Css Keywords 🔑 👄
📚 About
Css keywords is an extension for Crayon that adds ability to style using css color names.
⚙️ Usage
- On deno:
// Remember to replace "version" with semver version
import { crayon } from "https://deno.land/x/crayon@version/src/extensions/css_keywords.ts";
console.log(crayon.beige("its beige!"));
- On node:
import { crayon } from "@crayon.js/keywords";
console.log(crayon.beige("its beige!"));
🤝 Contributing
Crayon is open for any contributions.
If you feel like you can
enhance this project - please open an issue and/or pull request.
Code
should be well document and easy to follow what's going on.
Since the start of development on Crayon 3.0 this project follows
conventional commits spec.
If your pull request's code could introduce understandability trouble,
please add comments to it.
📝 Licensing
This project is available under MIT License conditions.