
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
@brainly/style-guide-basics
Advanced tools
This package contains CSS definitions of variables and clasess for:
This package contains CSS definitions of variables and clasess for:
yarn install @brainly/style-guide-basics --save-dev
Init package, additionaly init @font-face from style-guide-basics
import '@brainly/style-guide-basics/dist/initFontFace.css';
import '@brainly/style-guide-basics';
Init package with your custom @font-face definition"
import './customFontFaceConfig.css';
import '@brainly/style-guide-basics';
.header {
composes: textBit_m from '@brainly/style-guide-basics';
}
@value size_xxl from '@brainly/style-guide-basics';
.videoContainer {
margin-top: size_l;
}
.header {
composes: textBit_m from '@brainly/style-guide-basics';
}
.sectionContent {
display: flex;
flex-direction: column;
margin: size_l;
}
@media largeScreen {
.sectionContent {
flex-direction: row;
max-width: contentMaxWidth;
margin: size_xxl;
}
.header {
/* Note: composes: would not work here :( */
font-size: textBitFontSize_l;
}
}
import {textBit_s} from '@brainly/style-guide-basics';
const header = <h2 className={textBit_s}>Text bit</h2>;
import {textBit_s, textBitFontSize_l} from '@brainly/style-guide-basics';
const header = (
<h2
className={textBit_s}
style={{
fontSize: textBitFontSize_l
}}
>
Text bit
</h2>
);
FAQs
This package contains CSS definitions of variables and clasess for:
We found that @brainly/style-guide-basics 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
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.