@warp-ds/uno
Advanced tools
Comparing version 1.0.0-alpha.23 to 1.0.0-alpha.24
{ | ||
"name": "@warp-ds/uno", | ||
"repository": "git@github.com:warp-ds/drive.git", | ||
"version": "1.0.0-alpha.23", | ||
"version": "1.0.0-alpha.24", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -190,1 +190,7 @@ import { globalKeywords, handler as h, makeGlobalStaticRules, positionMap } from '#utils'; | ||
]; | ||
export const safeArea = [ | ||
['pb-safe', { 'padding-bottom': 'env(safe-area-inset-bottom, 0px)' }], | ||
['mb-safe', { 'margin-bottom': 'env(safe-area-inset-bottom, 0px)' }], | ||
[/^pb-safe-\[([\d]+)]$/, ([, d]) => ({ 'padding-bottom': `calc(${d}px + env(safe-area-inset-bottom, 0px))` })], | ||
]; |
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
204924
5786