0.0.1 • Published 8 years ago
ember-cli-tachyons-sass v0.0.1
ember-cli-tachyons-sass
Installs tachyons, but the SASS version with easy theming.
Installation
ember install ember-cli-tachyons-sassUsage
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-sassnpm install
Linting
npm run lint:jsnpm 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.
0.0.1
8 years ago