From bde8fe1478c04d85970cec2b7ba577e13951f0eb Mon Sep 17 00:00:00 2001 From: Eric Jimenez Date: Thu, 17 Nov 2016 17:54:42 -0500 Subject: [PATCH] remove grid fluid from dart api list (#2823) --- public/docs/dart/latest/cheatsheet.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/dart/latest/cheatsheet.jade b/public/docs/dart/latest/cheatsheet.jade index eec36cfb3f..8bad00b1ca 100644 --- a/public/docs/dart/latest/cheatsheet.jade +++ b/public/docs/dart/latest/cheatsheet.jade @@ -1,4 +1,4 @@ - var base = current.path[4] ? '.' : './guide'; -.l-content-small.grid-fluid.docs-content.cheatsheet +.l-content-small.docs-content.cheatsheet ngio-cheatsheet(src= base + '/cheatsheet.json')