v2.1.0
Features
- removed PreCSS in favour of postcss-preset-env
- added
postcss-import
since PreCSS is now removed
Improvements
- added
ignorePatterns
to.eslintrc.js
with some examples - Tailwind CSS is now imported with
@import
and not with@tailwind
inmain.css
to preventpostcss-import
errors
Maintenance
- updated main readme
view all changes: Pull Request