Skip to content

Commit

Permalink
#1 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 23, 2019
1 parent 58ec4cf commit 05577d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ release:
# Perform build
git rm -rf dist/ --ignore-unmatch
npm run rultor --no-color
npm test --no-color
# Current branch is __rultor
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Here is a full list of "drops":
| `larger` | `font-size: 1.2em;` |
| `invisible` | `display: none; visibility: hidden;` |

There is also a set of drops for responsive design, like `desktop-only`, `printer-only`,
`no-printer`, `printer`, etc. for `desktop`, `printer`, `mobile`, and `tablet`.
There is also a set of drops for responsive design, like `desktop-only` and
`no-printer` for `desktop`, `printer`, `mobile`, and `tablet`.

Also, all [140 web colors](https://en.wikipedia.org/wiki/Web_colors)
are supported, like `tomato` or `blueviolet`.
Expand Down

0 comments on commit 05577d0

Please sign in to comment.