We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bda894 + a52fb7a commit 39a07c2Copy full SHA for 39a07c2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sample-ui-react",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "React.js Boilerplate",
5
"main": "source/js/main.js",
6
"scripts": {
source/css/bootstrap.scss
@@ -14,6 +14,7 @@ $panel-body-padding: .6em;
14
$panel-heading-padding: .4em .6em;
15
$panel-default-text: #666;
16
17
+@import "../../node_modules/bootstrap-sass/assets/stylesheets/_bootstrap-sprockets";
18
@import "../../node_modules/bootstrap-sass/assets/stylesheets/_bootstrap";
19
20
// ### basic ###
0 commit comments