Skip to content

Commit

Permalink
Fi
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuruog committed Jan 12, 2013
1 parent 7b0a207 commit fcef689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/variables.md
Expand Up @@ -57,7 +57,7 @@ Identifiers (variable names, functions, etc.) may also include the `$` character
Another cool feature unique to Stylus is the ability to reference
properties defined _without_ assigning their values to variables. A great example of this is the logic required for vertically and horizontally center an element (typically done using percentages and negative margins, as follows):

別のStylus固有のクールな機能として、変数にこれらの値を割り当てる_ことなく_、定義されたプロパティを参照できることが挙げられます。
別のStylus固有のクールな機能として、変数にこれらの値を割り当てる _ことなく_ 、定義されたプロパティを参照できることが挙げられます。
この良い例は エレメントが垂直方向と水平方法の中心となるようなロジックが必要な場合です。
(次のように、パーセントやマイナスのマージンにて使うことが一般的です。)

Expand Down

0 comments on commit fcef689

Please sign in to comment.