remove sub module theme and add our own theme
This commit is contained in:
14
themes/tse/assets/css/_index.scss
Normal file
14
themes/tse/assets/css/_index.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
// CSS variables
|
||||
@import "./variables.scss";
|
||||
|
||||
// Theme layout and skelet styling
|
||||
@import "./theme.scss";
|
||||
|
||||
// Content-related styles
|
||||
@import "./content.scss";
|
||||
|
||||
// Media queries for responsiveness (optimizations for various screen sizes)
|
||||
@import "./responsiveness.scss";
|
||||
|
||||
// Custom CSS
|
||||
@import "./custom.scss";
|
||||
Reference in New Issue
Block a user