xz/new.css

A classless CSS framework to write modern websites using only HTML.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 hour ago
Type:Library / SDKCategory(s):CSS Frameworks & StylingWeb Development
Added to GitGenius on September 17th, 2026
Created on May 3rd, 2020
Open Issues & Pull Requests: 37 (+0)
GitHub issues: Enabled
Number of forks: 127
Total Stargazers: 4,050 (+0)
Total Subscribers: 34 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.3 hours
Mean response time: 605.7 days
90th percentile: 1211.4 days
Tracked items: 2

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 41 days
Stale 30+ days: 1
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

new.css is a classless CSS framework that styles HTML elements directly without requiring CSS classes.

The framework solves the problem of styling basic HTML documents without writing custom CSS or adding class names throughout markup. It works by providing sensible default styles for semantic HTML elements, allowing developers to create visually polished websites by writing clean HTML alone. The approach treats the HTML document structure itself as sufficient for styling, with the framework automatically applying typography, spacing, and layout rules based on element types.

Developers should choose this tool when building simple websites, documentation sites, or projects where minimizing markup complexity matters more than fine-grained design control. It suits static content-focused projects where the default aesthetic is acceptable and custom styling requirements are minimal. The framework is particularly valuable for rapid prototyping or when the goal is readable, semantic HTML without the overhead of class-based styling systems.

The project maintains a stable, minimal codebase with infrequent updates focused on bug fixes and refinements rather than feature expansion. Development activity shows selective responsiveness to issues and pull requests, with changes applied deliberately rather than continuously. The maintainer demonstrates a commitment to keeping the framework lightweight and focused on its core purpose of providing baseline styling for semantic HTML.