README
Slate Core
This repository is part of the Slate Framework. Slate is a responsive, modern web framework written in Sass. It is packed full of features to help you build the most awesome things for the web. This is Slate Core, the heart and soul of the framework. This is meant to be used in your own asset pipeline, along with Slate Config.
Quick Start
Assuming you have an existing project with an asset pipeline (Gulp, Grunt, Ruby, Laravel, .Net Core etc):
$ cd your/project/folder
$ yarn add slatecore -D
Include Slate in your project:
@import 'slate';
However, this will leave you stuck at the default settings. You should take Slate Config from its repo and import that instead. It includes Slate as well as the configs.
@import 'slate/slate-engine';
Don't have an asset pipeline?
If you need a way to compile your project, we have that covered too. Slate Engine is a build tool based on Laravel Mix, NPM scripts, and bash. It also has Slate ready wired up, and ready to rock. You can get this here.
For full documentation, visit www.slateengine.com.
Slate was made with ♥ by Hash&Salt.