In PHP, you can use includes or require, and in Laravel, you can create routes. I was wondering if you can do something similar in SASS or SCSS. Or maybe there are Gulp dependencies that will allow PHP includes?
Asked
Active
Viewed 150 times
0
-
1Could you post a code sample that's equivalent to what you are trying to do? You mentioned you can do this in php, so it could be helpful to show everyone what exactly you are trying to do. – CEH Oct 05 '19 at 17:08
-
In php i can do , I'm wondering is something like that can be done in sass or scss. I don't want to go to every sass/scss page to changed the footer. – sean Oct 05 '19 at 17:44
-
Possible duplicate of [Import regular CSS file in SCSS file?](https://stackoverflow.com/questions/7111610/import-regular-css-file-in-scss-file) – Jason Aller Oct 05 '19 at 23:25