Primer Brand CSS
CSS for Primer Brand components
⚠️ For use by GitHub Staff only
https://primer.style/brand
Install
npm install --save @primer/brand-css
Usage
CSS for all Primer Brand components are available in the following directory: @primer/brand-css/components
Import specific stylsheets like this:
@import '@primer/brand-css/components/Button/Button.css';
Refer to Primer Brand Documentation for a full list of available components.
Development
The stylesheets in this package are programmatically built from the source code of the Primer Brand's React component library. Any style updates or modifications should be made to the original stylesheets (in packages/react
), as any updates to the built CSS files will be overwritten.