1. Jan 13, 2019
    • Luke Schoen's avatar
      fix: Add babel-plugin-styled-components library so debugging shows name not hash · 6febb4ce
      Luke Schoen authored
      Without this babel plugin when you try to debug in Dev Tools > Elements,
      it displays the components with the styled-component name shown as a hash i.e.
      `<div class="sc-EHOje dGUdfn">`, whereas previously with CSS/Sass it showed the class name.
      
      This babel plugin displays the style-component name that we specified instead of a
      meaningless hash i.e. `<div class="App__DivContent-sc-1l7hwf9-0 jhbGUD">`, where `DivContent`
      is the name of the styled-component that we created.
      6febb4ce
  2. Jan 08, 2019
  3. Nov 20, 2018
  4. Nov 14, 2018
  5. Jul 17, 2018
  6. Jul 05, 2018
  7. Jul 04, 2018
  8. Jun 29, 2018
  9. Jun 28, 2018
  10. Jun 27, 2018
  11. Jun 22, 2018
  12. Jun 15, 2018
  13. Jun 13, 2018
  14. Jun 08, 2018