Skip to content

Instantly share code, notes, and snippets.

View dmatthams's full-sized avatar
🌈

dmatthams

🌈
View GitHub Profile
name: deploy-production
on:
release:
types: [ published ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
.header--block {
$__hero, $_supporting {
@extend .stretcher
}
}
/*
Error: Invalid CSS after "....scss" => :scss": expected "{", was "}"
on line 22 of /Applications/CodeKit 2.app/Contents/Resources/engines/sass-globbing/globbing.rb
17: GLOB = /\*\/
18:
19: SASS_EXTENSIONS = {
20: ".sass" => :sass,
21: ".scss" => :scss
22: }