
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
ym-styleguide
Advanced tools
This script will pull out anything that looks like this:
---
title: {title of styling block}
description: | # Note the pipe character here.
{brief description of styling block. parsed in markdown.}
elements:
- {list of}
- {elements used}
modifiers:
- {list of}
- {available modifiers}
parameters:
- {list of}
- {input parameters}
- {for mixins}
returns:
- {list of}
- {output parameters}
- {for mixins}
example: | # Note the pipe character here as well.
<div>
{An HTML example}
</div>
---
...and produce a single HTML styleguide document. Only the title
field is required.
Elements, modifiers, parameters, and returns can all accept multilevel lists. In the generated style guide, the title of these fields will have a class of sg-field
.
Examples will both render directly as well as provide a summary and details toggle to view the code source within the generated styleguide. They are wrapped in a div
with a class of sg-example
.
It doesn't care if you are using CSS, Sass, SCSS, Less, Stylus... it has no knowledge of such things.
You also need an outline.json
in your stylesheets directory to tell it how to organize the blocks into the styleguide document. It looks like this:
{ "outline": [
"Metrics",
"Global Utilities", [
"Clearfix",
"Display Type Helpers",
"Pull and Push Helpers",
],
"Typography", [
"Font Sizes",
"Width Limiting",
"Headings, Subheadings, and Header Groups",
"Paragraphs", [
"Leading Paragraphs"
]
]
] }
The title must be identical to the outline to match up. If you use a title in the outline that doesn't exist as a component, it will just display the title. It will warn you however if not all blocks have been used by the outline.
Then with the NPM:
var yms = require('ym-styleguide');
yms.build('/stylesheets', function(html) {
// do something with `html`
});
FAQs
A quick and dirty styleguide generator based on YAML and Markdown
We found that ym-styleguide demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.