@warp-ds/uno
Advanced tools
Comparing version 1.0.0-alpha.34 to 1.0.0-alpha.35
{ | ||
"name": "@warp-ds/uno", | ||
"repository": "git@github.com:warp-ds/drive.git", | ||
"version": "1.0.0-alpha.34", | ||
"version": "1.0.0-alpha.35", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -0,3 +1,4 @@ | ||
import { pageContainer } from './pageContainer.js'; | ||
import { typographyAliases } from './typography.js'; | ||
export const shortcuts = [typographyAliases]; | ||
export const shortcuts = [typographyAliases, pageContainer]; |
@@ -8,2 +8,4 @@ const breakpoints = { | ||
lg: '990px', | ||
// xl hits wide desktop-width and up | ||
xl: '1300px', | ||
}; | ||
@@ -10,0 +12,0 @@ |
Sorry, the diff of this file is too big to display
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
202865
58
5735