Skip to content
Snippets Groups Projects
Unverified Commit 93223df6 authored by Joshua Avalon's avatar Joshua Avalon Committed by GitHub
Browse files

Merge branch 'master' into master

parents 6d8d6fc2 4246913d
No related branches found
No related tags found
No related merge requests found
{
"extends": "stylelint-config-standard",
"extends": "stylelint-config-recommended",
"plugins": [
"stylelint-order",
"stylelint-scss"
......@@ -25,6 +25,7 @@
"font-family-name-quotes": "always-where-recommended",
"font-weight-notation": "numeric",
"function-url-quotes": "always",
"no-descending-specificity": null,
"no-unknown-animations": true,
"order/order": [
"custom-properties",
......
......@@ -46,7 +46,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application.7a4cdee3.css">
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application.bcabdff3.css">
{% if palette.primary or palette.accent %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-palette.792431c1.css">
{% endif %}
......
......@@ -20,6 +20,8 @@
/// DEALINGS
////
// stylelint-disable font-family-no-missing-generic-family-keyword
// ----------------------------------------------------------------------------
// Rules
// ----------------------------------------------------------------------------
......
......@@ -20,6 +20,8 @@
/// DEALINGS
////
// stylelint-disable no-duplicate-selectors
// ----------------------------------------------------------------------------
// Rules
// ----------------------------------------------------------------------------
......
......@@ -39,13 +39,8 @@
font-size: ms(-1);
overflow: auto;
// Remove spacing on first element
:first-child {
margin-top: 0;
}
// Adjust spacing on last element
html & :last-child {
html & > :last-child {
margin-bottom: 1.2rem;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment