Project

piecss

0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Piecss produces little to none output. The only default output that Piecss produces is an optimized version of Normalize.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 3.4
 Project Readme

Piecss

gem install piecss

Gem Version npm version

Installation

\\ Install dependencies
npm install

\\ Install Sassdoc
gem install sassdoc

\\ Install scss lint
gem install scss_lint

API Documentation

The API documentation can be compiled automatically from the source:

\\ Render API documentation
sassdoc sass/piecss

The docs are compiled inside a sassdoc folder in the project root and can be accessed in your browser. For more information on Sassdocs and how to use it, refer to http://sassdoc.com/.

Development

If you want to develop for Piecss, you need to also install the linter:

\\ Install scss lint
gem install scss_lint

\\ Run linter
scss-lint sass/piecss/**/*.scss

For more information on Scss Lint and how to use it, refer to https://github.com/brigade/scss-lint.

Unit Tests

\\ Run unit tests
sass --watch tests/all.scss sass/**/*.scss