File tree Expand file tree Collapse file tree 4 files changed +2
-10
lines changed
themes/cp-theme/rh-base-sass Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1818 "url" : " https://github.com/markcaron"
1919 }
2020 ],
21- "license" : " ISC" ,
22- "dependencies" : {
23- "breakpoint-sass" : " ^2.7.1"
24- }
21+ "license" : " ISC"
2522}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments