Skip to content

Base styles for Ditto Web Things™

Notifications You must be signed in to change notification settings

ditto-lang/ditto.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ditto.css 💅

Something something visual identity.

Usage

This isn't a stylesheet, it's a bunch of PostCSS modules. They're supposed to be extended and bundled on a case-by-case basis. You'll need define your own postcss entrypoint and import ditto.css (using postcss-import):

/* styles.css */
@import "ditto.css";

/* 
...any additions here 
*/

Copy this repo's postcss.config if you want.

The styles also depend on Fira Code and Material Symbols, which you'll need to include yourself.