Astro

A quick guide to start using Mojo CSS in your Astro project.

Static CSS

Here's a project example to help you integrate Mojo CSS seamlessly into your Astro project, enabling Static CSS Generation. This means you'll experience zero runtime and overhead in your app's front-end.

  1. Clone the example:

git clone https://github.com/mojocss/mojocss-astro-example.git
  1. Change directory to the cloned repository::

cd mojocss-astro-example
  1. Install dependencies:

npm install
  1. Run the project:

npm run dev

That's it! You can now use Mojo CSS in your Astro project ✨

See the GitHub project for more info.