Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit c99af53

Browse files
Merge pull request #3 from inlight-media/cam/add-display-utilities
Added Bootstrap display utilities
2 parents 4a68bf4 + 1755533 commit c99af53

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Then include [all.scss](./scss/all.scss) in your stylesheets.
2727
baseline to build upon.
2828
- The [Bootstrap 4](http://getbootstrap.com/) grid system. Documentation
2929
can be found [here](https://getbootstrap.com/docs/4.0/layout/grid/).
30+
- Some [Bootstrap 4](http://getbootstrap.com/) display utilities to how elements should be displayed at each breakpoint.
31+
Documentation can be found [here](https://getbootstrap.com/docs/4.0/utilities/display/).
3032

3133
## Customisation
3234
Bootstrap 4 provides plenty of opportunities to override its defaults. Example customisations

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inlight-styles",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"main": "",
66
"scripts": {

scss/all.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
@import '~bootstrap/scss/bootstrap-reboot.scss';
22
@import '~bootstrap/scss/bootstrap-grid.scss';
3+
@import '~bootstrap/scss/utilities/_display.scss';

0 commit comments

Comments
 (0)