Skip to content

Commit 4e4b757

Browse files
committed
Adds touch display classes.
1 parent 07a2984 commit 4e4b757

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"css"
1111
],
1212
"homepage": "https://www.github.com/deviscoding/display",
13-
"version": "1.0.7",
13+
"version": "1.0.8",
1414
"authors": [
1515
{
1616
"name": "Aaron M Jones",

scss/_display.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
@if not($enable-framework) {
55
/*!
6-
* DevIsCoding Display v1.0.7 (http://github.com/deviscoding/display)
6+
* DevIsCoding Display v1.0.8 (http://github.com/deviscoding/display)
77
* Influenced by Bootstrap v4.0 (http://getbootstrap.com)
88
* Licensed under MIT (https://github.com/deviscoding/display/blob/master/LICENSE)
99
*/
@@ -71,7 +71,7 @@
7171
}
7272
}
7373
}
74-
@include media("screen","touch") {
74+
@include only-touch {
7575
@include display("touch");
7676
}
7777
}

0 commit comments

Comments
 (0)