Add container tests

This commit is contained in:
Jeremy Thomas
2021-10-30 23:10:31 +01:00
parent 69a991ade1
commit 74b9b1e665
6 changed files with 263 additions and 2 deletions

View File

@@ -60,6 +60,14 @@
"scheme-main": "rgb(255, 255, 255)",
"border": "rgb(219, 219, 219)",
"text": "rgb(74, 74, 74)",
"text-strong": "rgb(54, 54, 54)"
"text-strong": "rgb(54, 54, 54)",
"viewports": {
"mobile": [320, 480],
"tablet": [769, 640],
"desktop": [1024, 800],
"widescreen": [1216, 900],
"fullhd": [1408, 1200]
}
}
}