Skip to content

Commit

Permalink
Add autoprefixer and cssnano support
Browse files Browse the repository at this point in the history
  • Loading branch information
pdehaan committed Aug 7, 2017
1 parent c475184 commit 3874607
Show file tree
Hide file tree
Showing 7 changed files with 4,504 additions and 612 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ public/polyfill.min.js
static/*
!static/info.txt
test/frontend/bundle.js
public/main.css
8 changes: 8 additions & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
extends: stylelint-config-standard

plugins:
- stylelint-no-unsupported-browser-features

rules:
plugin/no-unsupported-browser-features:
- true
- severity: warning
ignore: ['rem']

color-hex-case: lower
declaration-colon-newline-after: null
selector-list-comma-newline-after: null
Expand Down
5 changes: 5 additions & 0 deletions browserslist
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
last 2 chrome versions
last 2 firefox versions
firefox esr
ie >= 8
safari >= 9
File renamed without changes.
Loading

0 comments on commit 3874607

Please sign in to comment.