Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
change the example built-in mixin
see also: bassjobsen/jbst#108
  • Loading branch information
bassjobsen committed Feb 12, 2014
1 parent 53dcc9c commit 5bcd8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Use the built-in compiler to:
.button-variant(white; red; blue);
}`
- set any built-in LESS variable: for example `@footer_bg_color: black;` sets the background color of the footer to black
- use built-in mixins: - add a custom font: `.include-custom-font(@family: arial, @path: @custom-font-dir, @weight: normal, @style: normal);`
- use built-in mixins: - add a custom font: `.include-custom-font(@family: arial,@font-path, @path: @custom-font-dir, @weight: normal, @style: normal);`

The compiler can also be download as [plugin](http://wordpress.org/plugins/wp-less-to-css/)

Expand Down

0 comments on commit 5bcd8ec

Please sign in to comment.