primer-utilities
Advanced tools
Comparing version 4.15.0-alpha.2507e037 to 4.15.0-alpha.2682bd3a
@@ -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.2507e037", | ||
"version": "4.15.0-alpha.2682bd3a", | ||
"name": "primer-utilities", | ||
@@ -34,3 +34,3 @@ "description": "Immutable, atomic CSS classes to rapidly build product", | ||
"dependencies": { | ||
"primer-support": "4.8.0-alpha.2507e037" | ||
"primer-support": "4.8.0-alpha.2682bd3a" | ||
}, | ||
@@ -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
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
469150
221
+ Addedprimer-support@4.8.0-alpha.2682bd3a(transitive)
- Removedprimer-support@4.8.0-alpha.2507e037(transitive)