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.
- Host: GitHub
- URL: https://github.com/bmf-san/sleyt
- Owner: bmf-san
- License: mit
- Created: 2025-04-07T13:30:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-20T03:01:37.000Z (2 months ago)
- Last Synced: 2025-06-26T01:27:09.192Z (4 days ago)
- Topics: css, css-framework, flex, grid, minimal, slate
- Language: CSS
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://badge.fury.io/js/sleyt)
# sleyt
[English](README.md) | [日本語](README-ja.md)
A minimal and modern CSS framework.
[](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
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)