Skip to content

Commit

Permalink
Dash in comments is wrong
Browse files Browse the repository at this point in the history
For margin/padding utilities there is a dash in the comment.
The rendered css-classes look like that: ```.mt-4``` so i think the comments are wrong.
  • Loading branch information
Patrick authored Nov 1, 2017
1 parent 454ae61 commit 1e77c8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions defaultConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ module.exports = {
| common use-cases like "1px". You can, of course, modify these
| values as needed.
|
| Class name: .p{-side?}-{size}
| Class name: .p{side?}-{size}
|
*/

Expand All @@ -636,7 +636,7 @@ module.exports = {
| common use-cases like "1px". You can, of course, modify these
| values as needed.
|
| Class name: .m{-side?}-{size}
| Class name: .m{side?}-{size}
|
*/

Expand All @@ -663,7 +663,7 @@ module.exports = {
| generally get used together. You can, of course, modify these
| values as needed.
|
| Class name: .-m{-side?}-{size}
| Class name: .-m{side?}-{size}
|
*/

Expand Down

0 comments on commit 1e77c8e

Please sign in to comment.