new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

GitHub Primer · all subjects

primitives/setup

4 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Primer Primitives installation

Install Primer Primitives using npm with the command 'npm install @primer/primitives' or using yarn with 'yarn add @primer/primitives'.

Import sizing, spacing and typography tokens

Import sizing, spacing and typography tokens by including the following CSS files at the root of your project: @import '@primer/primitives/dist/css/base/size/size.css'; @import '@primer/primitives/dist/css/base/typography/typography.css'; @import '@primer/primitives/dist/css/functional/size/border.css'; @import '@primer/primitives/dist/css/functional/size/breakpoints.css'; @import '@primer/primitives/dist/css/functional/size/size-coarse.css'; @import '@primer/primitives/dist/css/functional/size/size-fine.css'; @import '@primer/primitives/dist/css/functional/size/size.css'; @import '@primer/primitives/dist/css/functional/size/viewport.css'; @import '@primer/primitives/dist/css/functional/typography/typography.css';

Use CSS variables in CSS or SCSS

CSS variables from Primer Primitives can be used directly in CSS or SCSS files. Example: .Text { color: var(--fgColor-default); }

Use CSS variables in React with Primer React

CSS variables from Primer Primitives can be used in React components with styled-components using the sx prop. Example: <Text sx={{color: 'var(--fgColor-default)'}}></Text>

Give your agent this brain