Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Remove duplicate rules from stylesheets #3029 (#3031)
Browse files Browse the repository at this point in the history
* Remove duplicate rules from stylesheets #3029

* Remove duplicate rules from stylesheets #3029

* Remove duplicate rules from stylesheets #3029

* Remove duplicate rules from stylesheets #3029
  • Loading branch information
zzbazinga authored and locks committed Oct 15, 2017
1 parent 4726b3f commit 4723ebb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 45 deletions.
18 changes: 0 additions & 18 deletions source/stylesheets/about.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -185,22 +185,4 @@ body.about {
text-align: center;
}
}
/*
body.index.responsive > #content-wrapper {
padding: 3em;
padding-bottom: 1em;
width: 100%;
max-width: 60em;
margin: 0 auto;
}
body.index.responsive #content {
width: 90%;
}

@media screen and (max-width: 460px) {
body.index.responsive > #content-wrapper {
padding: 2em 0 1em;
}
}
*/
7 changes: 0 additions & 7 deletions source/stylesheets/base/_grid-settings.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
@import "neat-helpers"; // or "../neat/neat-helpers" when not in Rails

// Neat Overrides
// $column: 90px;
// $gutter: 30px;
// $grid-columns: 12;
// $max-width: em(1088);

// Neat Breakpoints
$medium-screen: em(640);
$large-screen: em(860);
Expand Down
5 changes: 1 addition & 4 deletions source/stylesheets/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ h1 {
font-size: 24px;
margin-top: 0;
color: $orange-color;
// border-bottom: solid 1px #d0d0d0;
// This styling has been removed from everywhere other than
// the API and Guides, like at line 1167.
padding-bottom: 20px;
line-height: 1.125;
}
Expand Down Expand Up @@ -80,4 +77,4 @@ ol {

p {
margin: 1em 0;
}
}
16 changes: 0 additions & 16 deletions source/stylesheets/base/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ $footer-font-family: proxima-nova, sans-serif;

/* Code highlight */
$highlight-border-radius: 5px;
/* $highlight-yellow: #F5E090; */
/* $highlight-green: #C3F590; */
$highlight-red: #EC605E;
/* $highlight-blue: #90D7F5; */
/* $highlight-cyan: #78CEC8; */
$highlight-added: #5D7D5D;
$highlight-removed: #905454;
$code-background: $dark-gray;
Expand All @@ -53,18 +49,6 @@ $highlight-orange: #8F4A2C;
$highlight-yellow: #F8EEC7;
$highlight-red: #FFECEC;

/* $highlight-colors: ( */
/* attribute-name: $highlight-red, */
/* comment: $medium-gray, */
/* content: $highlight-cyan, */
/* function: $highlight-red, */
/* key: $highlight-red, */
/* keyword: $highlight-yellow, */
/* local-variable: $highlight-red, */
/* string: $highlight-cyan, */
/* tag: $highlight-red, */
/* ); */

/* Misc */
$hidpi-min-pixel-ratio: 1.3 !default;

Expand Down

0 comments on commit 4723ebb

Please sign in to comment.