1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-01 22:26:24 -07:00

Rewrite CSS as Sass (.scss) files for better organization/loading

This commit is contained in:
user.email 2018-11-25 14:16:22 -08:00
parent 0d36172570
commit a6d7e9f188
56 changed files with 1751 additions and 1511 deletions

View file

@ -20,4 +20,8 @@ http://gochan.org
### For developers (using Vagrant)
1. Install Vagrant and Virtualbox. Vagrant lets you create a virtual machine and run a custom setup/installation script to make installation easier and faster.
2. From the command line, cd into vagrant/ and run `vagrant up`
3. After it finishes installing the Ubuntu VM, follow the printed instructions.
3. After it finishes installing the Ubuntu VM, follow the printed instructions.
### Theme development
See `sass/README.md` for information on working with Sass and stylesheets.