Attribute new sheets
This commit is contained in:
parent
6e713c529c
commit
b788420dea
4
bulma.md
4
bulma.md
|
@ -3,6 +3,9 @@ title: Bulma
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
prism_languages: [css, html]
|
prism_languages: [css, html]
|
||||||
weight: -1
|
weight: -1
|
||||||
|
updated: 2018-03-06
|
||||||
|
authors:
|
||||||
|
- github: benolot
|
||||||
description: |
|
description: |
|
||||||
Basic guide on how to use Bulma, the lightweight css flexbox framework.
|
Basic guide on how to use Bulma, the lightweight css flexbox framework.
|
||||||
---
|
---
|
||||||
|
@ -89,4 +92,3 @@ The following classes **transform** the text
|
||||||
| `.is-capitalized` | Transforms the **first character** of each word to **uppercase** |
|
| `.is-capitalized` | Transforms the **first character** of each word to **uppercase** |
|
||||||
| `.is-lowercase` | Transforms **all** characters to **lowercase** |
|
| `.is-lowercase` | Transforms **all** characters to **lowercase** |
|
||||||
| `.is-uppercase` | Transforms **all** characters to **uppercase** |
|
| `.is-uppercase` | Transforms **all** characters to **uppercase** |
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,9 @@ title: composer
|
||||||
category: CLI
|
category: CLI
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
weight: -1
|
weight: -1
|
||||||
|
authors:
|
||||||
|
- github: benolot
|
||||||
|
updated: 2018-03-06
|
||||||
description: |
|
description: |
|
||||||
Basic guide on how to use Composer, the PHP Package manager.
|
Basic guide on how to use Composer, the PHP Package manager.
|
||||||
---
|
---
|
||||||
|
@ -43,4 +46,3 @@ All composer commands, depending on your install, may need to use `php composer.
|
||||||
| Command | Description |
|
| Command | Description |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `composer remove laravel` | Remove new package to composer.json and uninstall it |
|
| `composer remove laravel` | Remove new package to composer.json and uninstall it |
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue