stylelint-selector-pattern

A stylelint plugin that allows to check selectors with regular expressions.
git clone https://git.ce9e.org/stylelint-selector-pattern.git

commit
1e18630d710fcde0b3026466b27de0d6c8982fdc
parent
67b0ba9af9cd50f4cf9d0adf7a9a02e73163f235
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-02-17 07:39
configure travis

Diffstat

A .travis.yml 5 +++++

1 files changed, 5 insertions, 0 deletions


diff --git a/.travis.yml b/.travis.yml

@@ -0,0 +1,5 @@
   -1     1 language: node_js
   -1     2 node_js:
   -1     3   - "0.12"
   -1     4   - "4"
   -1     5   - "stable"