Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
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.
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 1 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.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.