🧠
NCSS
  • Introduction
  • Classes
    • Namespaces
    • Structural Classes
    • Component Classes
    • Type Classes
    • Modifier Classes
    • Functional Classes
    • Exceptions
  • Examples
    • Layout
    • Form
    • Menu
Powered by GitBook
On this page
  • Syntax
  • Overview
  1. Classes

Namespaces

Pick a namespace once you provide your library to a third party or need to prevent naming conflicts inside your project.

Syntax

.{namespace}-{context}
.{namespace}-{type}

Overview

Prefix
Tag
Example

{namespace}-

*

.foo-main

PreviousClassesNextStructural Classes

Last updated 3 years ago