connectivedx / fuzzy-chainsaw

MIT License
11 stars 5 forks source link

Missing rule for "noPadding" option within SgExample #345

Closed pgregorova closed 6 years ago

pgregorova commented 6 years ago

Noticed that

options: {
   noPadding: true
  }

wasn't working. Most of the logic was already in place, just SgExample--full-width class wasn't being passed, so I added it in.