Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
progress-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/styles/variables.less
. 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.
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
font-size
, 16px
here.@spacing
, @spacing * 2
, @spacing / 2
padding: @spacing 0
)margin-bottom
, it will make them fit coherently in a layout. If you want to customize the margin-bottom
in the html template with the utility classes: u-mb1
, u-mb2
is-required
)http://www.basscss.com/
)FAQs
Classy progress style guide
The npm package progress-style-guide receives a total of 1 weekly downloads. As such, progress-style-guide popularity was classified as not popular.
We found that progress-style-guide demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.