Skip to content

Commit

Permalink
populatedb
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Jun 3, 2024
1 parent c3fe757 commit b331a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cssdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -1984,7 +1984,7 @@
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/round"
},
"example": "div {\n left: mod(18px, 5px);\n top: rem(18px, 5px);\n right: round(2.5px, 1px);\n bottom: round(up, 15px, 7px);\n}",
"interoperable_at": 1715817600,
"interoperable_at": 1715904000,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down
2 changes: 1 addition & 1 deletion cssdb.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1984,7 +1984,7 @@ export default [
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/round"
},
"example": "div {\n left: mod(18px, 5px);\n top: rem(18px, 5px);\n right: round(2.5px, 1px);\n bottom: round(up, 15px, 7px);\n}",
"interoperable_at": 1715817600,
"interoperable_at": 1715904000,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down

0 comments on commit b331a94

Please sign in to comment.