@ansible/ansible-ui-framework 0.0.314 → 0.0.315

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,13 @@
1
1
  ---
2
2
  ---
3
3
 
4
- @import '{{ site.theme }}';
4
+ @import "{{ site.theme }}";
5
5
 
6
6
  header {
7
7
  display: none;
8
8
  }
9
+
10
+ title {
11
+ display: none;
12
+ }
13
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "0.0.314",
4
+ "version": "0.0.315",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {