Skip to content

Commit 481b41b

Browse files
mwczkylebuch8
authored andcommitted
Bootstrap after new (#127)
* remove breakpoint-sass * run lerna bootstrap after generator
1 parent 0fe9157 commit 481b41b

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

elements/rh-sass/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@
1818
"url": "https://github.com/markcaron"
1919
}
2020
],
21-
"license": "ISC",
22-
"dependencies": {
23-
"breakpoint-sass": "^2.7.1"
24-
}
21+
"license": "ISC"
2522
}

elements/rh-sass/rh-sass.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
// This will no longer be "RH" for "Red Hat", but for "RHElement"
2626
//
2727

28-
@import "../../node_modules/breakpoint-sass/stylesheets/_breakpoint";
29-
3028
$repo: rh !default;
3129
$rh-global--font-size-root: 16 !default; // root for fonts and everything else
3230

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test-suite-inject": "node scripts/test-suite-inject.js",
1212
"storybook": "start-storybook -c .storybook -p 9001 -s ./elements",
1313
"build-storybook": "build-storybook -c .storybook -o .storybook_out",
14-
"new": "cd elements && yo --no-insight --no-update-notifier rhelement && npm run test-suite-inject"
14+
"new": "cd elements && yo --no-insight --no-update-notifier rhelement && npm run test-suite-inject && npm run bootstrap"
1515
},
1616
"devDependencies": {
1717
"@storybook/addon-actions": "^3.4.8",
@@ -27,7 +27,6 @@
2727
"babel-plugin-external-helpers": "^6.22.0",
2828
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
2929
"babel-preset-env": "^1.7.0",
30-
"breakpoint-sass": "^2.7.1",
3130
"browser-sync": "^2.24.6",
3231
"chalk": "^2.4.1",
3332
"css-scss": "^0.1.1",

themes/cp-theme/rh-base-sass/rh-base.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// Soon to be pulled in via NPM, but here for now.
44
//
55

6-
@import "../../node_modules/breakpoint-sass/stylesheets/_breakpoint";
7-
86
$repo: rh !default;
97
$rh-global--font-size-root: 16 !default; // root for fonts and everything else
108

0 commit comments

Comments
 (0)