Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs16.css

Extended CSS library based on Counter Strike 1.6 UI and originally developed by ekmas.

Usage

Just import cs16.min.css via your favourite method. See the Development section for specific commands.

Project structure

src/
  cs16.css          # source (edit this)
  index.css         # preview page layout only
dist/
  cs16.min.css      # built library (do not edit)
index.html          # demo preview
vite.config.js
package.json

Development

pnpm install
pnpm build          # build dist/cs16.min.css only
pnpm dev            # dev preview at http://localhost:5173 (uses src/)
pnpm preview        # build + serve production preview at http://localhost:4173 (uses preview/)

The build uses Lightning CSS via Vite to minify, flatten nesting, and add vendor prefixes for Chrome 109+, Firefox 115+, and browsers with >= 0.25% global usage.

About

Extended CSS library based on ekmas'es Counter Strike 1.6 UI

Topics

Resources

Stars

Watchers

Forks

Releases

Contributors

Languages