This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
Releases: daltonmenezes/cra-template-good-start
Releases · daltonmenezes/cra-template-good-start
v1.2.1
v1.2.0
Core
- update template to use dart-sass instead node-sass because node-sass is deprecated
styles
- update
@imports
to@use
because@imports
are deprecated in dart-sass
docs
- add contributions section
- update Sass style section code
- update Features section to highlight the use of Dart Sass
v1.1.1
styles
- extract css reset to its own file
- add tap-highlight-color on mobile to be transparent on css reset for 'a' and 'buttons'
- add padding to .containers class
- update sass file names on styles folder to be without .styles as they already lives on a folder with this meaning
docs
- add structure section to show the files and folders generated by this template
- update section structure order
v1.0.0
Features
- ⚡ typescript
- ⚡ eslint
- ⚡ prettier
- ⚡ editor config
- ⚡ sass
- ⚡ css reset
- ⚡ absolute imports