1.0.3 • Published 9 months ago

@bod.ee/x-css v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

x-css

x-css is a minimalist, semantic CSS library designed specifically for LLM-friendly UI generation. It provides a set of basic, expressive styles that focus primarily on layouts and structure, with additional utility classes for common needs.

The library aims to be:

  • Simple: Easy to understand and implement
  • Semantic: Class names clearly indicate their purpose
  • Expressive: Provides enough styling options without overwhelming complexity
  • LLM-optimized: Designed to be easily understood by language models for automated UI generation

x-css serves as a foundation for AI-assisted UI development, allowing LLMs to efficiently generate structured, well-designed interfaces by referencing this documentation.

Installation

npm install @bod.ee/x-css
# or
yarn add @bod.ee/x-css
# or
bun add @bod.ee/x-css

Usage

Import the CSS file into your project:

/* In your main CSS/Less/Sass file */
@import '@bod.ee/x-css';

Or via a link tag in your HTML:

<link rel="stylesheet" href="path/to/node_modules/@bod.ee/x-css">

Or via CDN (unpkg):

<link rel="stylesheet" href="https://unpkg.com/@bod.ee/x-css@latest">

Available Classes

Examples

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

0.3.5

10 months ago

0.3.4

10 months ago

0.3.3

10 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.2.4

10 months ago

0.2.3

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.1

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago