add nextjs app: yoga-app
This commit is contained in:
47
yoga-app/src/app/globals.scss
Normal file
47
yoga-app/src/app/globals.scss
Normal file
@@ -0,0 +1,47 @@
|
||||
@import "node_modules/bootstrap/scss/bootstrap.scss";
|
||||
// importing core styling file
|
||||
@import 'node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss';
|
||||
|
||||
// our project needs Classic Solid, Brands, and Sharp Solid
|
||||
@import 'node_modules/@fortawesome/fontawesome-free/scss/solid.scss';
|
||||
@import 'node_modules/@fortawesome/fontawesome-free/scss/brands.scss';
|
||||
@import 'node_modules/@fortawesome/fontawesome-free/scss/regular.scss';
|
||||
|
||||
@import '../styles/style';
|
||||
@import '../styles/mediaqueries';
|
||||
@import '../styles/custom-style';
|
||||
@import '../styles/special-classes';
|
||||
@import 'node_modules/aos/src/sass/aos.scss';
|
||||
|
||||
//<!-- Latest compiled and minified CSS -->
|
||||
//<link
|
||||
// href="assets/bootstrap/bootstrap.min.css"
|
||||
//rel="stylesheet"/>
|
||||
//<link rel="stylesheet"
|
||||
//href="./assets/js/bootstrap.min.js"/>
|
||||
//<!-- Font Awesome link -->
|
||||
//<link rel="stylesheet"
|
||||
//href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"/>
|
||||
//<!-- StyleSheet link CSS -->
|
||||
//<link
|
||||
// href="assets/css/style.css"
|
||||
//rel="stylesheet /"
|
||||
//type="text/css"/>
|
||||
//<link
|
||||
// href="assets/css/mediaqueries.css"
|
||||
//rel="stylesheet"
|
||||
//type="text/css"/>
|
||||
//<link
|
||||
// href="assets/css/custom-style.css"
|
||||
//rel="stylesheet"
|
||||
//type="text/css"/>
|
||||
//<link
|
||||
// href="assets/css/special-classes.css"
|
||||
//rel="stylesheet"
|
||||
//type="text/css"/>
|
||||
//<link
|
||||
// href="https://unpkg.com/aos@2.3.1/dist/aos.css"
|
||||
//rel="stylesheet"/>
|
||||
//<link
|
||||
// rel="stylesheet"
|
||||
//href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.css"/>
|
||||
Reference in New Issue
Block a user