
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.
frs-style-guide
Advanced tools
You can run the style guide locally by running:
npm install
npm start
http://localhost:3000/styleguide/
We will use the following naming convention
component-name
component-name--modifierName
component-name__descendent
is-*
// utilities
u-*
// Extended
has-*
no-*
js-*
You can find the variables of the style guide inside the public/frs-style/variables.scss
. All the variables start with sg-*
(Style Guide). The currently exposed variables are:
$sg-font-family
$sg-font-size
$sg-spacing
The code is published on npm, it will be automatically bundled into a css file during the publishing process. Make sure you are signed in via npm login
. See npm documentation for more information.
git commit -m 'Changed something'
# For small changes
npm version patch
npm publish
git push origin master
# To push the tags in Bitbucket
git push --tags
You can also require the style guide and mount the express app on your server, check example/index.js
If you're getting an unexpected token error you may be using the wrong versions of node and npm. If you're using nvm you can run nvm use
in the project directory to use a compatible version.
font-size
, 16px
here.$spacing
, $spacing * 2
, $spacing / 2
padding: $spacing 0
)margin-bottom
, it will make them fit coherently in a layout.is-required
)http://www.basscss.com/
)FAQs
FRS style guide
The npm package frs-style-guide receives a total of 0 weekly downloads. As such, frs-style-guide popularity was classified as not popular.
We found that frs-style-guide demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 open source maintainers 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.