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

https://github.com/bismillahcss/bismillahcss-framework

A utility-first CSS framework for fast and customizable development.
https://github.com/bismillahcss/bismillahcss-framework

bismillahcss css css-framework functional-css postcss responsive utility-classes utility-first-css

Last synced: about 1 month ago
JSON representation

A utility-first CSS framework for fast and customizable development.

Awesome Lists containing this project

README

        


npm version



npm version


license


downloads


GitHub stars

INTRODUCTION


A utility-first CSS framework for rapidly building custom user interfaces.

# Core Features

- **Utility-First Approach**: Build custom designs without leaving your HTML.
- **Responsive Design**: Mobile-first responsive components and utilities.
- **Dark Mode Support**: Built-in dark mode with automatic detection.
- **Modern Effects**: Glassmorphism, neon effects, and more.
- **Customizable**: Easy to customize with CSS variables.
- **Lightweight**: Minimal file size with no JavaScript dependencies.

# Installation
#### Using npm
```bash
npm install bismillahcss
```

### Manual Download
[![Download Latest Version](https://img.shields.io/npm/v/bismillahcss.svg)](https://www.npmjs.com/package/bismillahcss)

## Base Styles

BismillahCSS includes a set of base styles and variables that provide a solid foundation for your projects.

### Color Variables
```css
:root {
--bismillah-primary-color: #3498db;
--bismillah-secondary-color: #2ecc71;
--bismillah-accent-color: #e74c3c;
--bismillah-bg-color: #f8f9fa;
--bismillah-text-color: #333;
--bismillah-border-radius: 8px;
--bismillah-font-family: 'Inter', sans-serif;
}
```

### Dark Mode
BismillahCSS automatically detects system preferences for dark mode:
```css
@media (prefers-color-scheme: dark) {
:root {
--bismillah-bg-color: #121212;
--bismillah-text-color: #ffffff;
}
}
```

This README provides a comprehensive overview of the BismillahCSS framework.

```html



NeoFuture Tech


NeoFuture





NeoFuture


Pioneering the next generation of digital experiences.


Explore Now


Revolutionary Features




Quantum Processing


Break traditional computing barriers with quantum efficiency.




Neural Interface


Enable thought-controlled interactions with advanced neural systems.






Build Faster with BismillahCSS


A lightweight and flexible utility-first CSS framework.


Get Started

Hero Image


"BismillahCSS made my workflow 10x faster!" - Developer