UNPKG

deckr-support

Version:

Tinymce support component description

45 lines (26 loc) 1.34 kB
# Deckr Support [![npm version](https://img.shields.io/npm/v/deckr.svg)](https://www.npmjs.org/package/deckr) [![Build Status](https://travis-ci.org/interconnectit/deckr.svg?branch=master)](https://travis-ci.org/interconnectit/deckr) > Support component description. This repository is a component of the full [Deckr](https://github.com/interconnectit/deckr) repository. ## Requirements Make sure all dependencies have been installed before moving on: * [Node](https://nodejs.org/en/) * [NPM](https://docs.npmjs.com/getting-started/installing-node) ## Install Pull the package via NPM: ``` sh $ npm install --save deckr-support ``` ## Usage The source files included are written in [Scss](http://sass-lang.com/). After [installing](#install) with npm, you can add your project's `node_modules` directory to your Sass [include paths](https://github.com/sass/node-sass#includepaths), then import it like this: ``` scss @import "deckr-support/main"; ``` ## Security If you discover any security related issues, please email support@interconectit.com instead of using the issue tracker. ## Credits - [interconnect/it](https://interconnectit.com) - [All Contributors](https://github.com/interconnectit/deckr/graphs/contributors) ## License The MIT License (MIT). Please see [license file](LICENSE.md) for more information.