Skip to content

Commit

Permalink
Add Stylus rules in portuguese
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho committed Jul 7, 2015
1 parent ec014a7 commit eb3d77a
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 58 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ Always use double quotes.
}
```

Include a single space before the opening brace of a ruleset.
Include a single space before the opening bracket of a ruleset.

```css
/* Good */
Expand Down Expand Up @@ -760,7 +760,7 @@ Use soft tabs with two spaces. You can configure your editor for this.
display inline-block
```

Do not use semi-colons, commas or braces
Do not use semi-colons, commas or brackets

```css
// Good
Expand Down Expand Up @@ -858,7 +858,7 @@ Warning with nesting rules of preprocessors. Continue keep without nesting.
...
```

Create mixins and use [@extends](https://learnboost.github.io/stylus/docs/extend.html) in various elements
Create mixins and use [@extends](https://learnboost.github.io/stylus/docs/extend.html) to add in various elements.

```css
$clearfix
Expand All @@ -880,7 +880,7 @@ $clearfix
<a name="preprocessors-media-queries"></a>
### 5.3. CSS Preprocessors Media Queries

Provide the media queries rules inside the element
Provide the media queries rules inside the element.

```css
.navbar
Expand Down
Loading

0 comments on commit eb3d77a

Please sign in to comment.