From 1d24104aa919c04f03cf92a0389dcf5e74020156 Mon Sep 17 00:00:00 2001 From: Noah Allen Date: Mon, 24 May 2021 12:30:09 -0700 Subject: [PATCH] Import directly from calypso --- client/assets/stylesheets/reader-mobile.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/assets/stylesheets/reader-mobile.scss b/client/assets/stylesheets/reader-mobile.scss index 7d73fd110461c..843e127a4aaf0 100644 --- a/client/assets/stylesheets/reader-mobile.scss +++ b/client/assets/stylesheets/reader-mobile.scss @@ -3,4 +3,4 @@ // @import 'shared/utils'; -@import 'blocks/reader-full-post/_content'; +@import 'client/blocks/reader-full-post/_content';