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
|
||||
prism_languages: [css, html]
|
||||
weight: -1
|
||||
updated: 2018-03-06
|
||||
authors:
|
||||
- github: benolot
|
||||
description: |
|
||||
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-lowercase` | Transforms **all** characters to **lowercase** |
|
||||
| `.is-uppercase` | Transforms **all** characters to **uppercase** |
|
||||
|
||||
|
|
|
@ -3,11 +3,14 @@ title: composer
|
|||
category: CLI
|
||||
layout: 2017/sheet
|
||||
weight: -1
|
||||
authors:
|
||||
- github: benolot
|
||||
updated: 2018-03-06
|
||||
description: |
|
||||
Basic guide on how to use Composer, the PHP Package manager.
|
||||
---
|
||||
|
||||
All composer commands, depending on your install, may need to use `php composer.phar` in the install folder for composer, instead of plain `composer`.
|
||||
All composer commands, depending on your install, may need to use `php composer.phar` in the install folder for composer, instead of plain `composer`.
|
||||
|
||||
### Package management
|
||||
|
||||
|
@ -43,4 +46,3 @@ All composer commands, depending on your install, may need to use `php composer.
|
|||
| Command | Description |
|
||||
| --- | --- |
|
||||
| `composer remove laravel` | Remove new package to composer.json and uninstall it |
|
||||
|
||||
|
|
Loading…
Reference in New Issue