Skip to content

Commit

Permalink
README: directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
nishanths committed Jan 9, 2017
1 parent b4ef9d2 commit 06e8b90
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This directory contains files that are purely used in development.

The theme should continue to work even if this directory is removed.

### Getting started
## Getting started

To make CSS changes:

Expand All @@ -11,15 +11,30 @@ To make CSS changes:
$ npm install -g lessc

# Make changes to .less files...
$ vim dev/site.less

# Compile dev/*.less files to static/css/*.css
# Compile using make:
# dev/reset.less -> static/css/reset.css
# dev/pygments.less -> static/css/pygments.css
# dev/main.less -> static/css/main.css
$ make css
```

Commit both `dev/less` and `static/css`.

### Versions in use
## Files

```
less/
- reset.less # usual CSS reset
- pygments.less # syntax highlighting
- main.less # main file that @includes files below
- site.less # core styles
- markdown.less # styles for markdown-rendered content
- util.less
- flexbox-prefixes.less
```

## Versions in use

```
lessc 2.7.1 (Less Compiler) [JavaScript]
Expand Down

0 comments on commit 06e8b90

Please sign in to comment.