Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@code.gov/code-gov-style

Package Overview
Dependencies
Maintainers
3
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code.gov/code-gov-style - npm Package Compare versions

Comparing version 1.10.4 to 1.10.5

48

components/cards.md

@@ -118,1 +118,49 @@ ---

```
# Responsive Details
If you have a card that has details inline after 600px only
<div style="max-width: 600px">
<div class="card">
<div class="card-title">Labor Hours Estimation for Code.gov Open Source Repositories</div>
<div class="card-description">Issue Description: This task supports the Code.gov team. We want to estimate total lines of code and total hours and costs for the code that is located in all of our open source repositories. The open source repositories are listed in the agency json...</div>
<dl>
<dt>Agency:</dt>
<dd><a>GSA</a></dd>
<dt>Last Updated:</dt>
<dd>9/17/2018</dd>
</dl>
<hr />
<dl class="inline-after-600px">
<dt>Languages:</dt>
<dd>CSS, HTML, JavaScript</dd>
<dt>Type:</dt>
<dd>Enhancement</dd>
<dt>Skill Level:</dt>
<dd>Intermediate</dd>
</dl>
</div>
</div>
```
<div style="max-width: 600px">
<div class="card">
<div class="card-title">Labor Hours Estimation for Code.gov Open Source Repositories</div>
<div class="card-description">Issue Description: This task supports the Code.gov team. We want to estimate total lines of code and total hours and costs for the code that is located in all of our open source repositories. The open source repositories are listed in the agency json...</div>
<dl>
<dt>Agency:</dt>
<dd><a>GSA</a></dd>
<dt>Last Updated:</dt>
<dd>9/17/2018</dd>
</dl>
<hr />
<dl class="inline-after-600px">
<dt>Languages:</dt>
<dd>CSS, HTML, JavaScript</dd>
<dt>Type:</dt>
<dd>Enhancement</dd>
<dt>Skill Level:</dt>
<dd>Intermediate</dd>
</dl>
</div>
</div>
```

2

package.json
{
"name": "@code.gov/code-gov-style",
"version": "1.10.4",
"version": "1.10.5",
"description": "Style for code.gov including buttons, banners, and cards. Inspired by and somewhat based on USWDS.",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc