Skip to content

Commit

Permalink
Changelog: 🚀
Browse files Browse the repository at this point in the history
## New features

### Comment syntax is now opt-in

By default you'll be writing responsive hints, using no-comment
syntax. Like this:

```css
.text {
  padding: 10px | 20px | x | 30px;
}
```

If you don't want to use non-standard syntax you need to set 'comments'
option to 'true'. After that you can write you hints like this:

```css
.text {
  padding: 10px /* | 20px | x | 30px | */;
}
```
  • Loading branch information
smashercosmo committed Oct 5, 2017
1 parent 76c2dd7 commit df79c83
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit df79c83

Please sign in to comment.