@extends('_layouts.master', ['title' => 'Display']) @section('body')
The display utilities simply display property helpers.
Using the utilities in HTML:
{{ '
' }}
Using the utilities in Less:
div {
.block;
.inline-block;
.table;
.table-row;
.table-cell;
.hidden;
// Responsive example
.screen(lg, {
.inline-block;
});
}
@endsection