1
1
mirror of https://github.com/primer/css.git synced 2024-12-25 23:23:47 +03:00
css/src/support
Vinicius Depizzol edac9edbcf
Add Stack component (#2152)
* 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>
2022-07-25 14:09:14 -07:00
..
mixins Bump @primer/stylelint-config from 12.4.0 to 12.5.0 (#2085) 2022-05-19 10:59:34 -07:00
variables Add Stack component (#2152) 2022-07-25 14:09:14 -07:00
index.scss Updating @primer/stylelint-config to 12.1.0 (#1712) 2021-10-28 10:14:08 -07:00
README.md Rename all links and references to the default git branch being master 2021-03-21 22:34:44 -07:00

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.

License

MIT © GitHub