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
7e65e0e8ca7bb4c35c95166370007742c9bb8aa1
parent
a9a3cc2f5210375455d5d765032f756ee8679b0c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-02-17 08:49
rm support for node 0.12

Diffstat

M .travis.yml 1 -

1 files changed, 0 insertions, 1 deletions


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

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