Skip to content

Commit

Permalink
Updates spacing in stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
coreymcollins committed May 17, 2022
1 parent 65a0bde commit 4812e3c
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 77 deletions.
98 changes: 49 additions & 49 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,64 +9,64 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"
name: 'CodeQL'

on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '29 23 * * 3'
workflow_dispatch:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
schedule:
- cron: '29 23 * * 3'
workflow_dispatch:

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
strategy:
fail-fast: false
matrix:
language: ['javascript']
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed

steps:
- name: Checkout repository
uses: actions/checkout@v2
steps:
- name: Checkout repository
uses: actions/checkout@v2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl

# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release
#- run: |
# make bootstrap
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
3 changes: 0 additions & 3 deletions src/scss/blocks/core/_gallery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
@apply container mb-80;

.blocks-gallery-item {

img,
figcaption {
@apply rounded;
Expand All @@ -15,15 +14,13 @@

&.columns-1,
&.columns-2 {

.blocks-gallery-item {
// .blocks-gallery-item__caption {}
}
}

&.columns-5,
&.columns-6 {

.blocks-gallery-item {
// .blocks-gallery-item__caption {}
}
Expand Down
1 change: 0 additions & 1 deletion src/scss/blocks/core/_image.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
}

&.alignfull {

figcaption {
width: calc(100% - 2rem);
}
Expand Down
1 change: 0 additions & 1 deletion src/scss/blocks/core/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
//----------------------------------------

ul {

&:not(.menu, .sub-menu) {
@apply mb-16 list-disc list-inside;
}
Expand Down
1 change: 0 additions & 1 deletion src/scss/critical/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
}

.site-branding {

a {
@apply no-underline;
}
Expand Down
7 changes: 0 additions & 7 deletions src/scss/critical/_menus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
@apply flex;

> li {

&:not(:last-child) {
@apply mr-16;
}
Expand All @@ -32,10 +31,8 @@
}

.menu-item-has-children {

&:hover,
&.focus {

> .sub-menu {
left: 100%;
}
Expand All @@ -52,7 +49,6 @@

&:hover,
&.focus {

> .sub-menu {
@apply left-0;
}
Expand All @@ -63,9 +59,7 @@
// Dropdown Styles
//-----------------------------------------
.dropdown {

ul {

li {
@apply w-full;
}
Expand Down Expand Up @@ -93,7 +87,6 @@
// Footer
//-----------------------------------------
.footer-navigation {

.menu {
@apply block;

Expand Down
7 changes: 0 additions & 7 deletions src/scss/critical/_mobile-menus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Mobile Menus
//--------------------------------------------------------------
.mobile-menu {

li {
@apply mb-8;
}
Expand All @@ -16,7 +15,6 @@
}

.menu-item-has-children {

&.is-visible {
max-height: 8000px;

Expand All @@ -26,9 +24,7 @@
}

.menu-item-has-children {

&:last-of-type {

.menu-item-has-children.is-visible {
@apply mb-0;
}
Expand All @@ -39,7 +35,6 @@
}

&.is-visible {

&:last-of-type {
@apply mb-0;
}
Expand All @@ -50,13 +45,11 @@
}

.menu-item-has-children {

.parent-indicator {
@apply rotate-0;
}

&.is-visible {

.parent-indicator {
@apply rotate-180;
}
Expand Down
1 change: 0 additions & 1 deletion src/scss/template-tags/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
}

.fluid-embed {

embed,
object,
iframe {
Expand Down
1 change: 0 additions & 1 deletion src/scss/template-tags/_off-canvas.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Off-Canvas Elements and Overlays
//--------------------------------------------------------------
.off-canvas {

&-container {
@apply bg-white inset-y-0 h-full fixed;

Expand Down
2 changes: 0 additions & 2 deletions src/scss/templates/_comments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
}

.comment-list {

.children {
@apply ml-16;
}
Expand All @@ -49,7 +48,6 @@
}

.comment-reply-title {

a {
@apply block text-sm;
}
Expand Down
1 change: 0 additions & 1 deletion src/scss/templates/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Global Site Footer
//--------------------------------------------------------------
.site-footer {

.site-info {
@apply mx-auto my-0 flex justify-between;
}
Expand Down
3 changes: 0 additions & 3 deletions src/scss/templates/_posts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@
}

.post-container {

&:not(:last-child) {
@apply mb-16;
}
}

.post-navigation {

.nav-links {
@apply flex flex-col text-center;

Expand All @@ -47,7 +45,6 @@
}

.updated {

&:not(.published) {
@apply hidden;
}
Expand Down

0 comments on commit 4812e3c

Please sign in to comment.