Home / File/ UsingCSSModules.jsx — astro Source File

UsingCSSModules.jsx — astro Source File

Architecture documentation for UsingCSSModules.jsx, a javascript file in the astro codebase. 1 imports, 0 dependents.

Entity Profile

Dependency Diagram

graph LR
  d7519dd3_05d5_c708_52bd_c1ce3a5a1021["UsingCSSModules.jsx"]
  e32acfd6_0e44_ddb2_feea_dd3b573c3da7["./styles.module.scss"]
  d7519dd3_05d5_c708_52bd_c1ce3a5a1021 --> e32acfd6_0e44_ddb2_feea_dd3b573c3da7
  style d7519dd3_05d5_c708_52bd_c1ce3a5a1021 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import Styles from './styles.module.scss';

const ClientApp = () => {
  return (
    <div>
      <h2 className={Styles.red}>This text should be red</h2>
    </div>
  );
};

export default ClientApp;

Subdomains

Functions

Dependencies

  • ./styles.module.scss

Frequently Asked Questions

What does UsingCSSModules.jsx do?
UsingCSSModules.jsx is a source file in the astro codebase, written in javascript. It belongs to the IntegrationAdapters domain, ReactIntegration subdomain.
What functions are defined in UsingCSSModules.jsx?
UsingCSSModules.jsx defines 1 function(s): ClientApp.
What does UsingCSSModules.jsx depend on?
UsingCSSModules.jsx imports 1 module(s): ./styles.module.scss.
Where is UsingCSSModules.jsx in the architecture?
UsingCSSModules.jsx is located at packages/astro/test/fixtures/astro-client-only/src/components/UsingCSSModules.jsx (domain: IntegrationAdapters, subdomain: ReactIntegration, directory: packages/astro/test/fixtures/astro-client-only/src/components).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free