Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 541 Bytes

AtWord.md

File metadata and controls

23 lines (15 loc) · 541 Bytes

AtWord Node

The AtWord node inherits directly from AtRule in PostCSS, and is purely cosmetic. Rules don't exist within CSS property values, so the class was created to properly describe a word in which the @ prefixed it.

Properties

name

Type: String

The portion of the at-word which identifies it, minus the leading @ character.

type

Type: String Value: 'atword'

Example Values

  @batman
  @color

Note: Using the variables property, AtWords may instead be treated as variables.