mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-06-20 22:03:48 +00:00
chore: apply Prettier formatting to entire codebase
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
+12
-5
@@ -1,10 +1,10 @@
|
||||
// Main style exports file
|
||||
// Combines all style components and re-exports them for easy imports
|
||||
|
||||
import { variables, lightModeTheme, fontImport } from './variables';
|
||||
import { layoutStyles } from './layout';
|
||||
import { componentStyles } from './components';
|
||||
import { utilityStyles } from './utilities';
|
||||
import { variables, lightModeTheme, fontImport } from "./variables";
|
||||
import { layoutStyles } from "./layout";
|
||||
import { componentStyles } from "./components";
|
||||
import { utilityStyles } from "./utilities";
|
||||
|
||||
// Combine all style components into a single CSS string
|
||||
export const designSystem = `
|
||||
@@ -17,4 +17,11 @@ export const designSystem = `
|
||||
`;
|
||||
|
||||
// Re-export everything for modular usage if needed
|
||||
export { variables, lightModeTheme, fontImport, layoutStyles, componentStyles, utilityStyles };
|
||||
export {
|
||||
variables,
|
||||
lightModeTheme,
|
||||
fontImport,
|
||||
layoutStyles,
|
||||
componentStyles,
|
||||
utilityStyles,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user