Skip to content

Commit

Permalink
Merge pull request #258 from GSI/256
Browse files Browse the repository at this point in the history
clarified README regarding "css add" (refs #256)
  • Loading branch information
mathstuf committed Apr 13, 2016
2 parents 8efd397 + d574371 commit e9b6550
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -290,8 +290,9 @@ as `KEY` and `many args` as `VALUE`.
* `css <COMMAND>`
- Controls CSS settings in web pages. Supported subcommands include:
+ `add <URI>`
* Adds a CSS file to pages when loaded. only supports one extra
stylesheet at a time.
* Adds a CSS file to pages when loaded. Despite the name, subsequent calls
replace any previous invocation. Meaning that only one single stylesheet
may be activated with this command.
+ `clear`
Clears all user-supplied stylesheets.
* `scheme <SCHEME> {COMMAND}`
Expand Down

0 comments on commit e9b6550

Please sign in to comment.