Attribute new sheets

This commit is contained in:
Rico Sta. Cruz 2018-03-06 16:02:58 +08:00
parent 6e713c529c
commit b788420dea
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
2 changed files with 7 additions and 3 deletions

View File

@ -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** |

View File

@ -3,11 +3,14 @@ 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.
--- ---
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 ### Package management
@ -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 |