We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a2984 commit 4e4b757Copy full SHA for 4e4b757
composer.json
@@ -10,7 +10,7 @@
10
"css"
11
],
12
"homepage": "https://www.github.com/deviscoding/display",
13
- "version": "1.0.7",
+ "version": "1.0.8",
14
"authors": [
15
{
16
"name": "Aaron M Jones",
scss/_display.scss
@@ -3,7 +3,7 @@
3
4
@if not($enable-framework) {
5
/*!
6
- * DevIsCoding Display v1.0.7 (http://github.com/deviscoding/display)
+ * DevIsCoding Display v1.0.8 (http://github.com/deviscoding/display)
7
* Influenced by Bootstrap v4.0 (http://getbootstrap.com)
8
* Licensed under MIT (https://github.com/deviscoding/display/blob/master/LICENSE)
9
*/
@@ -71,7 +71,7 @@
71
}
72
73
74
- @include media("screen","touch") {
+ @include only-touch {
75
@include display("touch");
76
77
0 commit comments