File tree Expand file tree Collapse file tree 7 files changed +5
-7
lines changed Expand file tree Collapse file tree 7 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1- # Primer Marketing CSS Breadcrumb Navigation
1+ # Primer CSS Breadcrumb Navigation
22
33[ ![ npm version] ( http://img.shields.io/npm/v/primer-breadcrumb.svg )] ( https://www.npmjs.org/package/primer-breadcrumb )
44[ ![ Build Status] ( https://travis-ci.org/primer/primer-css.svg?branch=master )] ( https://travis-ci.org/primer/primer-css )
55
6- > Breadcrumb navigation for GitHub's marketing pages with parents / grandparents.
6+ > Breadcrumb navigation for GitHub's pages with parents / grandparents.
77
88This repository is a module of the full [ primer-css] [ primer ] repository.
99
Original file line number Diff line number Diff line change 11// support files
22@import " primer-support/index.scss" ;
3- @import " primer-marketing-support/index.scss" ;
43@import " ./lib/breadcrumb.scss" ;
Original file line number Diff line number Diff line change 88 "style" : " build/build.css" ,
99 "main" : " build/index.js" ,
1010 "primer" : {
11- "category" : " marketing " ,
11+ "category" : " core " ,
1212 "module_type" : " components"
1313 },
1414 "files" : [
2828 "test" : " ../../script/npm-run-all build lint test-docs"
2929 },
3030 "dependencies" : {
31- "primer-marketing-support" : " 1.3.0" ,
3231 "primer-support" : " 4.3.0"
3332 },
3433 "keywords" : [
Original file line number Diff line number Diff line change 1616// Core modules
1717@import " primer-base/index.scss" ;
1818@import " primer-box/index.scss" ;
19+ @import " primer-breadcrumb/index.scss" ;
1920@import " primer-buttons/index.scss" ;
2021@import " primer-table-object/index.scss" ;
2122@import " primer-forms/index.scss" ;
Original file line number Diff line number Diff line change 2828 "dependencies" : {
2929 "primer-base" : " 1.4.0" ,
3030 "primer-box" : " 2.4.0" ,
31+ "primer-breadcrumb" : " 1.3.0" ,
3132 "primer-buttons" : " 2.3.0" ,
3233 "primer-forms" : " 1.3.0" ,
3334 "primer-layout" : " 1.3.0" ,
Original file line number Diff line number Diff line change 1616
1717// marketing specific css modules
1818@import " primer-marketing-type/index.scss" ;
19- @import " primer-breadcrumb/index.scss" ;
2019@import " primer-cards/index.scss" ;
2120@import " primer-page-headers/index.scss" ;
2221@import " primer-page-sections/index.scss" ;
Original file line number Diff line number Diff line change 2626 "lint" : " ../../script/lint-scss"
2727 },
2828 "dependencies" : {
29- "primer-breadcrumb" : " 1.3.0" ,
3029 "primer-cards" : " 0.4.0" ,
3130 "primer-marketing-support" : " 1.3.0" ,
3231 "primer-marketing-type" : " 1.3.0" ,
You can’t perform that action at this time.
0 commit comments