README
Ember-cli-gss 
This plugin includes Grid Style Sheets into your Ember CLI project.
Installation
ember install:addon ember-cli-gss
Usage
Put your gss styles into app/styles/app.gss. This file will be created for you during installation.
Use Grid Style Sheets in your Ember CLI projects.
<script type="module">
import emberCliGss from 'https://cdn.skypack.dev/ember-cli-gss';
</script>
This plugin includes Grid Style Sheets into your Ember CLI project.
ember install:addon ember-cli-gss
Put your gss styles into app/styles/app.gss. This file will be created for you during installation.