Skip to content

0livare/stylish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stylish Styles

This repo is where I store the styles that I write for the Stylish chrome extension, mostly consisting of dark themes for various sites.

Setup

This project is written in SCSS. In order to get usable CSS, the SCSS needs to be transcompiled.

To get started:

$ npm install
$ npm start

Package.json

Using node-sass for compilation and nodemon for file watching. The advantage of nodemon over just using the -w flag for node-sass is that nodemon will compile the files initially and then begin watching the directory, instead of just watching for new changes. Oh and it has pretty colors too.

An alternative watch script (in package.json) without using nodemon could be:

"watch": "node-sass -w scss -o css",

About

My collection of custom styles for the Stylish browser extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages