1.0.3 • Published 5 years ago
create-sass-react-app v1.0.3
React Sass App
This is SASS configured react app for global variables. you can use any SASS functions,variables,mixins anywhere on your project without importing.
Create App Without install globally
npx create-sass-react-app <projectName>
or
Install globally
With NPM
npm install -g create-sass-react-appWith YARN
yarn add global create-sass-react-appTo create app with installed package
create-sass-react-app <projectName>License
The files included in this repository are licensed under the MIT license.