Skip to content

Commit

Permalink
feat(Changelog): Added a changelog and better versions (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
Utzel-Butzel committed Feb 11, 2019
1 parent 9f9babe commit 13ca938
Show file tree
Hide file tree
Showing 5 changed files with 349 additions and 16 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ All notable changes to this project will be documented in this file. See [standa
## [1.2.1-alpha.0](https://github.com/WFP/UI/compare/v1.2.0...v1.2.1-alpha.0) (2019-02-11)



<a name="1.2.0"></a>
# [1.2.0](https://github.com/WFP/UI/compare/v1.1.67...v1.2.0) (2019-02-11)


### Bug Fixes

* **Icons:** View on GitHub now clickable ([#179](https://github.com/WFP/UI/issues/179)) ([66b3b6d](https://github.com/WFP/UI/commit/66b3b6d))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.#{$prefix}--secondary-navigation__title {
@include typescale('beta');
@include font-family;
font-weight: 700;
font-weight: 400;
padding-top: $spacing-md;
padding-bottom: $spacing-md;
}
Expand Down
2 changes: 0 additions & 2 deletions src/documentation/RegularPage-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ storiesOf(' Documentation.Sample Pages', module)
.add('Regular Page', () => (
<Wrapper pageWidth="lg" spacing="md">
<Story>
<h1 className="wfp--story__title">Lorem Ipsum</h1>
<h2 className="wfp--story__sub-title">Et jomen bin dolor</h2>
<p>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
Expand Down
1 change: 1 addition & 0 deletions src/globals/scss/_helper-mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
@mixin focus-outline($type: 'border') {
@if ($type == 'border') {
outline: 2px solid $brand-01;
box-shadow: 0px 2px 8px 0 $focus;
}

@if ($type == 'border-important') {
Expand Down
Loading

0 comments on commit 13ca938

Please sign in to comment.