
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
@kano/kbc-base-styles
Advanced tools
kbc-base-styles
Kano base Scss styles, including a CSS reset and initial element styles. Also includes useful scss functions and mixins for creating projects.
In Scss, import the base stylesheet at the top of your project:
@import '~@kano/kbc-base-styles/main.scss';
To import the Scss tools - variables, functions and mixins:
@import '~@kano/kbc-base-styles/src/tools.scss';
Colour and typography variables made available from kbc-base
(initially from kbc-tokens
) are possible to be overwritten by the local application. To do this in your application, create local variables with the same variable name before importing tools or the base styles:
// App variables
@import 'variables';
// kbc-base
@import '~@kano/kbc-base-styles/main.scss';
or:
// App variables
@import 'variables';
// kbc-base tools
@import '~@kano/kbc-base-styles/lib/tools.scss';
FAQs
Kano base styles and sass functions and mixins
We found that @kano/kbc-base-styles demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 16 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 Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.