An open API service indexing awesome lists of open source software.

https://github.com/yamanoku/stylelint-boilerplate

stylelintを始めたい人必見テンプレート!(gulpで動きます)
https://github.com/yamanoku/stylelint-boilerplate

Last synced: 3 months ago
JSON representation

stylelintを始めたい人必見テンプレート!(gulpで動きます)

Awesome Lists containing this project

README

          

# stylelint-boilerplate

[![Node](https://img.shields.io/badge/node-8.4.0-brightgreen.svg)](https://nodejs.org/ja/download/)

```bash
# install dependencies
yarn

# develop mode (gulp task runner)
yarn dev
# or gulp

# stylelint
yarn lintStyles
```