From ad5e724e5f6f2528a43a2bbeacfed4a429fedfa7 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 20:28:12 -0800 Subject: [PATCH] add stub entry about new approach for skeuomorphic theming to the migration guide --- docs/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migration.md b/docs/migration.md index c5416b6634..6904a61238 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -19,6 +19,7 @@ For a broader overview, see [what's new](http://blog.getbootstrap.com/DEAD-LINK- - Refactored nearly all components to use more unnested classes instead of children selectors. - Non-responsive usage of Bootstrap is no longer supported. - Dropped the online Customizer in favor of more extensive setup documentation. +- Replaced the separate optional theme with... ## Major class changes