Posts

Showing posts from November, 2017

Z-Indexes in CSS Explained

Z-Index is one of the most confusing and unintuitive properties in CSS, but it’s actually pretty simple once you understand it. Your first instinct is probably to think that you can just set z-index on any element and that that alone is going to determine its stacking order. This is WRONG. https://medium.com/@jberniertech/z-indexes-in-css-explained-32f52cb3fab (originally posted March 16, 2017)

Upgrading to Webpack 2, and Tree-Shaking results

Recently made the upgrade to Webpack 2 because I wanted the tree shaking functionality. Took about a day. Here are some tips, along with the results. https://medium.com/@jberniertech/upgrading-to-webpack-2-and-tree-shaking-results-e68bd203c974 (originally posted March 14, 2017)