An open API service indexing awesome lists of open source software.

https://github.com/bmf-san/sleyt

A minimal and modern CSS framework.
https://github.com/bmf-san/sleyt

css css-framework flex grid minimal slate

Last synced: 2 days ago
JSON representation

A minimal and modern CSS framework.

Awesome Lists containing this project

README

        

[![npm version](https://badge.fury.io/js/sleyt.svg)](https://badge.fury.io/js/sleyt)

# sleyt

[English](README.md) | [日本語](README-ja.md)

A minimal and modern CSS framework.

[![NPM](https://nodei.co/npm/sleyt.png)](https://nodei.co/npm/sleyt/)

## Features

- Modern design with transparency
- Accessibility-conscious
- Simple and easy-to-use components
- Responsive design support
- Dark mode support

## Installation

```bash
npm i sleyt
```

## Documentation
[Document](https://bmf-san.github.io/sleyt/)

## Development

### Building CSS

```bash
# Install dependencies
npm install

# Build
npm run build:css

# Watch mode (automatically build when changes are detected)
npm run watch:css
```

### Stylelint

We use Stylelint to maintain code quality.

```bash
# Run lint
npm run lint:css

# Auto-fix lint errors
npm run lint:css:fix
```

## Contribution
We welcome issues and pull requests at any time.

Feel free to contribute!

Before contributing, please check the following documents:

- [CODE_OF_CONDUCT](https://github.com/bmf-san/sleyt/blob/main/.github/CODE_OF_CONDUCT.md)
- [CONTRIBUTING](https://github.com/bmf-san/sleyt/blob/main/.github/CONTRIBUTING.md)

# Sponsors
If you like this project, consider sponsoring us!

[Github Sponsors - bmf-san](https://github.com/sponsors/bmf-san)

Alternatively, giving us a star would be appreciated!

It helps motivate us to continue maintaining this project. :D

# License
This project is licensed under the MIT License.

[LICENSE](https://github.com/bmf-san/sleyt/blob/main/LICENSE)