@warp-ds/uno
Advanced tools
Comparing version 1.0.0-alpha.50 to 1.0.0-alpha.51
{ | ||
"name": "@warp-ds/uno", | ||
"repository": "git@github.com:warp-ds/drive.git", | ||
"version": "1.0.0-alpha.50", | ||
"version": "1.0.0-alpha.51", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -0,4 +1,6 @@ | ||
const reset = (await fetch('https://assets.finn.no/pkg/@warp-ds/css/v1/resets.min.css')).text(); | ||
export const resets = { | ||
layer: 'preflights', | ||
getCSS: async () => (await fetch('https://assets.finn.no/pkg/@warp-ds/css/v1/resets.min.css')).text(), | ||
getCSS: () => reset, | ||
}; |
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
191077
5059