🧠
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
  • Motivation
  • Goal

Introduction

Named Cascading Style Sheets is a naming convention and guideline for semantic CSS.

Motivation

Massive CSS used to be a nightmare while working on projects with different kinds of developers. The lack of conventions and guidelines are going to lead to a unmaintainable ball of mud.

Goal

A predictable grammar for CSS that provides semantic information about the HTML template.

  • What tags, components and sections are affected

  • What is the relation of one class to another

NextClasses

Last updated 1 year ago