Skip to content

cAttte/userstyles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

userstyles

A monorepo for all of my userstyles.

Styles

  • bte-dark-mode: A dark mode userstyle for the official Build The Earth website.
    No longer mantained, as it's been officially implemented.
  • muttr-dark-mode: A dark mode userstyle for Muttr.

Scripts

build

Build the provided userstyle into its dist/ directory.

Example

$ npm run build -- muttr-dark-mode

watch

Watch for changes in the provided userstyle, and build it on every change.

Example

$ npm run watch -- muttr-dark-mode