mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-06-21 06:13: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:
@@ -1014,4 +1014,4 @@ export const componentStyles = `
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
`;
|
||||
`;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// This file is kept for backwards compatibility
|
||||
// It re-exports the new modular design system
|
||||
|
||||
import { designSystem } from './index';
|
||||
import { interactiveScripts, authHelpers } from '../scripts/index';
|
||||
import { designSystem } from "./index";
|
||||
import { interactiveScripts, authHelpers } from "../scripts/index";
|
||||
|
||||
export { designSystem, interactiveScripts, authHelpers };
|
||||
export { designSystem, interactiveScripts, authHelpers };
|
||||
|
||||
+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,
|
||||
};
|
||||
|
||||
@@ -177,4 +177,4 @@ export const layoutStyles = `
|
||||
margin-bottom: var(--spacing-md);
|
||||
color: var(--color-text-primary);
|
||||
}
|
||||
`;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user