mirror of
https://github.com/primer/css.git
synced 2024-12-25 23:23:47 +03:00
edac9edbcf
* Add Stack component * Stylelint auto-fixes * Ongoing Stack component implementation * Add Stack dividers, responsive props, examples * Implement align, alignWrap, and spread props * Code cleanup * Wrap responsive props under narrow+regular queries * Fix structure comment * Address rendering bugs, add docs * typo * Cleanup * typo * Please stylelint * Update docs/src/stories/components/Layout/Stack.stories.jsx Co-authored-by: Mike Perrotti <mperrotti@github.com> * Simplify jsx * Simplify Stack CSS, add Stack-item * Add Stack feature stories * Stylelint auto-fixes * Remove `none` from dividerAriaRole property * add wide viewport support * Stylelint auto-fixes * Add changeset * Hide custom gap support * Use Sass comments instead Co-authored-by: Actions Auto Build <actions@github.com> Co-authored-by: Mike Perrotti <mperrotti@github.com> |
||
---|---|---|
.. | ||
mixins | ||
variables | ||
index.scss | ||
README.md |
bundle | generated |
---|---|
support | true |
Primer CSS: support
bundle
Usage
Primer CSS source files are written in SCSS. To include this Primer CSS module in your own build, ensure that your node_modules
directory is listed in your Sass include paths, then import it with:
@import "@primer/css/support/index.scss";
Build
The @primer/css
npm package includes a standalone CSS build of this module in dist/support.css
.