From 67ed299b5d156690644c41cbae38a337395618f7 Mon Sep 17 00:00:00 2001 From: Konstantin Azizov Date: Wed, 9 May 2018 09:44:33 +0200 Subject: [PATCH] Add demo for box-sizing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c38ec392..659871f5 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ html { This makes it easier to change `box-sizing` in plugins or other components that leverage other behavior. +#### [Demo](https://codepen.io/anon/pen/MGQKxp) + [back to table of contents](#table-of-contents)