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

0.4.1 #282

Merged
merged 10 commits into from
Sep 11, 2017
Merged

0.4.1 #282

merged 10 commits into from
Sep 11, 2017

Conversation

picturepan2
Copy link
Owner

@picturepan2 picturepan2 commented Sep 11, 2017

natecox and others added 9 commits September 1, 2017 11:10
This update adds the `!default` modifier to all defined defaults in
`_variables.scss`. This allows for the user to redefine the base
variables via import rather than having to patch or completely override
the file. E.g.,:

```scss
$primary-color: red;
@import 'spectre'
```
Add default modifier to all variables
height: auto;
max-width: 100%;
width: 100%;
video.video-responsive {

Choose a reason for hiding this comment

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

Avoid qualifying class selectors with an element.

}

summary.accordion-header {
&::-webkit-details-marker {

Choose a reason for hiding this comment

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

Begin pseudo classes with a single colon: :

}
}

summary.accordion-header {

Choose a reason for hiding this comment

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

Avoid qualifying class selectors with an element.

max-height: 0;
overflow: hidden;
transition: max-height .2s ease;
.icon {

Choose a reason for hiding this comment

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

Selector should have depth of applicability no greater than 2, but was 3

.icon {
transition: all .2s ease;
}
& .accordion-body {

Choose a reason for hiding this comment

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

Unnecessary parent selector (&)

input:checked ~,
&[open] {
& .accordion-header {
.icon {

Choose a reason for hiding this comment

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

Selector should have depth of applicability no greater than 2, but was 3

}
input:checked ~,
&[open] {
& .accordion-header {

Choose a reason for hiding this comment

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

Unnecessary parent selector (&)


&[data-lang="Bash"] {
.tag {
user-select: none;

Choose a reason for hiding this comment

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

Properties should be ordered margin-right, user-select

@@ -206,6 +205,13 @@
.atv {
color: #e06870;
}

&[data-lang="Bash"] {
.tag {

Choose a reason for hiding this comment

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

Selector should have depth of applicability no greater than 2, but was 3

@@ -41,6 +39,7 @@
font-weight: 600;
text-transform: uppercase;
}

Choose a reason for hiding this comment

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

Line contains trailing whitespace

@picturepan2 picturepan2 added this to the v0.4.1 milestone Sep 11, 2017
@picturepan2 picturepan2 self-assigned this Sep 11, 2017
@picturepan2 picturepan2 merged commit 388fcd4 into master Sep 11, 2017
@picturepan2 picturepan2 deleted the 0.4.1 branch September 11, 2017 14:14
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.

4 participants