Skip to content

Commit

Permalink
Merge branch 'gh-pages-staging' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bruce committed Aug 19, 2016
2 parents 9ee52ee + 1b9041d commit 7effc0c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions _site-assets/css/styleguide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,24 @@ code {
code[class*="language-"],
pre[class*="language-"] {
color: $color-base;
background-color: transparent;
}

.usa-accordion-content {
&.usa-code-sample {
padding: 1em;
}
pre, code
{
background: none;
font-size: 1.2rem;
padding: 0;
}
pre {
[class*="language-"] {
margin-top: 0;
}
}
}
// scss-lint:enable QualifyingElement

Expand Down
1 change: 1 addition & 0 deletions _site-assets/js/start.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'use strict';

require('./vendor/prismjs/prism.js');
require('./vendor/uswds/start.js');

var $ = require('jquery');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "samwds",
"version": "0.2.2",
"version": "0.2.3",
"description": "Open source UI components and visual style guide for the System for Award Management environment.",
"main": "src/js/start.js",
"scripts": {
Expand Down

0 comments on commit 7effc0c

Please sign in to comment.