diff --git a/README.md b/README.md index 95fb4ff..d209f9a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ### Installation As easy as: +- ```npm install --global grunt-cli``` [Grunt installation](http://gruntjs.com/getting-started) - ```npm install --global gulp-cli``` [Gulp installation](https://github.com/gulpjs/gulp) - ```npm install -g markdown-styleguide-generator``` [StyleGenerator installation](https://www.npmjs.com/package/markdown-styleguide-generator#install) - ```npm install``` diff --git a/package.json b/package.json index 9e6ddd9..463b565 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "node": ">= 0.8.0" }, "devDependencies": { + "grunt": "~0.4.5", "jquery": "~2.2.0", "highlight.js": "~9.1.0", "markdown-styleguide-generator": "~2.0.4", @@ -48,9 +49,6 @@ "grunt-shell": "1.1.2", "load-grunt-tasks": "*" }, - "peerDependencies": { - "grunt": "~0.4.5" - }, "keywords": [ "library", "CartoDB", diff --git a/src/scss/cdb-components/boxes.scss b/src/scss/cdb-components/boxes.scss index beb7693..d32fd51 100644 --- a/src/scss/cdb-components/boxes.scss +++ b/src/scss/cdb-components/boxes.scss @@ -40,184 +40,3 @@ .CDB-Box-modalHeaderItem--paddingVertical { padding: $baseSize + 4 0; } - -/* SG -# Boxes/Loader -``` -
- -
-
-
-
-
-
-
- - -
-
-
-
-
-
-
- -
-``` -*/ - -.CDB-BoxLoader { - padding: 0 $baseSize * 3; - border-top: 1px solid $cMainLine; -} - - -.CDB-BoxLoader-inner { - padding: $baseSize + 4 0; - border-top: 1px solid $cMainLine; - &:first-child { - border-top: 0; - } -} - -.CDB-BoxLoader-item { - @include display-flex(); - padding: $baseSize 0; - color: $cSecondaryText; - &.is-working { - color: $cAltText; - } -} - -.CDB-BoxLoader-info { - @include flex(1); - padding-right: $baseSize * 2; -} - -/* SG -# Boxes/Info Boxes - - -``` -
-

ABOUT PREVIEW MODE

-

He's a queer man, Captain Ahab—so some thinkbut a good one. Oh, thou'lt like him well enough; no fear, no fear

-

CLOSE

-
-
-
-
-
-

ABOUT PREVIEW MODE

-

He's a queer man, Captain Ahab—so some thinkbut a good one. Oh, thou'lt like him well enough; no fear, no fear

- -
-``` -*/ - -.CDB-InfoBox { - padding: 12px 16px; - border-radius: 4px; - background: $cThirdBackground; - &.is-alert { - background: rgba($cHighlightYellow, 0.6); - } -} - -.CDB-InfoBox-footer { - @include display-flex(); - @include align-items(center); -} - -.CDB-InfoBox-footerItem { - @include flex(1); -} - -.CDB-InfoBox-footerItem--right { - text-align: right; -}