We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7311925 commit 32d81a9Copy full SHA for 32d81a9
scss/_bar.scss
@@ -159,7 +159,7 @@
159
color: inherit;
160
}
161
162
- .button {
+ .button, button {
163
z-index: $z-index-bar-button;
164
padding: 0 $button-bar-button-padding;
165
min-width: initial;
@@ -401,4 +401,3 @@
401
.nav-bar-tabs-top .bar {
402
background-image: none;
403
404
-
scss/tsconfig.json
@@ -0,0 +1,18 @@
1
+{
2
+ "version": "1.5.0-alpha",
3
+ "compilerOptions": {
4
+ "target": "es5",
5
+ "module": "commonjs",
6
+ "declaration": false,
7
+ "noImplicitAny": false,
8
+ "removeComments": true,
9
+ "noLib": false,
10
+ "preserveConstEnums": true,
11
+ "suppressImplicitAnyIndexErrors": true
12
+ },
13
+ "filesGlob": [
14
+ "./**/*.ts",
15
+ "!./node_modules/**/*.ts"
16
+ ],
17
+ "files": []
18
+}
0 commit comments