chat を更新
parent
8eba165edf
commit
e5046a6c0f
7
chat.md
7
chat.md
@ -53,6 +53,13 @@ htmlに省略形式でcssを記述します。`tailwind.config.ts`を見てく
|
|||||||
|
|
||||||
`@media`を制御する`sm`, `md`などは記述する順序を間違えると動きませんので注意。
|
`@media`を制御する`sm`, `md`などは記述する順序を間違えると動きませんので注意。
|
||||||
|
|
||||||
|
### はみ出す
|
||||||
|
|
||||||
|
```html
|
||||||
|
- w-full
|
||||||
|
+ overflow-hidden whitespace-nowrap
|
||||||
|
```
|
||||||
|
|
||||||
## hugo
|
## hugo
|
||||||
|
|
||||||
[hugo](https://github.com/gohugoio/hugo)のcomment systemにも利用できます。
|
[hugo](https://github.com/gohugoio/hugo)のcomment systemにも利用できます。
|
||||||
|
Loading…
Reference in New Issue
Block a user