Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@nrk/core-css
Advanced tools
Base styling and utilities for all NRK projects.
@nrk/core-css
exposes a set of class names and mixins to ease creating backwards compatible layouts and standard NRK styling. The code is built on BEM-conventions and is namespacednrk-
to play nice with existing projects.
https://static.nrk.no/core-css/latest/
npm install @nrk/core-css
then import it into your stylesheet:
@import '@nrk/core-css/core-css.css' // css
@import '@nrk/core-css/core-css.scss' // sass
@import '@nrk/core-css/core-css.less' // less
@import 'node_modules/@nrk/core-css/core-css.styl' // stylus
Recommended only for prototyping.
<link rel="stylesheet" href="https://static.nrk.no/core-css/major/1/core-css.min.css">
First clone @nrk/core-css
and install dependencies:
git clone git@github.com:nrkno/core-css.git
cd core-css
npm install
npm start # Your browser will open documentation with hot reloading
After having applied changes, remember to build the CSS, SVG and fonts before pushing the changes upstream.
git checkout -b feature/my-changes
# update the source code
npm run build
git commit -am "Add my changes"
git push origin feature/my-changes
# then make PR to the master branch,
# and assign a CSS developer to review your code
NOTE! Please also make sure to keep commits small, clean and that the commit message actually refers to the updated files. Formally, make sure the message is Capitalized and starts with a verb.
FAQs
Core CSS layer for web services.
The npm package @nrk/core-css receives a total of 0 weekly downloads. As such, @nrk/core-css popularity was classified as not popular.
We found that @nrk/core-css demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 125 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.