Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Doh
  • Loading branch information
mikefrancis authored May 30, 2018
commit 5341255f6239386eded40f30813895fe07b406ac
3 changes: 2 additions & 1 deletion defaultConfig.stub.js
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ module.exports = {
'4': '1rem',
'6': '1.5rem',
'8': '2rem',
'16': '2rem',
'16': '4rem',
},


Expand Down Expand Up @@ -706,6 +706,7 @@ module.exports = {
'4': '1rem',
'6': '1.5rem',
'8': '2rem',
'16': '4rem',
},


Expand Down