diff --git a/.gitignore b/.gitignore index 7424d8ce..11df73aa 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,4 @@ $RECYCLE.BIN/ *.msix *.msm *.msp +dist/ diff --git a/.stylelintrc.json b/.stylelintrc.json index b172031a..2e8ff586 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,11 +1,3 @@ { - "extends": [ - "stylelint-config-standard", - "stylelint-config-recommended-scss", - "stylelint-config-sass-guidelines", - "stylelint-config-prettier" - ], - "rules": { - "max-nesting-depth": 3 - } + "extends": ["stylelint-config-standard", "stylelint-config-prettier"] } diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7f771c0d..00000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: node_js -cache: - yarn: true - directories: - - node_modules -notifications: - email: false -node_js: - - node -script: - - npm run test:prod && npm run build -after_success: - - npm run report-coverage - -deploy: - - provider: script - skip_cleanup: true - script: npx semantic-release && node tools/publish-gh-page.js - on: - branch: master diff --git a/demo/index.html b/demo/index.html index 83e0e555..26b719de 100644 --- a/demo/index.html +++ b/demo/index.html @@ -1,33 +1,33 @@ - -
- - - -