-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 12.1.0 #699
Release 12.1.0 #699
Conversation
…s sass to use loops instead of hardcoded classes
Add missing zero to $marketing-all-spacers
Add x- and y-axis overflow utilities
Remove unused dev dependencies
Added support for negative offset columns with responsive support
@@ -41,7 +41,7 @@ As of [Primer v10.10.0](https://github.com/primer/css/releases/v10.10.0), `prime | |||
|
|||
Rather than toggling the `d-none` class in JavaScript, you should toggle the `hidden` property on an element. This means that you won't have to restore any more specific display utility (`d-inline` or `d-flex`, for instance) just to work around the order in which they're listed in the stylesheet. | |||
|
|||
```js | |||
```js dead |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, dead
here just means "not live"... I guess inert
might be less controversial?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left one comment. If you disagree I'm ok with letting this ship.
Pulled the site down and ran the docs looks good 👍
Primer Minor Release
Version: 📦 12.1.0
Approximate release date: 📆 Feb 29, 2019
🚀 Enhancement
0
to responsive marketing positioning utilities (top-lg-0
, et al) Add missing zero to $marketing-all-spacers #697📝 Documentation
🏠 Internal
script/selector-diff-report
to compare against@primer/css
(notprimer
!)Ship checklist
CHANGELOG.md
version
field inpackage.json
to match the release version/cc @primer/ds-core