ember-cli-tachyons-sass
v0.0.1
Published
A themable SASS version of tachyons
Downloads
2
Readme
ember-cli-tachyons-sass
Installs tachyons, but the SASS version with easy theming.
Installation
ember install ember-cli-tachyons-sass
Usage
Make sure you have ember-cli-sass installed and setup first.
Then import ember-cli-tachyons-sass
and over-ride any variables
for theming:
// Override any variables for theming: https://github.com/tachyons-css/tachyons-sass/blob/master/scss/_variables.scss
$font-size-headline: 9rem;
// Import ember-cli-tachyons-sass to your project
@import 'ember-cli-tachyons-sass';
Contributing
Just make an issue and let's start a conversation!
Installation
git clone <repository-url>
cd ember-cli-tachyons-sass
npm install
Linting
npm run lint:js
npm run lint:js -- --fix
Running tests
ember test
– Runs the test suite on the current Ember versionember test --server
– Runs the test suite in "watch mode"ember try:each
– Runs the test suite against multiple Ember versions
Running the dummy application
ember serve
- Visit the dummy application at by running
ember o
For more information on using ember-cli, visit https://ember-cli.com/.
License
This project is licensed under the MIT License.