primer-utilities
Advanced tools
Comparing version 4.15.0-alpha.20dd7c15 to 4.15.0-alpha.24b4159c
@@ -31,3 +31,3 @@ --- | ||
<div class="Box-row"> | ||
<p class="mb-0 alt-text-small text-gray"> | ||
<p class="mb-0 text-gray"> | ||
Taxidermy live-edge mixtape, keytar tumeric locavore meh selvage deep v letterpress vexillologist lo-fi tousled church-key thundercats. Brooklyn bicycle rights tousled, marfa actually. | ||
@@ -60,3 +60,3 @@ </p> | ||
<h3 class="text-gray-dark">Serverless architecture</h3> | ||
<p class="alt-text-small text-gray"> | ||
<p class="text-gray"> | ||
Build powerful, event-driven, serverless architectures with these open-source libraries and frameworks. | ||
@@ -63,0 +63,0 @@ </p> |
@@ -276,2 +276,14 @@ --- | ||
### Responsive position | ||
Position utilities can be applied or changed per breakpoint in responsive layouts. Each responsive position utility is applied to the specified breakpoint and up, using the following formula: `position-[breakpoint]-[property]`. For example: `position-md-absolute`. | ||
```html | ||
<div style="height: 64px;"> | ||
<div class="border position-md-absolute top-0 right-0"> | ||
.position-md-absolute .top-0 .right-0 | ||
</div> | ||
</div> | ||
``` | ||
### Screen reader only | ||
@@ -278,0 +290,0 @@ |
{ | ||
"version": "4.15.0-alpha.20dd7c15", | ||
"version": "4.15.0-alpha.24b4159c", | ||
"name": "primer-utilities", | ||
@@ -34,3 +34,3 @@ "description": "Immutable, atomic CSS classes to rapidly build product", | ||
"dependencies": { | ||
"primer-support": "4.8.0-alpha.20dd7c15" | ||
"primer-support": "4.8.0-alpha.24b4159c" | ||
}, | ||
@@ -37,0 +37,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
469142
221
+ Addedprimer-support@4.8.0-alpha.24b4159c(transitive)
- Removedprimer-support@4.8.0-alpha.20dd7c15(transitive)