I hereby claim:
- I am jgwerner on github.
- I am gregillumideskco (https://keybase.io/gregillumideskco) on keybase.
- I have a public key ASCQCuLMin1J0bMyPLIBc1oY5nurmeXrMFrup7SLYosxLwo
To claim this, I am signing this object:
| @import "~antd/lib/style/color/colors.less"; | |
| @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;500;700;900&display=swap&css'); | |
| body{ | |
| font-family: 'Inter', sans-serif; | |
| } | |
| :global(.site-layout) :global(.site-layout-background) { | |
| background: @white; | |
| position: relative; |
| /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ | |
| @import "~antd/lib/style/color/colors.less"; | |
| @theme: default; | |
| // The prefix to use on all css classes from ant. | |
| @ant-prefix: ant; | |
| // An override for the html selector for theme prefixes | |
| @html-selector: html; |
I hereby claim:
To claim this, I am signing this object:
| provider "aws" { | |
| region = "us-west-2" | |
| } | |
| resource "aws_vpc" "example" { | |
| cidr_block = "10.0.0.0/16" | |
| tags = { | |
| Name = "example-vpc" | |
| } | |
| } |