- keep blog.css focused on blog/article styling only - move the existing .service-page rules unchanged into pages.css - import pages.css from the shared global stylesheet - preserve the current service-page layout and responsive behavior
8 lines
175 B
CSS
8 lines
175 B
CSS
@import './variables.css';
|
|
@import './typography.css';
|
|
@import './layout.css';
|
|
@import './components.css';
|
|
@import './forms.css';
|
|
@import './blog.css';
|
|
@import './pages.css';
|