Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[K7] Add SCSS style guide. #12850

Merged
merged 1 commit into from
Jul 14, 2017

Conversation

cjcenizal
Copy link
Contributor

No description provided.

@cjcenizal cjcenizal requested a review from snide July 14, 2017 00:29
@cjcenizal cjcenizal force-pushed the k7/scss-style-guide branch 2 times, most recently from 8f47a7c to d8db6c1 Compare July 14, 2017 00:30
@cjcenizal cjcenizal force-pushed the k7/scss-style-guide branch from d8db6c1 to 75c8fcf Compare July 14, 2017 00:32
@cjcenizal cjcenizal mentioned this pull request Jul 14, 2017
51 tasks
Copy link
Contributor

@snide snide left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@cjcenizal cjcenizal merged commit ebebfe2 into elastic:k7-ui-framework Jul 14, 2017
@cjcenizal cjcenizal deleted the k7/scss-style-guide branch July 14, 2017 16:41
snide pushed a commit to snide/kibana that referenced this pull request Jul 14, 2017
cjcenizal added a commit to cjcenizal/kibana that referenced this pull request Jul 19, 2017
cjcenizal added a commit to cjcenizal/kibana that referenced this pull request Aug 11, 2017
cjcenizal added a commit that referenced this pull request Aug 11, 2017
* Reorganize documentation styles so they all live in doc_site/components directory. (#12809)
  - Remove global styles, e.g. body and html element selectors.
* Create global_styles dir with sub-directories. (#12833)
* Add SCSS style guide. (#12850)
* Refactor UI Framework directory structure to house everything in a src directory. (#12880)
  - Add components/index.js and services/index.js files to continue to export JS modules from the root.
* Add KUI Yeoman generator.
* Support creation of components.
* Add documentation generator for main page, demo, and sandbox.
  - Add additional documentation snippets to KUI generator. (#13076)
  - Fix incorrect use of double quotes in KUI generator snippet. (#13086)
  - Remove infrequently used imports from the KUI generator test template. (#13110)
* Mock assets files for Jest. (#13060)
* Fix broken coverage report paths in Jest config. (#13082)
* Update eslint config to lint the new UI Framework directory structure. (#13102)
* Fix positioning of doc site pagination buttons. (#13203)
* Support hasReact prop for sandboxes. (#13270)
* Remove deprecated used of component mixin from KUI generator's SCSS template. (#13377)
* Fix rebasing errors.
  - Add dashboard back to Jest config.
  - Add missing form and tool_bar variables.
* Rename tasks to createComponent and documentComponent.
* Reference correct src paths in README.
* Add children and className to templates' propTypes.
* Add default folder name for page demo.
* Add suffix to sandbox routes.
* Specify testPathIgnorePatterns more clearly.
* Rename component.test.js to test.js so that Jenkins won't try to run it.
* Update npm scripts to depend on local yo dependency, not global.
* Add ui_framework/src to copy task.
* Simplify npm scripts and remove requirement for installing Yeoman from README.
* Add services to moduleNameMapper in jest config.
* Clean up Button and Gallery examples.
cjcenizal added a commit to cjcenizal/kibana that referenced this pull request Aug 11, 2017
…tic#13172)

* Reorganize documentation styles so they all live in doc_site/components directory. (elastic#12809)
  - Remove global styles, e.g. body and html element selectors.
* Create global_styles dir with sub-directories. (elastic#12833)
* Add SCSS style guide. (elastic#12850)
* Refactor UI Framework directory structure to house everything in a src directory. (elastic#12880)
  - Add components/index.js and services/index.js files to continue to export JS modules from the root.
* Add KUI Yeoman generator.
* Support creation of components.
* Add documentation generator for main page, demo, and sandbox.
  - Add additional documentation snippets to KUI generator. (elastic#13076)
  - Fix incorrect use of double quotes in KUI generator snippet. (elastic#13086)
  - Remove infrequently used imports from the KUI generator test template. (elastic#13110)
* Mock assets files for Jest. (elastic#13060)
* Fix broken coverage report paths in Jest config. (elastic#13082)
* Update eslint config to lint the new UI Framework directory structure. (elastic#13102)
* Fix positioning of doc site pagination buttons. (elastic#13203)
* Support hasReact prop for sandboxes. (elastic#13270)
* Remove deprecated used of component mixin from KUI generator's SCSS template. (elastic#13377)
* Fix rebasing errors.
  - Add dashboard back to Jest config.
  - Add missing form and tool_bar variables.
* Rename tasks to createComponent and documentComponent.
* Reference correct src paths in README.
* Add children and className to templates' propTypes.
* Add default folder name for page demo.
* Add suffix to sandbox routes.
* Specify testPathIgnorePatterns more clearly.
* Rename component.test.js to test.js so that Jenkins won't try to run it.
* Update npm scripts to depend on local yo dependency, not global.
* Add ui_framework/src to copy task.
* Simplify npm scripts and remove requirement for installing Yeoman from README.
* Add services to moduleNameMapper in jest config.
* Clean up Button and Gallery examples.
cjcenizal added a commit that referenced this pull request Aug 11, 2017
…) (#13477)

* Reorganize documentation styles so they all live in doc_site/components directory. (#12809)
  - Remove global styles, e.g. body and html element selectors.
* Create global_styles dir with sub-directories. (#12833)
* Add SCSS style guide. (#12850)
* Refactor UI Framework directory structure to house everything in a src directory. (#12880)
  - Add components/index.js and services/index.js files to continue to export JS modules from the root.
* Add KUI Yeoman generator.
* Support creation of components.
* Add documentation generator for main page, demo, and sandbox.
  - Add additional documentation snippets to KUI generator. (#13076)
  - Fix incorrect use of double quotes in KUI generator snippet. (#13086)
  - Remove infrequently used imports from the KUI generator test template. (#13110)
* Mock assets files for Jest. (#13060)
* Fix broken coverage report paths in Jest config. (#13082)
* Update eslint config to lint the new UI Framework directory structure. (#13102)
* Fix positioning of doc site pagination buttons. (#13203)
* Support hasReact prop for sandboxes. (#13270)
* Remove deprecated used of component mixin from KUI generator's SCSS template. (#13377)
* Fix rebasing errors.
  - Add dashboard back to Jest config.
  - Add missing form and tool_bar variables.
* Rename tasks to createComponent and documentComponent.
* Reference correct src paths in README.
* Add children and className to templates' propTypes.
* Add default folder name for page demo.
* Add suffix to sandbox routes.
* Specify testPathIgnorePatterns more clearly.
* Rename component.test.js to test.js so that Jenkins won't try to run it.
* Update npm scripts to depend on local yo dependency, not global.
* Add ui_framework/src to copy task.
* Simplify npm scripts and remove requirement for installing Yeoman from README.
* Add services to moduleNameMapper in jest config.
* Clean up Button and Gallery examples.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants