# Contributing to Mojo CSS

Thanks for considering contributing to Mojo CSS! Before submitting a pull request, please follow these guidelines:

## Feature request

If you have ideas for significant new features, please [discuss](https://github.com/mojocss/mojocss/discussions) them with us first by creating a feature request. This step helps prevent disappointment in case a feature may not align with the project's direction.

## Code Style

To ensure that your code matches our code styles, please run the following command:

```sh
npm run lint
```

## Running Tests

You can run the test suite using the following commands:

```sh
npm test
```

Please ensure that the tests are passing when submitting a pull request. If you're adding new features to Mojo CSS, please include tests.
