Skip to content

Commit

Permalink
[refs #3] Update Sass to current inuitcss version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Heibült committed Jan 5, 2018
1 parent d2decc3 commit 4ba3c94
Show file tree
Hide file tree
Showing 9 changed files with 996 additions and 1,308 deletions.
9 changes: 0 additions & 9 deletions css/components/_components.bands.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
#BANDS
========================================================================== */

/**
* Long-form comment.
*
* This spans multiple lines and is also constrained to no longer than 80
* characters in width.
*
* 1. Provide line-comments like this.
*/

.c-band {
display: block;
padding-top: $inuit-global-spacing-unit;
Expand Down
1 change: 0 additions & 1 deletion css/components/_components.bio-mini.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
.c-bio-mini {
padding: $unit;
background-color: color(primary);
//border-radius: $inuit-global-radius;
color: color(pale);
}

Expand Down
5 changes: 0 additions & 5 deletions css/components/_components.buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
#BUTTONS
========================================================================== */

/**
* This is an example component. Extend inuitcss by building your own components
* that make up your UI. Component classes are prefixed with a `c-`.
*/

/**
* 1. Allow us to style box model properties.
* 2. Line different sized buttons up a little nicer.
Expand Down
18 changes: 18 additions & 0 deletions css/components/_components.title-huge.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/* ==========================================================================
#TITLE-HUGE
========================================================================== */

.c-title-huge {
@include font-size(24px);
font-weight: 200;

@include mq($from: sm) {
font-size: 7.5vw;
}

@include mq($from: 960px) {
@include font-size(72px);
font-weight: 100;
}

}
2 changes: 0 additions & 2 deletions css/elements/_elements.links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@

a {
color: $color-link;
text-decoration: none;

&:hover,
&:focus {
color: $color-link-hover;
text-decoration: underline;
}

}
Loading

0 comments on commit 4ba3c94

Please sign in to comment.