donthedeveloper / site-builder

GNU General Public License v3.0
6 stars 10 forks source link

Remove sass folder and move existing styles to appropriate components #98

Closed donthedeveloper closed 5 years ago

donthedeveloper commented 5 years ago

Move styles in: base/_base.scss base/_normalize to: App/base.scss Import this in index.

Also, move signup page styles to the signup component folder. Import this in PageSignup.react.

requires #87